Thread: [API Scripting Help] Flare + Hert Bomb
View Single Post
CHyCMyMpNk
Senior Member
Join Date: Jun 2008
Location: PTZ
Old 10-09-2011 , 07:44   Re: Flare + Hert Bomb
Reply With Quote #7

open plugin...

model should be changed here, but it dont replace -

PHP Code:
public zp_fw_core_cure_post(idattacker)
{
    
// Set custom grenade model
    
if (has_flare[id])
    {
        
cs_set_player_view_model(idCSW_SMOKEGRENADEg_model_grenade_flare_v)
        
client_print(idprint_chat"[ZP] model Flare")
    }
    if (
has_heart[id])
    {
        
cs_set_player_view_model(idCSW_SMOKEGRENADEg_model_grenade_heart_v)
        
client_print(idprint_chat"[ZP] model Flare")
    }

p_ model work fine, v_ & w_ dont.
CHyCMyMpNk is offline
Send a message via ICQ to CHyCMyMpNk