Is this possible?
#1

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
Reply
#2

Are you talking about dialogs, menus or textdraws?
Reply
#3

Quote:
Originally Posted by MadeMan
Посмотреть сообщение
Are you talking about dialogs, menus or textdraws?
Erm :
Код:
I've made a dialog menu
Reply
#4

i didnt understand you good, you mean like on 2 onplayerpickup that you have same dialogs, or what?
Reply
#5

You can use the same dialog id more than once.
Reply
#6

Quote:
Originally Posted by Hobod
Посмотреть сообщение
You can use the same dialog id more than once.
Can you show me an example of how to show it?
Reply
#7

Anyone?
Reply
#8

You can't create dialogs, you can only show them with ShowPlayerDialog.
Reply
#9

Quote:
Originally Posted by MadeMan
Посмотреть сообщение
You can't create dialogs, you can only show them with ShowPlayerDialog.
Maybe you didn't understand me here is an example:

I already have a dialog that is shown once under onplayercommandtext and would just like to show it again somewhere else, in my case it will be my pickup, so.

ShowPlayerDialog(playerid, 1) 1 = Is my dialog id, is this possible?
Well I tried it but it gave me lots of these warnings:
pawn Код:
warning 202: number of arguments does not match definition
I'm sure this must be possible, it must be anyway, I really need a way for this to work.

Thanks
Reply
#10

just copy the same dialog that you have under onplayercommandtext and paste it where ur pickup is at.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)