Re: Login and Register System - Dialogs - Using Y_INI -
serdar189 - 27.04.2014
nice
Re: Login and Register System - Dialogs - Using Y_INI -
NviDa - 28.04.2014
Thanks!
Re: Login and Register System - Dialogs - Using Y_INI -
Andreas1331 - 12.05.2014
Quote:
Originally Posted by UnknownOwner
Ye, same here...
|
Did you remember to add the last bit with OnPlayerDisconnect?
Anyway, besides that the tutorial lacks of explination in my opinion. Many things are just skipped easily over as he continues to the next step. Should contain a little more text considering that this is actually a tutorial. But it's still appreciated that you took your time making it
Re: Login and Register System - Dialogs - Using Y_INI -
bgedition - 08.07.2014
Nice Tutorial!

+REP !!
Re: Login and Register System - Dialogs - Using Y_INI -
Strummer - 15.07.2014
Great tutorial, but I kind of have a little problem. As I understood it, after you register, you need to relog to actually log in. How could I change this, so after registration you immediately go to the login dialogue?
Re: Login and Register System - Dialogs - Using Y_INI -
Nightangle - 22.07.2014
Thank you so much you are brilliant :P
Re: Login and Register System - Dialogs - Using Y_INI -
SanAndreasMP - 22.07.2014
Nice Tutorial Mate. Good job. Nothing more to say.
Re: Login and Register System - Dialogs - Using Y_INI -
GeekSiMo - 01.08.2014
Nice Tutorial !!!
Re: Login and Register System - Dialogs - Using Y_INI -
MaxTuner - 05.08.2014
Thank You! It's very useful for me, because I'm scripting my first GM! I'm new to pawno! +REP!
Re: Login and Register System - Dialogs - Using Y_INI -
AzaMx - 10.08.2014
You tutorial were same as newbienoob, here
https://sampforum.blast.hk/showthread.php?tid=352703
Re: Login and Register System - Dialogs - Using Y_INI -
Mohamedilham - 04.09.2014
cool sytem i like this system very much but i don't nop to make that plz any help me to add this to my game mode
Re: Login and Register System - Dialogs - Using Y_INI -
Rissam - 27.09.2014
E:\serverd\gamemodes\RGTDM.pwn(17

: error 021: symbol already defined: "S@@_OnPlayerConnect"
E:\serverd\gamemodes\RGTDM.pwn(182) : error 001: expected token: "-string end-", but found "-identifier-"
E:\serverd\gamemodes\RGTDM.pwn(182) : error 017: undefined symbol "FFFFFF"
E:\serverd\gamemodes\RGTDM.pwn(182) : warning 215: expression has no effect
E:\serverd\gamemodes\RGTDM.pwn(182) : error 001: expected token: "-string end-", but found "-identifier-"
E:\serverd\gamemodes\RGTDM.pwn(182) : fatal error 107: too many error messages on one line
lol 5 errors.
Re: Login and Register System - Dialogs - Using Y_INI -
Steel_ - 27.09.2014
Quote:
Originally Posted by Rissam
E:\serverd\gamemodes\RGTDM.pwn(17  : error 021: symbol already defined: "S@@_OnPlayerConnect"
E:\serverd\gamemodes\RGTDM.pwn(182) : error 001: expected token: "-string end-", but found "-identifier-"
E:\serverd\gamemodes\RGTDM.pwn(182) : error 017: undefined symbol "FFFFFF"
E:\serverd\gamemodes\RGTDM.pwn(182) : warning 215: expression has no effect
E:\serverd\gamemodes\RGTDM.pwn(182) : error 001: expected token: "-string end-", but found "-identifier-"
E:\serverd\gamemodes\RGTDM.pwn(182) : fatal error 107: too many error messages on one line
lol 5 errors.
|
Download YSI 3.1 add everything in your server files and add this to the script "#define COLOR_WHITE {FFFFFF}"
Re: Login and Register System - Dialogs - Using Y_INI -
amirm3hdi - 24.04.2015
I've used this
filter-script, then after a
while it gave me this
warnings, don't know how to fix them
Code:
C:\...\pawno\include\YSI\y_hooks/impl.inc(1755) : warning 235: public function lacks forward declaration (symbol "OnUnoccupiedVehicleUpdate")
C:\...\pawno\include\YSI\y_hooks/impl.inc(2342) : warning 235: public function lacks forward declaration (symbol "OnPlayerTakeDamage")
C:\...\pawno\include\YSI\y_hooks/impl.inc(2389) : warning 235: public function lacks forward declaration (symbol "OnPlayerGiveDamage")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
3 Warnings.
Re: Login and Register System - Dialogs - Using Y_INI -
Champion - 30.06.2015
Nice .....Good tutorial !!!!!
Re: Login and Register System - Dialogs - Using Y_INI -
Eestlane123 - 10.07.2015
I followed tutorial and after first login it says my password is wrong but im 100% sure that was correct password. also my .ini file sis 0kb
Re: Login and Register System - Dialogs - Using Y_INI -
MiTaKa - 19.07.2015
Where can i download Y_ini library file... all links are dead. Is Y_ini outdated? I mean is there faster code for reading/writing data from file ?
Re: Login and Register System - Dialogs - Using Y_INI -
Crayder - 19.07.2015
Quote:
Originally Posted by MiTaKa
Where can i download Y_ini library file... all links are dead. Is Y_ini outdated? I mean is there faster code for reading/writing data from file ?
|
https://github.com/Misiur/YSI-Includes
Re: Login and Register System - Dialogs - Using Y_INI -
(_AcE_) - 31.07.2015
Doesn't work. After registering and logging in again it always says the password is incorrect.
Re: Login and Register System - Dialogs - Using Y_INI -
HyperVoice - 28.08.2015
My login system is not working properly. I type my pass but it says wrong password. Any advises? I didn't change anything.