Error when logging in. -
Freddie_Lee - 14.08.2010
On my server whenever I attempt to log in, the screen starts flashing white and it says 'Stay within the world boundries'. I am willing to provide any part of my script that is requested to help fix this.
Before anyone says "Blah Blah use the search tool" I have used it and not found a solution.
Re: Error when logging in. -
Vince - 14.08.2010
Well, do you have any world bounds?
If so, set them when the player spawns. Not when the player connects or is in class selection.
Re: Error when logging in. -
Freddie_Lee - 14.08.2010
There are no world boundries... That's the weird thing about it.
Re: Error when logging in. -
Cameltoe - 14.08.2010
I also got this error sometimes! try commenting out some parts, see if main = main(){} and not main();
Re: Error when logging in. -
Freddie_Lee - 15.08.2010
I have literally tried everything. Still cannot find a fix, any more ideas?
Re: Error when logging in. -
PotH3Ad - 15.08.2010
I've experienced this bug in a friend's server before. Most likely it has to do with OnPlayerSpawn, OnPlayerRequestClass, or OnPlayerConnect...
Re: Error when logging in. -
Freddie_Lee - 15.08.2010
I found out that whenever I respawn it ALWAYS teleports me to this position: 272595655056271870000.0000,266372032214966730000.0 000,73470563573386492000000000000.0000
Re: Error when logging in. -
PotH3Ad - 15.08.2010
Mind posting the callbacks I posted before?
Re: Error when logging in. -
rbN. - 15.08.2010
Steps you should take:
1. Check if this also happends with your normal gamemode, and without filterscripts. (If still happends, goto step 2.)
2. Check if this also happends with a clean gamemode, and your normal filterscripts. (If still happends, goto step 3.)
3. Give some information about your gamemode or if it was gone after these 2 things.
;>
Re: Error when logging in. -
Freddie_Lee - 15.08.2010
Problem fixed, was on the edge of giving up. Thanks to KC for helping fix it!
For anyone else who may experience this problem make sure you have an AddPlayerClass in the server.