Raised This Month: $ Target: $400
 0% 

TFC Weapons


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Plugin Info:     Modification:   Team Fortress Classic        Category:   Gameplay       
Phantom Warrior
BANNED
Join Date: Feb 2007
Location: hello, gaben
Old 02-12-2007 , 20:26   TFC Weapons
Reply With Quote #1

Team Fortress Classic: TFC Weapons!

Description: TFC WEAPONS allows any user on the server to pick any weapon(gun) they choose. This is not a amx_command it's in 'say'(Global Chat). Only one gun comes with 25rockets, for ammo which is the RPG(Rocket Launcher). This is not a plugin to abuse it.

Current Version: I have currently released version: "0.1" - - - Watch the update log.

Chat Commands: This will list the basic commands players need to type:
  • needrocket - Gives the player RocketLauncher.
  • needshotgun - Gives the player ShotGun(scouts).
  • needknife - Gives the player knife.
  • needsniper - Gives the player the Sniper.
  • needautorifle - Gives player Auto-Rifle.
  • needflamer - Gives player FlameThrower.
  • needrail - Gives player RailGun(medic/scout).
  • needmedkit - Gives player Medikit.
  • needac - Gives the player AC(HWGUY)
  • needsuper - Gives you SuperShotgun.
  • needtranq - Gives you tranquilizer.
  • needgrenadelauncher - Gives you GrenadeLauncher.
Want More: I might take your thought in adding something to this plugin. I will(no doubt) add more weapons to this( Will be displayed in Update Log ).

Code:
===Update Log===

2/12/07. - Plugin Released.
2/12/07. - Added 3 more weapons.
2/13/07. - Added SuperGun.
PHP Code:
#include <amxmodx>
#include <amxmisc>
#include <tfcx>
#include <fun>

#define PLUGIN "TFC Weapons"
#define VERSION "1.0"
#define AUTHOR "Phantom Warrior"

public plugin_init() {
    
register_plugin("WeaponMe","0.1","")
    
register_clcmd("say needrocket","fnSayNeedRocket")
    
register_clcmd("say needshotgun","fnSayNeedShotGun")
    
register_clcmd("say needknife","fnSayNeedKnife")
    
register_clcmd("say needsniper","fnSayNeedSniper")
    
register_clcmd("say needautorifle","fnSayNeedAutoRifle")
    
register_clcmd("say needflamer","fnSayNeedFlamer")
    
register_clcmd("say needrail","fnSayNeedRail")
    
register_clcmd("say needmedkit","fnSayNeedMedkit")
    
register_clcmd("say needac","fnSayNeedAc")
    
register_clcmd("say needsuper","fnSayNeedSuper")
    
register_clcmd("say needtranq","fnSayNeedTranq")
    
register_clcmd("say needgrenadelauncher","fnSayNeedGrenLauncher"
Attached Files
File Type: sma Get Plugin or Get Source (TFC_weapons.sma - 876 views - 2.3 KB)

Last edited by Phantom Warrior; 02-13-2007 at 06:43. Reason: Fixed Typo.
Phantom Warrior is offline
 



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 11:06.


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