Raised This Month: $ Target: $400
 0% 

[HELP] VIP M249 + HE + Flash Bombs


  
 
 
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 , 09:10   [HELP] VIP M249 + HE + Flash Bombs
Reply With Quote #1

Help Guys.
D:\Games\Counter-Strike\cstrike\addons\amxmodx\scripting\inclu de\zombie_escape.inc(2) : fatal error 100: cannot read from file: "reapi"
PHP Code:
#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
    
rg_give_item(id"weapon_m249"GT_APPEND)
    
rg_set_user_bpammo(idWeaponIdType:get_weaponid("weapon_m249"), 200)
   
    
// Give x2 Fire Nades
    
rg_give_item(id"weapon_hegrenade"GT_APPEND)
    
rg_set_user_bpammo(idWeaponIdType:get_weaponid("weapon_hegrenade"), rg_get_user_bpammo(idWeaponIdType:get_weaponid("weapon_hegrenade")) + 1)
   
    
// Give x2 Frost Nades
    
rg_give_item(id"weapon_flashbang"GT_APPEND)
    
rg_set_user_bpammo(idWeaponIdType:get_weaponid("weapon_flashbang"), rg_get_user_bpammo(idWeaponIdType:get_weaponid("weapon_flashbang")) + 1)

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:55.


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