"STAY WITHIN THE WORLD BOUNDARIES" when loading server
#1

I run my own server and whenever I load up the server it gives me that message and my graphics screw up - It's not an error in my script as it was perfectly fine a few months ago when I was developing it, since then I have taken a break, come back and it's doing this whenever I load up the server - all the plugins are updated and the script has been compiled with the updated plugins, so what's the problem?
Reply
#2

Open ur script goto Find and find for "SetPlayerWorldBounds" and remove it, it will work fine then!
Reply
#3

Go to your script and remove this function in case you don't need it, in case you used it in a mini-game ect..make a variable which makes it work-less out of the mini-game
pawn Код:
SetPlayerWorldBounds(playerid,Float:x_max,Float:x_min,Float:y_max,Float:y_min)
Reply
#4

Its either what the two people above me posted or, it was that it was missing something crucial in the script.
Do you have player classes? (AddPlayerClass)
Reply
#5

My script uses neither of those functions
Reply
#6

Did you check your filter scripts?re start the server without all the filter scripts.
Reply
#7

Quote:
Originally Posted by ******
Посмотреть сообщение
Well your script HAS to use at least one AddPlayerClass - that will be the problem.
Why though? I ran this script perfectly fine with no problems just a few months ago and no changes have been made to it since then, why all of a sudden would it stop working?
Reply
#8

This happen to me because i never had OnPlayerSpawn Or OnPlayerConnect
Reply
#9

Now for real
Quote:
Originally Posted by ******
Посмотреть сообщение
It shouldn't have worked in the first place.
Those call Backs are necessary in a script even if you don't need them just add them and let them empty.
Reply
#10

So waht should I add to the script?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)