Posts: 399
Threads: 77
Joined: Jun 2011
Reputation:
0
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?
Posts: 867
Threads: 27
Joined: Aug 2012
Reputation:
0
Open ur script goto Find and find for "SetPlayerWorldBounds" and remove it, it will work fine then!
Posts: 844
Threads: 32
Joined: Apr 2009
Reputation:
0
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)
Posts: 973
Threads: 10
Joined: Sep 2012
Reputation:
0
Did you check your filter scripts?re start the server without all the filter scripts.
Posts: 135
Threads: 51
Joined: Dec 2012
Reputation:
0
This happen to me because i never had OnPlayerSpawn Or OnPlayerConnect
Posts: 399
Threads: 77
Joined: Jun 2011
Reputation:
0
So waht should I add to the script?