How To create faction commands. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How To create faction commands. (
/showthread.php?tid=349076)
How To create faction commands. -
Gangster-rocks - 07.06.2012
Like /invite /uninvite /setrank /f /fr /take
And please help me because i can't hire a scripter i'm 13 years old guys.
Re: How To create faction commands. -
zDevon - 07.06.2012
Do you have an account saving system already (saving player stats, etc)?
Re: How To create faction commands. -
Gangster-rocks - 07.06.2012
No please help me here how to add a system saving player stats please help.
Re: How To create faction commands. -
DartakousLien - 07.06.2012
simple man, you have to create a variable
pawn Код:
new Faction[MAX_PLAYERS];
create a command do set your faction (download one gm and lock at the command)
and before you need save this variable in one file. For this use one INI file system your choice?
understand? following is only a logical
Re: How To create faction commands. -
Gangster-rocks - 07.06.2012
use one INI file system ?