11.03.2016, 07:44
killerid=65535 = invalid killer id
100% cpu could result in a lot of things..
timers, unoptimized code, etc
or something running on background on your server?
PHP код:
public OnPlayerDeath(playerid, killerid, reason)
{
if(killerid != INVALID_PLAYER_ID
{
// do stuff
}
return 1;
}
timers, unoptimized code, etc
or something running on background on your server?