SA-MP Forums Archive
Kicking X because they didn't logon to the game. - 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: Kicking X because they didn't logon to the game. (/showthread.php?tid=677198)



Kicking X because they didn't logon to the game. - Pitstop - 04.07.2020

getting this line on server_logs
server get freezed and no one can log in.

no logs before that line.
What the solution for it ?


Re: Kicking X because they didn't logon to the game. - DeMoo - 04.07.2020

i think it's gamemode bug, post source of login part


Re: Kicking X because they didn't logon to the game. - Sultanz - 04.07.2020

Quote:
Originally Posted by Pitstop
View Post
getting this line on server_logs
server get freezed and no one can log in.

no logs before that line.
What the solution for it ?
I don't remember this being a SAMP default print line (built in), If you are using VSCode, go to the search icon(magnifying glass) on the left of ur screen and search for the message that got printed in the console/server_log. It's probably a debug line by whoever scripted that gamemode.

My guess is it will be: printf("Kicking %s because they didn't logon to the game" arguments); (NOTE: argument being the variable holding players name)