Crash detect
#3

pawn Код:
new array[MAX_PLAYERS]; // MAX_PLAYERS = 500

public OnPlayerDeath(playerid,killerid,reason)
{
    array[killerid]++;
    return 1;
}
if player died ( /kill or blows up ) killerid is INVALID_PLAYER_ID -> 65535
Reply


Messages In This Thread
Crash detect - by CoDeZ - 25.07.2012, 12:19
Re: Crash detect - by CoDeZ - 25.07.2012, 15:39
Re: Crash detect - by Jefff - 25.07.2012, 17:02

Forum Jump:


Users browsing this thread: 1 Guest(s)