SA-MP Forums Archive
FS kicks - 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: FS kicks (/showthread.php?tid=510727)



FS kicks - Derecky - 02.05.2014

Hi!


I have a problem - if I click somethink on the dialog; server kick me. This problem repeat when I log in again...

Help me please...


Re : FS kicks - Anonyme - 02.05.2014

look in onplayerconnect if there a kick somewhere.


Re: FS kicks - Guest4390857394857 - 02.05.2014

post your onplayerconnect(playerid)


Re: FS kicks - KillerStrike23 - 02.05.2014

post your dialog dude ..


Re: FS kicks - XK - 02.05.2014

Because you are using a filterscript and the dialog id in the filterscript has the same id of your login system or so,wo when you use the filterscript's dialog it kicks you because in your gamemode the same dialog id does this thing,to solve it change the dialog id in the filterscript,but make sure the id is not used in your gamemode


Re: FS kicks - Derecky - 02.05.2014

Quote:
Originally Posted by XK
Посмотреть сообщение
Because you are using a filterscript and the dialog id in the filterscript has the same id of your login system or so,wo when you use the filterscript's dialog it kicks you because in your gamemode the same dialog id does this thing,to solve it change the dialog id in the filterscript,but make sure the id is not used in your gamemode
This happens with all dialogs... no matter what I choose, the result is - kick...