Posts: 4
Threads: 1
Joined: Dec 2013
Reputation:
0
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...
Posts: 12
Threads: 4
Joined: Apr 2014
Reputation:
0
look in onplayerconnect if there a kick somewhere.
Guest4390857394857
Unregistered
post your onplayerconnect(playerid)
Posts: 242
Threads: 4
Joined: Mar 2014
Reputation:
0
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