SA-MP Forums Archive
command question - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: command question (/showthread.php?tid=147086)



command question - iJumbo - 10.05.2010

can i create a command for add clan members in list on scriptfiles like memberlist.txt and here save all an in game /addmember name and add a member ?


sorry bad english


Re: command question - ViruZZzZ_ChiLLL - 10.05.2010

Yes but you have to learn DINI


Re: command question - iJumbo - 10.05.2010

i know dini but dont know how to do it like this :
Код:
	if(!dini_Exists(file)) {
		dini_Create(file);
		dini_Set(file,"NOME",Name);
	}