dialog wont show up.. Help please
#5

To Organize your Dialog IDS you can use:

pawn Код:
#define DIALOG_THIEF 0 // <----- 0 is the dialog id
This way is better to prevent Collision between 2 Dialogs with the same ID

and then use
pawn Код:
ShowPlayerDialog(playerid,DIALOG_THIEF,DIALOG_STYLE_MSGBOX ,"Theif","You made your choice\nYou are now a Thief\nAs a Thief, you need to rob things\nTo see your role's commands, /rcommands","Ok","Cancel");
Simple..
Reply


Messages In This Thread
dialog wont show up.. Help please - by 0utLaW_ - 06.09.2012, 16:00
Re: dialog wont show up.. Help please - by ddnbb - 06.09.2012, 16:08
Re: dialog wont show up.. Help please - by mobiliz - 06.09.2012, 16:10
Re: dialog wont show up.. Help please - by ddnbb - 06.09.2012, 16:12
Re: dialog wont show up.. Help please - by CROSS_Hunter - 06.09.2012, 16:40

Forum Jump:


Users browsing this thread: 1 Guest(s)