helelelep! - 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: helelelep! (
/showthread.php?tid=184378)
helelelep! -
[MKD]Max - 19.10.2010
how i can do when someone do cancel in regster or login dialog help guys
Re: helelelep! -
iJumbo - 19.10.2010
how i can do what? make ppl exit from server..
in ondialogresponse
pawn Код:
if(dialogid == blabla)
{
if(response == 1 or 0)
{
Kick(playerid);