Help Please in Top 5 system.
#3

That would give an error about function heading differs from prototype. I guess it was a typing mistake while writing the thread.

When you pass killerid in an array, you need to make sure first that the player is valid - otherwise a runtime error about index out of bounds will be caused.

pawn Код:
if(killerid != INVALID_PLAYER_ID) score[killerid]++;
Reply


Messages In This Thread
Help Please in Top 5 system. - by Champ - 26.09.2013, 17:21
Re: Help Please in Top 5 system. - by Patrick - 26.09.2013, 18:33
Re: Help Please in Top 5 system. - by Konstantinos - 26.09.2013, 19:00
Re: Help Please in Top 5 system. - by Champ - 27.09.2013, 10:37

Forum Jump:


Users browsing this thread: 1 Guest(s)