SA-MP Forums Archive
Kicking IP because they didn't logon to the game. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Kicking IP because they didn't logon to the game. (/showthread.php?tid=610611)



Kicking IP because they didn't logon to the game. - jeffleung2 - 26.06.2016

I already checked OnPlayerConnect and there is nothing special
please help


Re: Kicking IP because they didn't logon to the game. - Chilli9434 - 26.06.2016

Can you explain what you mean, currently you've given no insight as to the actual problem. Talk us through it step by step please


Re: Kicking IP because they didn't logon to the game. - Younes44 - 26.06.2016

Update your streamer plugins with latest version(don't forget to compile your gamemode too)
and don't use uneeded plugins
next time show us atleast some errors
check this Thread for more information:
https://sampforum.blast.hk/showthread.php?tid=413146


Re: Kicking IP because they didn't logon to the game. - jeffleung2 - 27.06.2016

Quote:
Originally Posted by Younes44
View Post
Update your streamer plugins with latest version(don't forget to compile your gamemode too)
and don't use uneeded plugins
next time show us atleast some errors
check this Thread for more information:
https://sampforum.blast.hk/showthread.php?tid=413146
[connection] 42.3.197.66:54440 requests connection cookie.
Kicking 42.3.197.66 because they didn't logon to the game.
[connection] 58.153.110.72:59034 requests connection cookie.
Kicking 58.153.110.72 because they didn't logon to the game.
[connection] 58.153.110.72:60040 requests connection cookie.
[connection] 223.16.14.159:57270 requests connection cookie.
Kicking 223.16.14.159 because they didn't logon to the game.

I did update the streamer plugin and compile
And my gamemode didnt use valstr and no infinity loop(i think)


Re: Kicking IP because they didn't logon to the game. - jeffleung2 - 27.06.2016

plugins that i used:
streamer
mysql
crashdetect
ctime
encrypt
fcnpc

all plugins are up2date


Re: Kicking IP because they didn't logon to the game. - Sew_Sumi - 27.06.2016

Your script can cause this. People coin infinite loops a lot, but bad structure and logic can also cause this to occur by the instances I have seen it happening.


Re: Kicking IP because they didn't logon to the game. - jeffleung2 - 27.06.2016

Quote:
Originally Posted by Sew_Sumi
View Post
Your script can cause this. People coin infinite loops a lot, but bad structure and logic can also cause this to occur by the instances I have seen it happening.
i pretty sure that my script has no infinite loop
btw thanks


Re: Kicking IP because they didn't logon to the game. - jeffleung2 - 28.06.2016

I updated my streamer plugin and this happens more often
please help!!!!


Re: Kicking IP because they didn't logon to the game. - Sew_Sumi - 28.06.2016

I said many coin infinite loops, yet aren't realizing that bad code and structure can also cause this.


Check for the logic of your checks, usage of if/case, checking for invalid results and countering them.

All of those could cause trouble if done improperly.


Check your code if your streamer is giving more trouble now. Check everywhere that uses the streamer, ensure you haven't missed anything from prior to adding the streamer.


Re: Kicking IP because they didn't logon to the game. - LennyBE - 03.07.2016

I'm pretty sure FCNPC was banned from SA-MP as you could spawn fake players with it, try removing that plugin.