Factions
#1

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
Reply
#2

Dude, Teams are Pretty Good. I use Them, They Work VERY Well. VERY Well indeed, Especially as You Can Restrict Commands to them You can Do that With factions, but its Very Complicated.

In my Opinion, Dont Down Teams, There Too easy and Good to Not use
Reply
#3

Learn dini or check any GodFather edit
Reply
#4

The differences between teams and factions (imo) is that teams are a group of people working together, and a faction is a group of people..

1. Make teams.
2. Call them factions
3. Profit.
Reply
#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
#6

You can all a couple of player as you wish, Team, Faction, Organisation it still will be a "variable" who check who have same "variable", and so script can know who can use some cmd etc.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)