Raised This Month: $ Target: $400
 0% 

VERY IMPORTANT powerup issue


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Rolling735
Junior Member
Join Date: Sep 2005
Old 09-29-2005 , 18:38   VERY IMPORTANT powerup issue
Reply With Quote #1

How can i either strip/ unlode/ or just plain get rid of power ups. The problem is there are power up spawns on my rp map, and people are getting nades left and right. Is there even just a simple command to trun all power ups off? Thanks, Mike Rolling
Rolling735 is offline
Send a message via AIM to Rolling735
XxAvalanchexX
Veteran Member
Join Date: Oct 2004
Location: abort73.com
Old 09-29-2005 , 19:56  
Reply With Quote #2

Code:
#include <amxmodx> #include <engine> public plugin_init() {    set_task(2.5,"clear_powerups"); } public clear_powerups() {    new ent;    while( (ent = find_ent_by_class(ent,"ts_powerup")) != 0 ) {       remove_entity(ent);    } }
__________________
No longer around. Thanks your support, everyone! As always:
THIS ONES FOR YOU
3000 PTS
XxAvalanchexX is offline
Rolling735
Junior Member
Join Date: Sep 2005
Old 09-29-2005 , 21:01   nope
Reply With Quote #3

Thanks for trying, but dosent work.
Rolling735 is offline
Send a message via AIM to Rolling735
XxAvalanchexX
Veteran Member
Join Date: Oct 2004
Location: abort73.com
Old 09-29-2005 , 21:29  
Reply With Quote #4

Funny, because it works just fine for me.
__________________
No longer around. Thanks your support, everyone! As always:
THIS ONES FOR YOU
3000 PTS
XxAvalanchexX is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 17:08.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode