SA-MP Forums Archive
YCMD crash?! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: YCMD crash?! (/showthread.php?tid=395744)



YCMD crash?! - gabyk - 27.11.2012

LOL, why my server crash when i include YSI\y_commands ?

??


Re: YCMD crash?! - rbush12 - 27.11.2012

Does the server run or crash after the server has started


Re: YCMD crash?! - gabyk - 28.11.2012

Server crash after the server has started...

I put crashdetect and nothing, he don't say nothing..


Re: YCMD crash?! - caki - 28.11.2012

Update your server files , foreach ,sscan, y_ini libaries and all other stuff you include in script.


Re: YCMD crash?! - PlayLSX_Founder - 28.11.2012

Just use ZCMD and save yourself a lot of hassle.


Re: YCMD crash?! - gabyk - 28.11.2012

I wanna to use ycmd cuz is fast...

I updated caki..


Re: YCMD crash?! - PlayLSX_Founder - 28.11.2012

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*


Re: YCMD crash?! - Edvin - 28.11.2012

Use ZCMD, YCMD is faster, but ZCMD is easy to use, and no-bugs.


Re: YCMD crash?! - PlayLSX_Founder - 28.11.2012

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..)


Re: YCMD crash?! - GiamPy. - 29.11.2012

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).