Posts: 1,274
Threads: 54
Joined: Jul 2012
Whenever, I am doing something on a server and I get kicked and or banned from the server it never displays the kick'd reason and or the banned reason. Anyone might have a explanation behind this? I've heard it's related to the servers timer or something.
Posts: 368
Threads: 24
Joined: Feb 2012
Kick and ban has higher priority. Use SetTimerEx to delay it, then messages will be shown.
Posts: 1,274
Threads: 54
Joined: Jul 2012
So was this required when 0.3x came out or since when was this a requirement? I remember when it only mattered by, which came first in the script.
Posts: 146
Threads: 47
Joined: Sep 2012
Reputation:
0
If you have the SendClientMessage(targetid, "<Imput Text Here>" before the Kick/Ban(playerid) and it still doesnt work, set a timer for 1000 miliseconds, that will give it enough time to show, then give the timer the command when it finishes kick/ban(targetid)
Posts: 505
Threads: 42
Joined: Mar 2009
Reputation:
0
Search there exists alots of topics on this.