![]() |
Re: YaPB Developer Preview 1.1
I'm getting lots of "SZ_GetSpace: overflow on SVC_RuleInfo" lines...
|
Re: YaPB Developer Preview 1.1
me 2, but only after i got cz and started using metamodX
is this on a cz or cs server? |
Re: YaPB Developer Preview 1.1
Hmmm.... try putting that FL_FAKECLIENT in the CBaseBot constructor and it should be okay (Don't know whether this putting will crash CZero - I still haven't bought it)
I just wanted it can be used with RealBot so I didn't put it PS, I don't think any 3rdparty bots can be used with CZero since when CZero bots are get added the ClientConnect and ClientPutInServer in the bot DLL won't get called and this will causes problems. |
Re: YaPB Developer Preview 1.1
About the SZ problem:
This problem could be caused by AMXX to, some users have reported this problem with the current version. I'll check this out and test yapb without any other plugins. BTW: A few days ago I switched from AMX to AMXX and also replaced MetaMod with MetaModX. See http://www.amxmodx.org |
Re: YaPB Developer Preview 1.1
Terran, I wonder why you're doing this...
Code:
+#ifdef _WIN32 Code:
#ifdef _WIN32 Code:
m_iChosenGoalIndex = iSourceIndex; |
Re: YaPB Developer Preview 1.1
I've been lazy and simply copied the working code from my modified 1.1 version:D.
You didn't include the bot.h in the linkgame.cpp therefore this define wasn't there! I included the bot.h AFTER i changed those lines because of some other errors I got. I've undone the changes (but kept the bot.h include) and this works too - as expected ;). Quote:
|
Re: YaPB Developer Preview 1.1
Bug report (yapb 1.2):
I set my server to Code:
yapb_maxbots 2 Now I cannot remove those bots! Well, I can remove them but they keep coming back, no matter what I tried (yapb removebots, kicked manually...). For a few seconds it seams as if the bots are gone but then they reappear. |
Re: YaPB Developer Preview 1.1
Another "bug":
While running awp_map I set mp_freezetime to 0 (to minimize spawn killing). But the bots still freeze for some seconds at each round start... |
Re: YaPB Developer Preview 1.1
Quote:
Code:
static float flCvarUpdateTime = 0.0; They are waiting for buying weapons |
Re: YaPB Developer Preview 1.1
About the SZ_Getspace error messages see the documentation of the NoSeeVar MetaMod plugin...
Whistler, you exporting all CVars which is causing this error message. IMHO there is no need to export them, nobody cares for those values except for the admin... About the freezing: This makes them helpless prey at e.g. awp_map... |
All times are GMT +2. The time now is 17:50. |
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.