I want add models skin for this guys pls [ VIP ]

Coding Help/Re-API Supported
Post Reply
User avatar
Null
Member
Member
Saudi Arabia
Posts: 28
Joined: 3 years ago
Location: Saudi Arabia, Riyadh
Contact:

I want add models skin for this guys pls [ VIP ]

#1

Post by Null » 3 years ago

Hello
Some one add M249 New model models/vipitems/v_m249.mdl
p_m249.mdl
and HE Bomb too models/vipitems/v_hebomb.mdl
w_hebomb.mdl
Flash Bomb: models/vipitems/v_flashbomb.mdl
w_flashbomb.mdl
PLS SOMEONE GUYS <3

  1. #include <amxmodx>
  2. #include <cstrike>
  3. #include <fun>
  4. #include <zombie_escape>
  5.  
  6. public plugin_init()
  7. {
  8.     register_plugin("GIVE M249 & HE & FLASH BOMBS FOR VIPS", "1.0", "Null")
  9. }
  10.  
  11. public ze_user_humanized(id)
  12. {
  13.     // Not Admin? Exit the function...
  14.     if (!get_user_flags(id) & ADMIN_LEVEL_H)
  15.         return
  16.    
  17.     set_task(0.1, "Give_M249", id)
  18. }
  19.  
  20. public Give_M249(id)
  21. {
  22.     // Give M249
  23.     give_item(id, "weapon_m249")
  24.     cs_set_user_bpammo(id, CSW_M249, 200)
  25.    
  26.     // Give x2 Fire Nades
  27.     give_item(id, "weapon_hegrenade")
  28.     cs_set_user_bpammo(id, CSW_HEGRENADE, 2)
  29.    
  30.     // Give x2 Frost Nades
  31.     give_item(id, "weapon_flashbang")
  32.     cs_set_user_bpammo(id, CSW_FLASHBANG, 2)
  33. }

Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Who is online

Users browsing this forum: Bing [Bot] and 2 guests