Factions
#5

pawn Код:
enum E_FactionInfo
{
id,
rest,
of,
your,
stuff;
}
new FactionInfo[MAX_PLAYERS][E_FactionInfo];
and inside the command:
pawn Код:
if(FactionInfo[playerid][id] != 1)
return SendClientMessage(playerid, color, "You are not in the required faction");
Didn't use indentation, no editor open
Reply


Messages In This Thread
Factions - by Anthonyx3' - 08.10.2010, 01:01
Re: Factions - by Matthew_Johnston - 08.10.2010, 01:27
Re: Factions - by Leeroy. - 08.10.2010, 04:31
Re: Factions - by LarzI - 08.10.2010, 08:38
Re: Factions - by Lenny the Cup - 08.10.2010, 08:46
Re: Factions - by Voldemort - 08.10.2010, 08:47

Forum Jump:


Users browsing this thread: 1 Guest(s)