Posts: 13
Threads: 5
Joined: Jul 2011
Reputation:
0
I've loaded my server to my host, ran it and it's all fine. I connect to it, login and the screen goes white and it says 'Stay within the World boundaries' and I can click buttons and type, but it all just over-laps each other. - What do I do? It's not me, it's the script.
Posts: 38
Threads: 10
Joined: Jun 2011
Reputation:
0
This happened to me a while ago. Check everything is correct in your server config.
Posts: 13
Threads: 5
Joined: Jul 2011
Reputation:
0
I've changed the spawn points to different ones, and I still get the error. My server.cfg is compeltely fine, too...
Posts: 38
Threads: 10
Joined: Jun 2011
Reputation:
0
It happened to me because I had an error in my gamemode, which I had compiled incorrectly on PAWN. Try and compile it again and check for errors. If you get one, then you'll have to fix it.
I can help too if you post it on here.
Posts: 925
Threads: 36
Joined: Dec 2009
Reputation:
0
Dude, give us the warning lines.
Posts: 13
Threads: 5
Joined: Jul 2011
Reputation:
0
SetPlayerPos(playerid, 1685.8019,-2238.4919,13.5469); // Tutorial starts LS Airport
SetPlayerFacingAngle(playerid,179.9150);
SetPlayerCameraPos(playerid, 538.09, -2149.56, 62.86);
SetPlayerCameraLookAt(playerid, 534.63, -2145.95, 61.77);
SetPlayerPos(playerid, 1685.8019,-2238.4919,13.5469);
SetPlayerPos(playerid,2.7766,29.7590,1199.6012);
SetPlayerSkin(playerid,272);
{
}
}
}
{
}
}
{
file2 = fopen("/Bizfiles/dealercar.ini", io_write);
That's in order, from the first warning to the last. - Exactly what is on each line.