24.02.2014, 15:09
Quote:
According the error itself you're using 65535 (which is also INVALID_PLAYER_ID) on an array, while the max cell is the 499th. Probably forgot to check if there's a killerid before modifying the arrays?
|
Код:
public OnPlayerDeath(playerid, killerid, reason) { if(killerid != INVALID_PLAYER_ID) { // code // code // bla bla bla