Dialog Timing!
#1

Hello Guys....i just want a dialog to be appear on the screen of unregistered player on the server when spawn......
but the dialog should not be appear for the registered players.....how can i do that


Regards,
Ronaldo_raul™
Reply
#2

What login / register system are you using? Please post a bit of code so we can at least craft the code around something.
Reply
#3

i am using LuX Admin......and i have the register system in-built in my GM......
Reply
#4

its been 4 days and no answer ...please help me!
Reply
#5

It would be something like:

PHP код:
if(AccInfo[playerid][Registered] == 0) { ShowPlayerDialog(playerid50DIALOG_STYLE_INPUT"REGISTER""Create a password for your account:""OK""CANCEL"); }
else { 
ShowPlayerDialog(playerid51DIALOG_STYLE_INPUT"LOGIN""Please input your password to login:""OK""CANCEL"); } 
Reply
#6

Quote:
Originally Posted by Shadoww5
Посмотреть сообщение
It would be something like:

PHP код:
if(AccInfo[playerid][Registered] == 0) { ShowPlayerDialog(playerid50DIALOG_STYLE_INPUT"REGISTER""Create a password for your account:""OK""CANCEL"); }
else { 
ShowPlayerDialog(playerid51DIALOG_STYLE_INPUT"LOGIN""Please input your password to login:""OK""CANCEL"); } 
no i mean i have a rule dialog so i want to show it ..how..??
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)