SA-MP Forums Archive
Login/Register - 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: Login/Register (/showthread.php?tid=326732)



Login/Register - NeroX98 - 18.03.2012

Hi SAMP Scripters

I have Login/Register system but not in dialogs and i want to make it with dialogs... Can i do that?
I've download dialog filterscripts but i dont know how to make to save something (ex. skins, money, etc..)

So can you tell me how to make dialogs on existng login/register system or how to edit an filtescript to save skins, money etc...
Any solution ?


Re: Login/Register - Nicholas. - 18.03.2012

Is it a Y_INI saving system?

Show some codes please or the name of the filterscript.


Re: Login/Register - NeroX98 - 18.03.2012

enum pInfo
{
pKey[128],
pLevel,
pAdmin,
pDonateRank,
.......etc.........

Here are the includes... :
#include <a_samp>
#include <a_mysql>
#include <core>
#include <float>
#include <time>
#include <file>
#include <utils>
#include <morphinc>
#include <mCam>
#include <streamer>

So i think i dont use Y_INI

The system is from this gamemode (Los Angeles RolePlay): https://sampforum.blast.hk/showthread.php?tid=97907


Re: Login/Register - NeroX98 - 19.03.2012

is it possible ?