Dialog Help
#5

Quote:
Originally Posted by Aephout
Посмотреть сообщение
Where Do I define the "Rifle Dialog" at?
That's just the ID to represent that specific dialog.

ShowPlayerDialog(playerid, DIALOG_ID, DIALOG_TYPE, ...);

Remember that's a Integer (int), so, a number.

Define it on the top of your script, with:

pawn Код:
#define RIFLE_DIALOG 1200 // Could be another number, since it's not already used
Reply


Messages In This Thread
Dialog Help - by Aephout - 19.04.2015, 14:14
Re: Dialog Help - by ChuckyBabe - 19.04.2015, 14:18
Re: Dialog Help - by Fel486 - 19.04.2015, 14:18
Re: Dialog Help - by Aephout - 19.04.2015, 14:20
Re: Dialog Help - by Fel486 - 19.04.2015, 15:20

Forum Jump:


Users browsing this thread: 1 Guest(s)