Raised This Month: $ Target: $400
 0% 

help with grenades + kevlar + deagle


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
TRUE RED
Senior Member
Join Date: Mar 2012
Location: Ukraine
Old 04-17-2013 , 04:34   help with grenades + kevlar + deagle
Reply With Quote #1

PHP Code:
#include <amxmodx>
#include <amxmisc>
#include <fun>

public plugin_init()
{
    
register_plugin("Admins are VIP's + grenades + kevlar""1.0""Eg@r4$il{")
    
register_event("ResetHUD""ResetHUD""be")
}

public 
ResetHUD(id)
{
    
set_task(0.5"VIP"id 6910)
}

public 
VIP(TaskID)
{
    new 
id TaskID 6910
    
    
if (is_user_admin(id))
    {
        
message_begin(MSG_ALLget_user_msgid("ScoreAttrib"))
        
write_byte(id)
        
write_byte(4)
        
message_end()
        
give_item(id,"weapon_hegrenade")
        
give_item(id,"weapon_flashbang")
        
give_item(id,"weapon_flashbang")
        
give_item(id,"weapon_smokegrenade")
        
give_item(id,"item_assaultsuit")
        
give_item(id"weapon_deagle")    
        
give_item(id"ammo_50ae")
        
give_item(id"ammo_50ae")
        
give_item(id"ammo_50ae")
        
give_item(id"ammo_50ae")
        
give_item(id"ammo_50ae")
        
give_item(id"ammo_50ae")
        
give_item(id"ammo_50ae")
        
give_item(id"ammo_50ae")
        
give_item(id"ammo_50ae")
        
give_item(id"ammo_50ae")
    }
    
    return 
PLUGIN_HANDLED
}
/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang1049\\ f0\\ fs16 \n\\ par }
*/ 
Help. how to avoid usp/glock at the round start? i would like to have deagle straight away. Can someone help me with it?
TRUE RED is offline
Send a message via ICQ to TRUE RED Send a message via Skype™ to TRUE RED
 


Thread Tools
Display Modes

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 10:46.


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