29.03.2013, 22:11
I just told you..
Quote:
Important Note: You MUST check whether killerid equals INVALID_PLAYER_ID before using it in an array, as it will cause the script to stop. |
pawn Код:
if(killerid != INVALID_PLAYER_ID) // Valid killer
{
// Decrease money
}
else
{
// Decrease money
}