14.12.2011, 01:37
Do you have another spawn function in your gamemode if so look for all the spawn functions like publics and i know this is not part of the question but why is there a -255 isn't it supposed to be
instead of
pawn Код:
if(PlayerInfo[playerid][Member] == 255)
{
SetPlayerColor(playerid,0xFFFFFFFF);
}
pawn Код:
if(PlayerInfo[playerid][Member] == -255)
{
SetPlayerColor(playerid,0xFFFFFFFF);
}