Need Help with Dialog Box!
#1

Hey Guys,

Me and my friend have made a new dialog box that appears on our server on login. We want to know how to make a message box with only one button at the bottom of the box (If that makes sense) However when we click ok to accept the box we get kicked by a default command, does anyone know how to change the command on the button press to proceed to the game!

Thanks Sam789

urbanmfr.dyndns.org:1098
(Testing Filterscripts)
Reply
#2

Код:
public OnPlayerConnect
{
     ShowPlayerDialog(playerid,0,DIALOG_STYLE_MSGBOX,"TEXT HERE", "AND MORE TEXT HERE","BUTTON HERE","");
}
Reply
#3

Quote:

We want to know how to make a message box with only one button at the bottom of the box (If that makes sense)

Eee?

Код:
ShowPlayerDialog(PlayerId, (Dialog ID), DIALOG_STYLE_MSGBOX, "Bla bla", "Oh, this MSGBox have only one button.. Epic", "Exit","");
.. and to let this code workin, you've to use 0.3c ver. of SAMP
Reply
#4

arr thanks guys big help
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)