login and register not making accounts. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: login and register not making accounts. (
/showthread.php?tid=366938)
login and register not making accounts. -
mwoww77 - 08.08.2012
ive made a login and registering system by this guys tutorial:
https://sampforum.blast.hk/showthread.php?tid=352703
it works but everytime I make an account it makes a beeping noise and gives me a message on my sever log.
and it doesnt create anything in scripted files.
heres my sever log
http://i1240.photobucket.com/albums/...Untitled-1.png
Re: login and register not making accounts. -
Roko_foko - 08.08.2012
Do you have folder named "Users" inside your scriptfiles?
PS: next time post it
here. You will get faster response and it is about scripting.
Re: login and register not making accounts. -
Champ - 08.08.2012
Make sure you're defined it correctly
pawn Код:
#define UserPath "Users/%s.ini" /*Will define user's account path. In this case, we will save it in Scriptfiles/Users. So create a file inside of your Scriptfiles folder called Users
Also check #9 of the tutorial.. Have you named your gm right in server.cfg? coz it shows unknown gm there
Re: login and register not making accounts. -
mwoww77 - 08.08.2012
No, do I got to make it?
Re: login and register not making accounts. -
Roko_foko - 08.08.2012
Yes, you do.
Re: login and register not making accounts. -
mwoww77 - 08.08.2012
I got it!
Re: login and register not making accounts. -
Alcatraz Gaming - 08.08.2012
Create a folder called 'Users', and try now. It depends on where do you want to save your player status files