08.10.2010, 01:01
Hey guys, could someone make me a basic basic tut on making factions? I was going to use teams but i think factions are better. Thanks in advance
enum E_FactionInfo
{
id,
rest,
of,
your,
stuff;
}
new FactionInfo[MAX_PLAYERS][E_FactionInfo];
if(FactionInfo[playerid][id] != 1)
return SendClientMessage(playerid, color, "You are not in the required faction");