OnDialogResponse problem
#6

By the way, this is redundant...

pawn Код:
if(!response) return Kick(playerid);
if(response)
You only need to check if the response was 0/false, there's no reason to check if it was 1/true. So, just do this:

pawn Код:
if(!response)
   return Kick(playerid);
Reply


Messages In This Thread
OnDialogResponse problem - by Noles2197 - 24.02.2013, 02:04
Re: OnDialogResponse problem - by kay420 - 24.02.2013, 02:26
Re: OnDialogResponse problem - by JaKe Elite - 24.02.2013, 02:44
Re: OnDialogResponse problem - by Noles2197 - 24.02.2013, 02:54
Re: OnDialogResponse problem - by JaKe Elite - 24.02.2013, 03:02
Re: OnDialogResponse problem - by Scenario - 24.02.2013, 03:05
Re: OnDialogResponse problem - by Noles2197 - 24.02.2013, 03:07

Forum Jump:


Users browsing this thread: 3 Guest(s)