Question about Dialogs
#1

Hello, can you help me I want to make one dialog And I put Inside some things Like VIP, House, Car, Family and I want to make when I press on VIP to open VIP Dialog Do you know how Can I do it?

It's same when you create folder and I want to put folder into the folder
Reply
#2

Use ShowPlayerDialog in OnDialogResponse.
Reply
#3

I know how to make dialog but I forget how to make when you press on Listitem to open a new dialog
Reply
#4

pawn Код:
//OnDialogResponse'
if(dialogid = YOUR_DIALOGID){
Switch(listitem){
case 0:ShowPlayerDialog(bla, bla, bla);
case 1:ShowPlayerDialog(bla, bla, bla);
case 2:ShowPlayerDialog(bla, bla, bla);
}
}
Hope it helped
Reply
#5

Quote:
Originally Posted by Ranama
Посмотреть сообщение
pawn Код:
//OnDialogResponse'
if(dialogid = YOUR_DIALOGID){
Switch(listitem){
case 0:ShowPlayerDialog(bla, bla, bla);
case 1:ShowPlayerDialog(bla, bla, bla);
case 2:ShowPlayerDialog(bla, bla, bla);
}
}
Hope it helped
Yea I ask for that +REP
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)