Spawn Problem
#1

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?
Reply
#2

Please post your spawn and register code
Reply
#3

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?

Reply
#4

You have probably a position which is so far, or then you are using world boundaries.

Reply
#5

Quote:
Originally Posted by Jakku
You have probably a position which is so far, or then you are using world boundaries.
Yes, check your X,Y,Z and your world boundaries.
Reply
#6

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.
Reply
#7

someone?
Reply
#8

Uhhh.. Just a wild guess :
pawn Code:
public OnPlayerSpawn(playerid)
{
 SetPlayerVirtualWorld(playerid, 0);
 return 1;
}
or find a diff spawn pos.
Reply
#9

Don't work.
and I have placed a lot of spawns, nothing changed!
Reply
#10

Try this OnPlayerSpawn:
pawn Code:
SetPlayerWorldBounds(playerid,9999.9,-9999.9,9999.9,-9999.9);
Reply
#11

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.
Reply
#12

SetPlayerWorldBoundries(playerid,20000.0000, -20000.0000, 20000.0000, -20000.0000.);

Tried that at OnPlayerConnect?
Reply
#13

I tryied what you both posted, not working .
Reply
#14

Quote:
Originally Posted by !CryWolf
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?

pastebin
Reply
#15

It sounds like you've set a dodgy weather ID or gravity level. Show us your code!
Reply
#16

Could you post your AddPlayerClass line, and if possible OnPlayerConnect & OnPlayerSpawn (Pastebin if it's too long)?
Reply
#17

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.
Reply
#18

Nothing worked, so I have to start scripting the gamemode from the begining.
Thank you all!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)