Posts: 55
Threads: 8
Joined: May 2010
Reputation:
0
hey all,
I'm trying to spawn after registering, but I'm getting a game text message:
"Stay within the world boundries, LOADING"
and everything is fucked up!
what to do guys?
Posts: 182
Threads: 23
Joined: Aug 2009
Reputation:
0
Please post your spawn and register code
Posts: 55
Threads: 8
Joined: May 2010
Reputation:
0
My OnPlayerSpawn & Register Command, are too long and I can't post it here.
beside, there is nothing related to 'WorldBoundries' to this codes.
* I'm starting my gamemode as an adminstration system, so nothing is special at spawn & register.
-----------------------------------------------
Another ideas, please?
Posts: 1,358
Threads: 89
Joined: Apr 2009
Reputation:
0
You have probably a position which is so far, or then you are using world boundaries.
Posts: 55
Threads: 8
Joined: May 2010
Reputation:
0
I'm telling you that there is no 'WorldBoundries' at my spawn.
beside, I don't have a XYZ Positions at OnPlayerSpawn.
I have started a new gamemode, only admin-system.
Posts: 55
Threads: 8
Joined: May 2010
Reputation:
0
Don't work.
and I have placed a lot of spawns, nothing changed!
Posts: 6,129
Threads: 36
Joined: Jan 2009
Quote:
Originally Posted by Bomba || ❶❸❸❼
Try this OnPlayerSpawn:
pawn Code:
SetPlayerWorldBounds(playerid,9999.9,-9999.9,9999.9,-9999.9);
|
That won't work either.
https://sampwiki.blast.hk/wiki/SetPlayerWorldBounds
Under OnPlayerSpawn, use the parameters that are explained in the orange notice on the wiki page. They are the world defaults.
Posts: 3,304
Threads: 58
Joined: Sep 2008
Reputation:
0
SetPlayerWorldBoundries(playerid,20000.0000, -20000.0000, 20000.0000, -20000.0000.);
Tried that at OnPlayerConnect?
Posts: 654
Threads: 20
Joined: Jul 2009
Reputation:
0
It sounds like you've set a dodgy weather ID or gravity level. Show us your code!
Posts: 3,304
Threads: 58
Joined: Sep 2008
Reputation:
0
Could you post your AddPlayerClass line, and if possible OnPlayerConnect & OnPlayerSpawn (Pastebin if it's too long)?
Posts: 654
Threads: 20
Joined: Jul 2009
Reputation:
0
I don't think it's a direct problem with World Bounds. I've had the problem before - The screen flickers with a black Loading box and you can see "Stay within the world bounds" in the background. It's generally dodgy gravity, weather, or time.
Posts: 55
Threads: 8
Joined: May 2010
Reputation:
0
Nothing worked, so I have to start scripting the gamemode from the begining.
Thank you all!