08.10.2010, 08:46
pawn Код:
enum E_FactionInfo
{
id,
rest,
of,
your,
stuff;
}
new FactionInfo[MAX_PLAYERS][E_FactionInfo];
pawn Код:
if(FactionInfo[playerid][id] != 1)
return SendClientMessage(playerid, color, "You are not in the required faction");