20.04.2012, 17:56
Hi i've started scripting again, and i wanted to start more work on my Faction system, the variable i am using for a players faction is gTeam, my defines for the faction ranks are:
Could anybody tell me the right direction to head towards in creating /invite for people who have the variable fowner equal to 1
I do have ZCMD and SSCANF
-Connor
pawn Код:
//-----[Faction defines]-----
#define CIVILIAN 0
#define FACTION_FBI 1
#define FACTION_CIA 2
#define FACTION_LSPD 3
#define FACTION_LVPD 4
#define FACTION_SFPD 5
#define FACTION_YAKUZA 6
#define FACTION_MAFIA 7
I do have ZCMD and SSCANF
-Connor