View Single Post
jarrodatt
Member
Join Date: May 2004
Old 11-28-2005 , 21:43  
Reply With Quote #14

ok heres what i did and it seems to work...Dont know if its right though

Thank a million ichthys,

I geuss an old dog can learn new tricks(somewhat)

Code:
if (event_var(text) equalto addbots) then ma_votercon "Add 4 bots?" (server_var(bot_quota) lessthan 5) then "es_xmath bot_quota + 4" 
if (event_var(text) equalto kickbots) then es_xif (server_var(bot_quota) notequalto 0) then ma_votercon "Kick all bots?" "es_xmath bot_quota - 4; if (server_var(bot_quota) equalto -4)"
jarrodatt is offline