How to let police see only?
#7

Use it like this: Just a working example
pawn Код:
public OnPlayerSpawn(playerid)
{
    if(gTeam[playerid] == Team_Civi) return SetPlayerColor(playerid, 0x1f3ccdcf);
    if(gTeam[playerid] == Team_Cop) return SetPlayerColor(playerid, 0xFFFFFFAA);
    return 1;
}
Reply


Messages In This Thread
How to let police see only? - by TheDiscussionCafe - 28.04.2012, 02:55
Re: How to let police see only? - by SuperViper - 28.04.2012, 03:29
Re: How to let police see only? - by TheDiscussionCafe - 28.04.2012, 03:35
Re: How to let police see only? - by SuperViper - 28.04.2012, 03:39
Re: How to let police see only? - by Ballu Miaa - 28.04.2012, 03:42
Re: How to let police see only? - by TheDiscussionCafe - 28.04.2012, 04:44
Re: How to let police see only? - by Ballu Miaa - 28.04.2012, 05:01
Re: How to let police see only? - by TheDiscussionCafe - 28.04.2012, 07:10
Re: How to let police see only? - by TheDiscussionCafe - 28.04.2012, 14:14
Re: How to let police see only? - by TheDiscussionCafe - 28.04.2012, 18:04

Forum Jump:


Users browsing this thread: 1 Guest(s)