Raised This Month: $ Target: $400
 0% 

Can someone help me with this


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
asdfdsdf
AlliedModders Donor
Join Date: Aug 2010
Location: Belgium
Old 07-10-2013 , 15:11   Can someone help me with this
Reply With Quote #1

Hello i have a gunbug in my jailbreak server some of the terrorosits spawns with a glock can someone fix this i found this plugin but i dont know if this is good i only dont want them to spawn with any guns grtz
PHP Code:
#include <amxmodx>
#include <amxmisc>


#include <hamsandwich>
#include <fakemeta_util>


public plugin_init() {
    
register_plugin("JB weapon strip""-""VMANcentral.com");
    
    
    
RegisterHam(Ham_Spawn"player""fwHamPlayerSpawnPost"1);
}


public 
fwHamPlayerSpawnPost(id
{
    if(
cs_get_user_team(id) == CS_TEAM_T )) 
    {
        
fm_strip_user_weapons(id);
        
set_pdata_int(id1160);
        
fm_give_item(id"weapon_knife");
    }

asdfdsdf 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 06:28.


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