04.06.2013, 10:36
I want that it be saved, I have puted this one in OnPlayerSpawn
For my skin command that must be saved to, it works great but for the /admincolor command it is bugged, when I am dead, or rejoin my nickname isnt yellow anymore but black
Quote:
if(PlayerAcc[playerid][UseColor] == 1) { SetPlayerColor(playerid, PlayerAcc[playerid][SaveColor]); } |