Raised This Month: $ Target: $400
 0% 

[REQ] Two Plugins Please...


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
jeremyjohn
BANNED
Join Date: Jun 2009
Location: Malaysia
Old 08-19-2009 , 02:32   [REQ] Two Plugins Please...
Reply With Quote #1

Hi, number 1 i need a Plugin that can give you armor when u "say /buyarmo" , this is for biohazaard mod for the zombie so that they can use Tuty's Jet Pack.

And for number 2 i need a plugin that when i "say /onnades" it will type in console "amx_nades *"
jeremyjohn is offline
Send a message via MSN to jeremyjohn
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 08-20-2009 , 01:20   Re: [REQ] Two Plugins Please...
Reply With Quote #2

Quote:
Originally Posted by jeremyjohn View Post
And for number 2 i need a plugin that when i "say /onnades" it will type in console "amx_nades *"
PHP Code:
#include <amxmodx>

public plugin_init()
{
    
register_plugin("say /onnades""0.0""Nobody")
    
register_clcmd("say /onnades""cmdOnNades")
}

public 
cmdOnNades(id)
{
    
client_cmd(id"amx_nades *")

__________________
fysiks is offline
brain damage
New Member
Join Date: Oct 2009
Old 11-04-2009 , 12:07   Re: [REQ] Two Plugins Please...
Reply With Quote #3

how about adding smoke to the jet pack ?? i dont know how please help thanks
brain damage is offline
izzle
Senior Member
Join Date: Aug 2009
Old 11-04-2009 , 12:53   Re: [REQ] Two Plugins Please...
Reply With Quote #4

Quote:
Originally Posted by jeremyjohn View Post
Hi, number 1 i need a Plugin that can give you armor when u "say /buyarmo"
PHP Code:
#include <amxmodx> 
#include <cstrike>

public plugin_init() 

    
register_clcmd"say /buyarmo","buyarmo"); 

public 
buyarmo(id
{
    if( 
is_user_aliveid ) )
        
cs_set_user_armor(id100CS_ARMOR_VESTHELM)

__________________
izzle 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 00:32.


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