12.03.2010, 16:39
Thats because both of them forgot to actually include an ID.
SetPlayerColor(Color) is what they did, so where is the actual PLAYER-SELECTION.
Just ex-change the
with:
and it should work fine.
SetPlayerColor(Color) is what they did, so where is the actual PLAYER-SELECTION.
Just ex-change the
pawn Код:
SetPlayerColor(COLOR);
pawn Код:
SetPlayerColor(playerid, COLOR);