![]() |
Re: The future of Bots?
"with metamod in the house you would not even need Botmixer"
...but there will be some problems because other bot plugins calling MDLL_ClientConnect() or MDLL_ClientPutInServer() won't get intercepted by my bot plugin and this will bring some problems |
Re: The future of Bots?
...that's why in RACC I don't use ClientConnect(), ClientDisconnect(), and ClientPutInServer() anymore now.
I put this code all in StartFrame(), where there is a check that determines each frame who just joined and who just left. |
Re: The future of Bots?
interesting....
is it a simple 'loop through players and see what has changed compared to previous frame' thingy? |
Re: The future of Bots?
yes, sort of...
I'd post the code here but it rather belongs to the bot coding forum... not the offtopic one... lets not scare people :D |
All times are GMT +2. The time now is 19:46. |
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.