Dialog Box Problem - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Dialog Box Problem (
/showthread.php?tid=473075)
Dialog Box Problem -
AryanV - 01.11.2013
When I Type /level1 or anyof the dailog commands...........
A line Appears
You Have Paid The Ticket
Congratulations! you have recieved 5 scores + 1000 cash
How To Fix It
Re: Dialog Box Problem - Astralis - 01.11.2013
Quote:
Originally Posted by AryanV
When I Type /level1 or anyof the dailog commands...........
A line Appears
You Have Paid The Ticket
Congratulations! you have recieved 5 scores + 1000 cash
How To Fix It
|
post your /level1 command here.
Re: Dialog Box Problem -
FlawPaw - 01.11.2013
Next time post it here instead;
http://forum.sa-mp.com/forumdisplay.php?f=12
Re: Dialog Box Problem -
AryanV - 01.11.2013
Quote:
CMD:level1(playerid,params[]){
#pragma unused params
if(PlayerInfo[playerid][Level] >= 1)
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "{FF5500}Level 1 Commands", " Ip, getinfo, afix, jetpack, flip\n\nadminarea, reports, richlist, ", "OK", "Cancel");
return 1;
}
|
This is the command
Re: Dialog Box Problem -
Konstantinos - 01.11.2013
Can you post from OnDialogResponse the part of the dialogid 1?
Re: Dialog Box Problem -
AryanV - 01.11.2013
I made a gamemode....i dont know where it is...but i will find and post it after 30 mins
Re: Dialog Box Problem -
Uberanwar - 01.11.2013
If you made the gamemode you'll know where it is :L. CTRL + F in pawno and search ''public OnDialogResponse'', and copy the callback here.