normal tutorial that works (register system)
#1

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.
Reply
#2

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.
Reply
#3

I know, I'm following the tutorial exactly step by step.
Reply
#4

You using MySQL? if yes try this one..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)