04.06.2014, 19:16
You set the colour and then you check the player's level so it will set the player's colour to the value of COLOR_BOSS and then it will return an error.
pawn Код:
// these lines:
PlayerAcc[playerid][SaveColor] = COLOR_BOSS;
SetPlayerColor(playerid, PlayerAcc[playerid][SaveColor]);