10.08.2012, 13:27
Hi,
I'll post the full code
Any issues?
I'll post the full code
Код:
public OnPlayerSpawn(playerid) { if (GetPlayerWantedLevel(playerid) >= 1) { SetPlayerColor(playerid, 0xFFFFFFFF); } else if (GetPlayerWantedLevel(playerid) == 6) { SetPlayerColor(playerid, 0xFFFFFFFF); } else { SetPlayerColor(playerid, 0xFFFFFFFF); return 1; } } public OnPlayerDeath(playerid, killerid, reason) { return 1; }