30.06.2013, 22:18
SetPlayerColor expects integer, not string, so it should be:
In your code it is:
Код:
SetPlayerColor(playerid, 0xB2E0A2);
Код:
SetPlayerColor(playerid, "{B2E0A2}");

