Posts: 159
Threads: 31
Joined: Sep 2011
Reputation:
0
LOL, why my server crash when i include YSI\y_commands ?
??
Posts: 197
Threads: 9
Joined: Jul 2012
Reputation:
0
Does the server run or crash after the server has started
Posts: 159
Threads: 31
Joined: Sep 2011
Reputation:
0
Server crash after the server has started...
I put crashdetect and nothing, he don't say nothing..
Posts: 135
Threads: 11
Joined: May 2007
Reputation:
0
Update your server files , foreach ,sscan, y_ini libaries and all other stuff you include in script.
Posts: 85
Threads: 4
Joined: Jul 2012
Reputation:
0
Just use ZCMD and save yourself a lot of hassle.
Posts: 159
Threads: 31
Joined: Sep 2011
Reputation:
0
I wanna to use ycmd cuz is fast...
I updated caki..
Posts: 85
Threads: 4
Joined: Jul 2012
Reputation:
0
It's no faster than ZCMD, afaik ****** just likes to complicate things unnecessarily in the aim of earning a few extra nano-seconds. *patiently awaits lecture*
Posts: 860
Threads: 107
Joined: Dec 2010
Reputation:
0
Use ZCMD, YCMD is faster, but ZCMD is easy to use, and no-bugs.
Posts: 85
Threads: 4
Joined: Jul 2012
Reputation:
0
Faster by fractions of seconds ... it's not worth the extra hassle for a game. ZCMD is flexible and very, VERY easy to use. Unlike YCMD which could complicate a /kill command for the fun of it. (No disrespect to ****** i'm js..)
Posts: 221
Threads: 20
Joined: Apr 2011
Reputation:
0
Have you tried including the include in a blank gamemode?
If not, try. If it works, then there's probably something in your gamemode that doesn't act properly with the include.
I suggest you to make an heavy debug on OnGameModeInit, or if not enough, to rewrite the gamemode from scratch (which doesn't mean making it again but just copy pasting piece by piece the gamemode in another file and testing it every paste you make; in this way you'll most likely find the issue).