How to Creat a Simple Register/login system with saving by zcmd Only -
ServerScripter - 20.08.2011
Hey all i want to know :How to Creat a Simple Register/login system with a saving system by using Only zcmd no more. and it is possible? Please Help me.
Re: How to Creat a Simple Register/login system with saving by zcmd Only -
Kush - 20.08.2011
This is your third thread in relation to a Register and Login system.
Define what you mean by 'ZCMD only'.
Re: How to Creat a Simple Register/login system with saving by zcmd Only -
ServerScripter - 20.08.2011
i want to using the include zcmd only... not sscanf or other iclude, and i posted 5 posts because i don't find a resolution of my problem..
Re: How to Creat a Simple Register/login system with saving by zcmd Only -
Pinguinn - 20.08.2011
Saving the user accounts
This might be useful as well
pawn Code:
#define isnull(%1) \
((!(%1[0])) || (((%1[0]) == '\1') && (!(%1[1]))))
Re: How to Creat a Simple Register/login system with saving by zcmd Only -
ricardo178 - 20.08.2011
Man, i don't think that you can make any saving system with ZMCD..... It is a command processor, not a saving one.
Of-course you can use the example of pinguim, but it's better to use some other such as YSI or dini(It's a bit old).
Re: How to Creat a Simple Register/login system with saving by zcmd Only -
Tanush123 - 20.08.2011
Well im sure you cannot save with ZCMD, Use mysql cause that's like the best i know
Re: How to Creat a Simple Register/login system with saving by zcmd Only -
=WoR=G4M3Ov3r - 20.08.2011
Quote:
Originally Posted by Tanush123
Well im sure you cannot save with ZCMD, Use mysql cause that's like the best i know
|
I Advise you, to use YSI for the Register/Login System,
https://sampforum.blast.hk/showthread.php?tid=273088
And use ZCMD for Commands.
Re: How to Creat a Simple Register/login system with saving by zcmd Only -
Pinguinn - 20.08.2011
I am wondering, why you wouldn't add any other include?
MySQL can help as well
Re: How to Creat a Simple Register/login system with saving by zcmd Only -
=WoR=G4M3Ov3r - 20.08.2011
Quote:
Originally Posted by Pinguinn
I am wondering, why you wouldn't add any other include?
MySQL can help as well
|
Indeed it can, But he's still a Beginner, I Doubt he just knows the basics, atm.
Re: How to Creat a Simple Register/login system with saving by zcmd Only -
ServerScripter - 20.08.2011
i don't want a lot of includes(because more incules=more plugins=more work=more hard)
there are not a One include to do anything? i mean registration with saving /admin CMDS/Vip....
and for this tuto:
https://sampforum.blast.hk/showthread.php?tid=273088
i followed it step by step and never working whene i go IG it don't save the Passeword(only cash+score+admin)
Re: How to Creat a Simple Register/login system with saving by zcmd Only -
Kush - 20.08.2011
Quote:
Originally Posted by ServerScripter
i don't want a lot of includes(because more incules=more plugins=more work=more hard)
there are not a One include to do anything? i mean registration with saving /admin CMDS/Vip....
and for this tuto: https://sampforum.blast.hk/showthread.php?tid=273088
i followed it step by step and never working whene i go IG it don't save the Passeword(only cash+score+admin)
|
Download the Full Package/Download provided. There is a test account with password as 123.
Re: How to Creat a Simple Register/login system with saving by zcmd Only -
Kingunit - 20.08.2011
Quote:
Originally Posted by ServerScripter
i don't want a lot of includes(because more incules=more plugins=more work=more hard)
there are not a One include to do anything? i mean registration with saving /admin CMDS/Vip....
and for this tuto: https://sampforum.blast.hk/showthread.php?tid=273088
i followed it step by step and never working whene i go IG it don't save the Passeword(only cash+score+admin)
|
Dude, making a SAMP server cost time. It's not just 'creating' it. Take your time and use sscanf.