SA-MP Forums Archive
Help Register-Login and Save Files System - 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 Register-Login and Save Files System (/showthread.php?tid=460127)



Help Register-Login and Save Files System - IlPrincipino - 26.08.2013

Hello guys, place this topic because I want to help me create my own logging system-log and saving files.

I want to use the include nationals - zcmd - sscanf

Can you help me create a registration system with Dini? Then the rest of us I think.

Thanks for everything.


Re: Help Register-Login and Save Files System - IlPrincipino - 26.08.2013

Sorry for my English, I'm Italian and I used ****** Translator


Re: Help Register-Login and Save Files System - Crystallize - 26.08.2013

http://forum.sa-mp.com/showthread.ph...login-register This may help you.


Re: Help Register-Login and Save Files System - IlPrincipino - 26.08.2013

You can not have with Dini?


Re: Help Register-Login and Save Files System - DanishHaq - 26.08.2013

https://sampforum.blast.hk/showthread.php?tid=308390 - dini registration, as you asked.

For sscanf and zcmd, you don't need that on the tutorial. So you can just add it anyway so it's everything that you wanted.


Re: Help Register-Login and Save Files System - IlPrincipino - 27.08.2013

I try and let you know


Re: Help Register-Login and Save Files System - x96664 - 27.08.2013

Why you don't use y_ini ?


Re: Help Register-Login and Save Files System - IlPrincipino - 27.08.2013

Thank you, works perfectly ...


Re: Help Register-Login and Save Files System - DanishHaq - 27.08.2013

I agree.. y_ini is a lot more advanced and is simply better. You can still use zcmd and sscanf with it of course. y_ini is a standalone, which means you can use any command processor with it, not just YCMD. Here's the y_ini tutorial: https://sampforum.blast.hk/showthread.php?tid=273088


Re: Help Register-Login and Save Files System - IceCube! - 27.08.2013

Why don't you use Y_Users... All you have to do is...

pawn Код:
enum pInfo
{
    //Variables here
}
uvar PlayerInfo[MAX_PLAYERS][pInfo];
Link: https://sampforum.blast.hk/showthread.php?tid=294919