![]() |
#1 |
Huge Clucker
![]() ![]() ![]() Join Date: Sep 2014
Location: Russian Federation, Kaliningrad.
Posts: 406
Reputation: 18
|
![]()
So I'm scripting a server and now I need to make a register system,
I've been using atleast 5 tutorials, Each and every one of them is completely bugged, I can enter whatever I want in the login dialog it will log me in anyway, I even tried their full code, Still bugged. Does anyone have a tutorial that works for sure? Thanks in advance. |
![]() |
![]() |
![]() |
#2 |
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: Dec 2017
Location: SA-MP Drifting world.
Posts: 1,243
Reputation: 379
|
![]()
it's not bugged, you're just doing something wrong, are you sure that you're even getting a response out of the dialogue? make sure that:
1- You can't have 2 dialogs with the same ID, Ex: Bad> #define DIALOG_CLASS 250 #define DIALOG_WEAPONS 250 Should be: #define DIALOG_CLASS 251 // or any other different number #define DIALOG_WEAPONS 250 good^ , ALSO, you must return 0; at the end of OnDialogueResponse. Follow that procedure ^ if you don't get a response out of the dialogue. |
![]() |
![]() |
![]() |
#3 |
Huge Clucker
![]() ![]() ![]() Join Date: Sep 2014
Location: Russian Federation, Kaliningrad.
Posts: 406
Reputation: 18
|
![]()
I know, I'm following the tutorial exactly step by step.
|
![]() |
![]() |
![]() |
#4 |
Gangsta
![]() ![]() ![]() ![]() Join Date: Oct 2014
Posts: 635
Reputation: 130
|
![]()
You using MySQL? if yes try this one..
|
![]() |
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Does anyone know a tutorial with normal register system? | ivndosos | Scripting Help | 2 | 16/01/2018 11:16 AM |
[Tutorial] Register/Login System Using DJson *Includes DUDB Conversion! | lavamike | Scripting Help | 25 | 10/04/2012 06:46 PM |
[Tutorial] Creating a simple register and login system. | AcId n RaPiD | Help Archive | 0 | 21/11/2009 02:23 PM |