Raised This Month: $ Target: $400
 0% 

Awp india weaponswar


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
sirerick
Senior Member
Join Date: Jul 2012
Location: Venezuela
Old 04-11-2017 , 19:03   Re: Awp india weaponswar
Reply With Quote #10

test

PHP Code:
#include <amxmodx>
#include <engine>
#include <fun>
#include <hamsandwich>

public plugin_init()
{
    
RegisterHam(Ham_Spawn"player""fw_PlayerSpawn_Post"1)
}
public 
fw_PlayerSpawn_Post(id)
{
    if (!
is_user_alive(id))
        return
        
    
strip_user_weapons(id)
    
give_item(id"weapon_knife")
    
}    
public 
pfn_spawn(ent)
{
    if(!
is_valid_ent(ent))
        return 
PLUGIN_CONTINUE
        
    
static szClassname[33]
    
entity_get_string(entEV_SZ_classnameszClassnamecharsmax(szClassname))
    
    if(
equal(szClassname"armoury_entity"))
    
remove_entity(ent)
        
    return 
PLUGIN_CONTINUE

__________________
√ Zombie plague + greats updates. finished.
√ Surf-Mod level + greats updates Finished.
√ Zombie Scenario like cso. Finished.
Click Here
√ Call Of Duty MOD. Finished.
Click Here


Sorry for my bad english. I'm using translate.
sirerick 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 17:53.


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