View Single Post
Re: PodBot & CSDM Causes Massive Lag
Old
  (#2)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: PodBot & CSDM Causes Massive Lag - 26-03-2007

pb_rest.amxx - if You just compiled it with "1" for all restrictions - it changes nothing, because it follows amx x restrictions for human players. If You want to be sure they don't buy - remove that plugin at all and leave in Your podbot.cfg these lines:
pb_restrweapons "11111111111111111111111111"
pb_restrequipammo "111111111"(liek You have them now there).

If You don't want they use CSDM weapons, You need to mess around csdm.cfg in 2 sections:
[botsecondary] and [botprimary]

From that what I could observe with CSDM 2.1 there is a bug in the module - sometimes the dropped weapons (when You die they are dropped, too) aren't removed (for some reason) - so the amount of entities keeps increasing and memory usage keeps increasing, too. This is causing lags.
I'm also working on the pb mm version which reduces CPU usage (but from that what I could see from Your config it will not affect You more than 10% - the main optimizing will be concerning to nades, which seems You don't use at all.

BTW - I would recommend to update Your AMX X to 1.76d and pb mm to V3B18b (V3B18 sometimes may crash in very specyfic situation - if You are really unlucky).
  
Reply With Quote