Raised This Month: $ Target: $400
 0% 

Unstoppable Plugin Help


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
SweatyBanana
BANNED
Join Date: Sep 2005
Location: LOL
Old 05-09-2006 , 17:21   Unstoppable Plugin Help
Reply With Quote #1

Hey all...Just started putting this together...Can someone help me with this??

What I need added:
  • Unlimited Ammo 4 all guns
    No reload
    Unlimited nades

Code:
#include <amxmodx>   #include <amxmisc>   #include <fun>   #include <engine> #include <cstrike> #define PLUGIN "Unstopable"   #define VERSION "1.0"   #define AUTHOR "SweatyBanana" public plugin_init()   {       register_plugin(PLUGIN, VERSION, AUTHOR)           register_clcmd("amx_unstoppable", "cmd_unstop")     register_clcmd("amx_stopme", "cmd_stop") } public cmd_unstop(id, level, cid) {     if (!cmd_access(id, level, cid, 1))             return PLUGIN_HANDLED                 set_user_footsteps (id, 1)     cs_set_user_armor (id, 500, CsArmorType:2)     set_user_health(id, 500)     set_user_gravity (id, 0.25)     set_user_maxspeed (id, -2.0)     set_user_rendering(id,kRenderFxNone,0,0,0,kRenderTransAdd,0) }
SweatyBanana is offline
Send a message via AIM to SweatyBanana Send a message via Yahoo to SweatyBanana
 



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 05:01.


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