Posts: 929
Threads: 135
Joined: Sep 2009
Reputation:
0
Hi guys! I want to show about 2-3 dialogs before the player get the OnPlayerRequestClass. What i have to do?
Posts: 3,715
Threads: 358
Joined: Apr 2012
Reputation:
0
Simple.
ShowPlayerDialog.
OnDialogResponse.
Posts: 226
Threads: 20
Joined: Jul 2012
Reputation:
0
That would be in OnPlayerConnect callback and use ShowPlayerDialog and OnDialogResponse as Romel said
Posts: 929
Threads: 135
Joined: Sep 2009
Reputation:
0
So nobody understand me... I want to show three consecutive dialogues without getting in the OnPlayerRequestClass... and after last one to get into it..
Posts: 626
Threads: 23
Joined: Nov 2012
Reputation:
0
Make them in OnPlayerConnect, then make a timer for other dialogs to show up.
Or just when you make them, make buttons for next and back and their functions in OnDialogResponse.
Posts: 592
Threads: 10
Joined: Jul 2012
Reputation:
0
OnPlayerConnect is your callback!
Posts: 929
Threads: 135
Joined: Sep 2009
Reputation:
0
I'm not fuc*&$ dumb X( I just want to know how to pass into next dialog without passing into OnPlayerRequestClass..
Posts: 973
Threads: 10
Joined: Sep 2012
Reputation:
0
You could just create a black (or whatever color) textdraw box that hides the whole screen, while showing the three dialogs,You're supposed to TextDrawHide it in the least dialog response or what ever.
BTW i don't think you could control/stop the class section from appearing
Posts: 929
Threads: 135
Joined: Sep 2009
Reputation:
0
Maybe with some return 0; ... on each dialog...