27.02.2009, 04:57
Код:
C:\Users\Ethan\Desktop\SAMPSERVER\gamemodes\Untitled.pwn(1181) : error 022: must be lvalue (non-constant) C:\Users\Ethan\Desktop\SAMPSERVER\gamemodes\Untitled.pwn(1182) : error 022: must be lvalue (non-constant)
pawn Код:
SetPlayerScore(playerid, GetPlayerScore(playerid)--);
SetPlayerScore(killerid, GetPlayerScore(playerid)++);

