AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   Can someoone add models to this wepoan VIPS (https://forums.alliedmods.net/showthread.php?t=331837)

SHIFT0 04-09-2021 11:27

Can someoone add models to this wepoan VIPS
 
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 }
*/ 


Culverton smith 04-09-2021 11:47

Re: Can someoone add models to this wepoan VIPS
 
https://forums.alliedmods.net/showthread.php?t=250244

SHIFT0 04-09-2021 15:42

Re: Can someoone add models to this wepoan VIPS
 
Bro, I want on this PHP add m249 skin model + he + bomb


All times are GMT -4. The time now is 19:51.

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