AMX Mod X API Documentation

Signature
stock fm_user_kill(index, flag = 0) { if(flag) { new Float:frags; pev(index, pev_frags, frags); set_pev(index, pev_frags, ++frags); } dllfunc(DLLFunc_ClientKill, index); return 1;}
Notes
  • the same as AMXX's core user_kill but fixes the issue when

    the scoreboard doesn't update immediately if flag is set to 1

Назад
Верх