14.08.2010, 23:19
Quote:
|
First try instead of:
pawn Код:
pawn Код:
|
OT:
Ofc it will not work.
you cant say else to if(killerid != INVALID_PLAYER_ID)
if killerid and playerid is equal, then its suicide ...
and insted of PlayerInfo[killerid][pDeaths] += 1;
try
PlayerInfo[killerid][pDeaths]++;


