Posts: 1,121
Threads: 139
Joined: Nov 2009
Reputation:
0
Hi. I've made a dialog menu, now is it possible to just show the dialog id? instead of creating another one exactly the same. Because i've one menu that is made already and I don't want to create another one the same really, as I have a pickup and i just want it to show the dialog. not create another, so is this possible? Or is there a method to do it.
Thanks alot
Posts: 3,488
Threads: 16
Joined: Jun 2007
Reputation:
0
Are you talking about dialogs, menus or textdraws?
Posts: 43
Threads: 9
Joined: Nov 2010
Reputation:
0
i didnt understand you good, you mean like on 2 onplayerpickup that you have same dialogs, or what?
Posts: 76
Threads: 19
Joined: Jul 2010
Reputation:
0
You can use the same dialog id more than once.
Posts: 3,488
Threads: 16
Joined: Jun 2007
Reputation:
0
You can't create dialogs, you can only show them with ShowPlayerDialog.
Posts: 663
Threads: 55
Joined: Nov 2010
Reputation:
0
just copy the same dialog that you have under onplayercommandtext and paste it where ur pickup is at.