Raised This Month: $ Target: $400
 0% 

Can someoone add models to this wepoan VIPS


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
SHIFT0
Senior Member
Join Date: Apr 2021
Location: Palestine
Old 04-09-2021 , 11:27   Can someoone add models to this wepoan VIPS
Reply With Quote #1

HI guys, can someone add M249 Model v + p
And For HE Bomb v + w, and for Flash Bomb v+w models on
Models/vipitems/v_
p_
v_
w_
v_
w_
PHP Code:
#include <amxmodx>
#include <cstrike>
#include <fun>
#include <zombie_escape>
 
public plugin_init()
{
    
register_plugin("GIVE M249 & HE & FLASH BOMBS FOR VIPS""1.0""Null")
}
 
public 
ze_user_humanized(id)
{
    
// Not Admin? Exit the function...
    
if (!get_user_flags(id) & ADMIN_LEVEL_H)
        return
   
    
set_task(0.1"Give_M249"id)
}
 
public 
Give_M249(id)
{
    
// Give M249
    
give_item(id"weapon_m249")
    
cs_set_user_bpammo(idCSW_M249200)
   
    
// Give x2 Fire Nades
    
give_item(id"weapon_hegrenade")
    
cs_set_user_bpammo(idCSW_HEGRENADE2)
   
    
// Give x2 Frost Nades
    
give_item(id"weapon_flashbang")
    
cs_set_user_bpammo(idCSW_FLASHBANG2


/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ ansicpg1252\\ deff0\\ deflang1033{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ f0\\ fs16 \n\\ par }
*/ 
SHIFT0 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 19:51.


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