HELP Please :S - 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)
+--- Thread: HELP Please :S (
/showthread.php?tid=332241)
HELP Please :S -
3RoR - 07.04.2012
Why when y Close a Dialog the server kick's me :S why ?
Re : HELP Please :S -
jcvag44800 - 07.04.2012
Show a code ?
Re: HELP Please :S -
Shabi RoxX - 07.04.2012
please show your dialog response codes
Re: HELP Please :S -
3RoR - 07.04.2012
it's very much lines... :S
Re: HELP Please :S -
Jack.7331 - 07.04.2012
Just make sure it doesn't contain a Kick(playerid);
if(dialogid == 1)
{
if(response == 1)
{
switch(listitem)
{
case 0:
{
Kick(playerid);
}
}
}
}
- For example.
Re: HELP Please :S -
3RoR - 07.04.2012
No, isnt Kick(playerid); :S
Re: HELP Please :S -
TzAkS. - 07.04.2012
Or down,at the and if you have any
Код:
else
{
Kick(playerid);
}
delete it.