help dialog - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: help dialog (
/showthread.php?tid=274748)
help dialog -
Horrible - 07.08.2011
fixed
Re: help dialog -
Kush - 07.08.2011
Tell us what's the problem.
Re: help dialog -
tanush - 07.08.2011
you forgot if(dialogid == 20) on top -.-
Re: help dialog -
Grim_ - 07.08.2011
You're checking for the incorrect dialog id. You're checking if the ID id equal to that of 1, not 20.
pawn Код:
case 1:
//change to:
case 20:
Re: help dialog -
Horrible - 07.08.2011
Quote:
Originally Posted by Grim_
You're checking for the incorrect dialog id. You're checking if the ID id equal to that of 1, not 20.
pawn Код:
case 1: //change to: case 20:
|
ok man..