Raised This Month: $12 Target: $400
 3% 

weapon ammo


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
LightScribe16
Junior Member
Join Date: Jul 2011
Old 07-27-2011 , 07:59   weapon ammo
Reply With Quote #1

In some maps give ammunition scout, Please help fix this problem!

PHP Code:
public give_stuff(id)
{
if(!
is_user_alive(id)) return PLUGIN_HANDLED
 
    else if(
get_user_flags(id) & ADMIN_LEVEL_H)
    {
    
   
fm_give_item(id"item_assaultsuit");
   
fm_give_item(id"weapon_flashbang");
   
fm_give_item(id"weapon_flashbang");
   
fm_give_item(id"weapon_hegrenade");
   
fm_give_item(id"weapon_smokegrenade");
   
set_user_gravity (id0.75);
   
cs_set_weapon_ammo(fm_give_itemid"weapon_scout" ), 0);
   
cs_set_user_bpammo(idCSW_SCOUT0);
   
   return 
PLUGIN_CONTINUE
         
}
    

LightScribe16 is offline
Send a message via Skype™ to LightScribe16
 



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 18:03.


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