From Civilian Color to Wanted Color
#6

pawn Код:
public OnPlayerSpawn(playerid)
{
    if(civilian(mode from your GM))
    {
        SetPlayerColor(playerid,COLOR_WHITE);
    }
    if(LSPD(mode from your GM))
    {
        SetPlayerColor(playerid,COLOR_BLUE);
    }
    return 1;
}
or you can put this on , OnPlayerConnect , don't forget to define the color on top of GM
Reply


Messages In This Thread
From Civilian Color to Wanted Color - by LeeXian99 - 04.11.2013, 10:23
Re: From Civilian Color to Wanted Color - by Ada32 - 04.11.2013, 10:25
Re: From Civilian Color to Wanted Color - by LeeXian99 - 04.11.2013, 10:28
Re: From Civilian Color to Wanted Color - by Ada32 - 04.11.2013, 10:36
Re: From Civilian Color to Wanted Color - by AlonzoTorres - 04.11.2013, 10:39
Re: From Civilian Color to Wanted Color - by Jony_Cruze - 04.11.2013, 11:03
Re: From Civilian Color to Wanted Color - by newbie scripter - 04.11.2013, 11:32
Re: From Civilian Color to Wanted Color - by Cameltoe - 04.11.2013, 11:35

Forum Jump:


Users browsing this thread: 1 Guest(s)