Posts: 10
Threads: 4
Joined: Jul 2013
Reputation:
0
Okay, so I got the y_ini login system to work, but the issue I'm having is when I try to log back in, it just says ''Stay Within The World Boundaries'' Which I'm sure you've all seen before. One I initially registered it allowed me to spawn and move around, but not anymore.
Any help is greatly appreciated.
Posts: 246
Threads: 38
Joined: May 2013
Reputation:
0
You must have atleast one SetSpawnInfo under ongamemodeinit
Posts: 481
Threads: 19
Joined: Feb 2012
onplayerspawn -->
SetPlayerVirtualWorld(playerid,0);
SetPlayerInterior(playerid,0);
SetPlayerPos(playerid,x,y,z);
Posts: 10
Threads: 4
Joined: Jul 2013
Reputation:
0
I'm not 100% sure what you mean, I've got it to work so that I can spawn, but I just fall through the ground near BlueBerry farm and it happens with a whole bunch of different coordinates. If you know of any scripts that spawn you at LS with coordinates and all that you could link me to, that would be helpful.
Posts: 912
Threads: 116
Joined: Jun 2012
Reputation:
0
If you're trying to load a Float of a players last X,Y,Z you need to put their xyz in on player request class, It always works for me.
Posts: 246
Threads: 38
Joined: May 2013
Reputation:
0
These are the coordinates for infront of the LSPD 1529.6,-1691.2,13.3 you can also /save your onfoot position and find the coordinates in the samp directory.