SA-MP Forums Archive
[HELP] Two simple questions - 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: [HELP] Two simple questions (/showthread.php?tid=315782)



[HELP] Two simple questions - ServerScripter - 04.02.2012

First of all , welcome to all members who are reading this thread .
Question 1 : is the "dini" include is for saving the stats ?(money - adminlevel-vip-pass.....)
Question 2 : if yes , can we create a register/login system by using zcmd(to use CMD:...)+dini(for save the files as i know..) without using y_ini ?

i hope you answer those questions .

NB : sorry again for my bad english.


Re: [HELP] Two simple questions - Babul - 04.02.2012

yes, this combination will work fine. sscanf2, used in any version, plus D_ini (which is not the best btw) proved to be stable (but iam not using dini anymore)


Re: [HELP] Two simple questions - Universal - 04.02.2012

Use default SA-MP file system. In my opinion, its the best and its easy to use.


Re: [HELP] Two simple questions - ServerScripter - 04.02.2012

thank you Babul , about "sscanf" : must i have the plugin too to use sscanf2+zcmd commandes?


Re: [HELP] Two simple questions - KingHual - 04.02.2012

Quote:
Originally Posted by ServerScripter
Посмотреть сообщение
thank you Babul , about "sscanf" : must i have the plugin too to use sscanf2+zcmd commandes?
Yes, you do need to have it.


Re: [HELP] Two simple questions - -ExG-VirusKiller - 04.02.2012

1.Yes dini is a ini reader+writer. But it is old nowdays and most ppl use y_ini or mysql.

2.Yes you can create a login/register script using dini.


Re: [HELP] Two simple questions - ServerScripter - 04.02.2012

thank you all , so i need to fix sscanf plugin , cause whene i add it it shown to me an error dialog "can not found samp-server"

About y_ini: yes it is good too but i prefet other ones cause sometimes it works , and sometimes doesn't find it ...


Re: [HELP] Two simple questions - -ExG-VirusKiller - 04.02.2012

Is there samp-server.exe is your server directory?


Re: [HELP] Two simple questions - ServerScripter - 04.02.2012

yes there is.


Re: [HELP] Two simple questions - -ExG-VirusKiller - 04.02.2012

Show the server log.