all server's function are getting disabled suddenly -
GoldZoroGrab - 12.06.2013
hey guys.....
when i leave the server for few hours and come back
i enter
1. login/register boxes not appearning just spawn
2. alllll checkpoints are removed
3. allll commands are unkown
4. all SendClientMessage functions are disabled or gametext
5. no more textdraws
6. all map icons gone
7. i can say ALLLLLLLLLLLLLLLLL Functions are now disabled in servers
ONLY vehicles are appearing ONLY and the Server Time filterscript
Re: all server's function are getting disabled suddenly -
Vince - 12.06.2013
Something is hanging your server. Might be an infinite loop somewhere.
Re: all server's function are getting disabled suddenly -
GoldZoroGrab - 12.06.2013
Quote:
Originally Posted by Vince
Something is hanging your server. Might be an infinite loop somewhere.
|
what do you mean bro? can you be spacefic? so i can fix it and search for it............
Re: all server's function are getting disabled suddenly -
Vince - 12.06.2013
No, I can't. It could be anywhere. While-loops are especially sensitive to this matter (forgetting to increment a counter), but for-loops may get stuck too if improperly coded.
Re: all server's function are getting disabled suddenly -
GoldZoroGrab - 13.06.2013
ok tell me what do you mean
tell me what should i check
what do you think is the problem exactly
Re: all server's function are getting disabled suddenly -
A7X_CEEJAY - 13.06.2013
He;s told you what might be the problem..
Your loops.
Re: all server's function are getting disabled suddenly -
Knappen - 13.06.2013
If it happened suddenly as the name of the topic implies, you might want to take a look at the things you edited/coded last. Check for infinite loops.