Create faction(s)
#5

OnPlayerSpawn:
pawn Код:
if(Faction[playerid]==POLICE)
{
SetPlayerColor(playerid, COLORECC);
}
else if(Faction[playerid]==ECC)
{
ecc
}
in top of you script define all factions
exemple
pawn Код:
#define POLICE 1
Sorry for my english :S.
Reply


Messages In This Thread
Create faction(s) - by Alex_Capone - 24.06.2010, 17:06
Re: Create faction(s) - by Alex_Capone - 24.06.2010, 18:45
Re: Create faction(s) - by Kidel - 24.06.2010, 18:46
Re: Create faction(s) - by Alex_Capone - 24.06.2010, 18:53
Re: Create faction(s) - by ReVo_ - 24.06.2010, 18:54
Re: Create faction(s) - by Kidel - 24.06.2010, 18:54
Re: Create faction(s) - by Alex_Capone - 24.06.2010, 18:56
Re: Create faction(s) - by Kidel - 24.06.2010, 18:59
Re: Create faction(s) - by Alex_Capone - 24.06.2010, 19:05
Re: Create faction(s) - by ReVo_ - 24.06.2010, 19:07

Forum Jump:


Users browsing this thread: 1 Guest(s)