SA-MP Forums Archive
[Tutorial] Login and Register System - Dialogs - Using Y_INI - 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)
+---- Forum: Tutorials (https://sampforum.blast.hk/forumdisplay.php?fid=70)
+---- Thread: [Tutorial] Login and Register System - Dialogs - Using Y_INI (/showthread.php?tid=273088)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14


Re: Login and Register System - Dialogs - Using Y_INI - NoahF - 29.09.2012

Very useful and easy for newbies to make! Great tutorial.


Re: Login and Register System - Dialogs - Using Y_INI - BlueFire_ - 30.09.2012

Awesome tutorial as its really well explained and good one


Re: Login and Register System - Dialogs - Using Y_INI - Bug. - 01.10.2012

How to do the pass un hashed
Cuz if some player forgot the pass i can give it back!
Sorry 4 bad english


Re: Login and Register System - Dialogs - Using Y_INI - Guitar - 01.10.2012

Instead of giving his password back, make a command to change his password.


Re: Login and Register System - Dialogs - Using Y_INI - Bug. - 01.10.2012

How to do this CMD Can you give me the script Please!


Re: Login and Register System - Dialogs - Using Y_INI - doreto - 01.10.2012

Quote:
Originally Posted by Bug.
Посмотреть сообщение
How to do this CMD Can you give me the script Please!
Insted of dumping wrong post ask here Script Request Thread #5


Re: Login and Register System - Dialogs - Using Y_INI - rayan khan - 06.10.2012

i checked great but .. One thing when you response with Blank password it still Registers Client .


Re: Login and Register System - Dialogs - Using Y_INI - Omar166 - 06.10.2012

Quote:
Originally Posted by Black_Death
Посмотреть сообщение
Great job
Can Someone Help?
Where Should I Write Those Sentence?
And When I Finish Writing Them What Should I Do After It?

Thanks.


Re: Login and Register System - Dialogs - Using Y_INI - Potatoes - 08.10.2012

1 question. can I just copy paste the script to pawno?


Re: Login and Register System - Dialogs - Using Y_INI - ZackBoolaro - 08.10.2012

Very good tutorial, i've based my login/register system on my GM from this tut.


Re: Login and Register System - Dialogs - Using Y_INI - Mustafa6155 - 09.10.2012

Код:
C:\Users\Mustafa\Desktop\Gta server\gamemodes\Oke!!!!.pwn(306) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
I copy from jou pastebin and 1 error please help


Re: Login and Register System - Dialogs - Using Y_INI - Ghost_Boii - 09.10.2012

Is This Register & Login System .
PHP код:
Public OnPlayerConnect 
?


Re: Login and Register System - Dialogs - Using Y_INI - DownDuckling - 15.10.2012

Can someone tell me the basic syntax for making admin commands with this system?


Re: Login and Register System - Dialogs - Using Y_INI - DownDuckling - 16.10.2012

How can I utilize the padmin in this? I wish to make admin commands.


Re: Login and Register System - Dialogs - Using Y_INI - Zh0ro` - 17.10.2012

Nice Tutorial, Keep it up!


Re: Login and Register System - Dialogs - Using Y_INI - DownDuckling - 18.10.2012

?? Anyone??


Re: Login and Register System - Dialogs - Using Y_INI - Minve - 19.10.2012

Quote:
Originally Posted by Mustafa6155
Посмотреть сообщение
Код:
C:\Users\Mustafa\Desktop\Gta server\gamemodes\Oke!!!!.pwn(306) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
I copy from jou pastebin and 1 error please help
Add
PHP код:
#pragma tabsize 0 
under your defines.


Re: Login and Register System - Dialogs - Using Y_INI - DownDuckling - 20.10.2012

Wow, no one can help me. Lazy bastards :P


Re: Login and Register System - Dialogs - Using Y_INI - SiraBots - 18.11.2012

I love this.


Re: Login and Register System - Dialogs - Using Y_INI - mls1500 - 19.11.2012

How do I do the password with INI_WriteString?