Whats wrong?
#2

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
pawn Код:
if(PlayerInfo[playerid][Member] == 255)
{
        SetPlayerColor(playerid,0xFFFFFFFF);
    }
instead of
pawn Код:
if(PlayerInfo[playerid][Member] == -255)
    {
        SetPlayerColor(playerid,0xFFFFFFFF);
    }
Reply


Messages In This Thread
Whats wrong? - by Tanush123 - 14.12.2011, 01:13
Re: Whats wrong? - by Lilcuete - 14.12.2011, 01:37
Re: Whats wrong? - by Ballu Miaa - 14.12.2011, 01:43
Re: Whats wrong? - by d1ablo - 14.12.2011, 02:02
Re: Whats wrong? - by Tanush123 - 14.12.2011, 02:13
Re: Whats wrong? - by suhrab_mujeeb - 14.12.2011, 02:17
Re: Whats wrong? - by Ballu Miaa - 14.12.2011, 02:20
Re: Whats wrong? - by Steven82 - 14.12.2011, 02:33
Re: Whats wrong? - by suhrab_mujeeb - 14.12.2011, 02:39
Re: Whats wrong? - by Rob_Maate - 14.12.2011, 03:19

Forum Jump:


Users browsing this thread: 4 Guest(s)