Raised This Month: $ Target: $400
 0% 

2 litle problems


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
drakeris
Senior Member
Join Date: Jul 2009
Old 11-24-2009 , 04:01   2 litle problems
Reply With Quote #1

1 problem is that the guns for t`s dont strip but for CT it stripes what to do? ;S:

PHP Code:
public undead_powers(id)
{
    
strip_user_weapons(id);
    
cs_set_user_nvg(id1);
    
engclient_cmd(id"nightvision");
    
give_item(id"weapon_knife");
    
set_pev(idpev_viewmodel"models/um_uknf.mdl");
    
set_user_health(id800);
    
set_user_maxspeed(id350.0);

T`S comand line ^

PHP Code:
public survivor_power(id)
{
    
strip_user_weapons(id)
    
give_item(id"weapon_knife")
    
give_item(id"weapon_deagle")
    
cs_set_user_bpammo(idCSW_DEAGLE666)
    
give_item(id"weapon_ak47")
    
cs_set_user_bpammo(idCSW_AK47666)
    
give_item(id"weapon_awp")
    
cs_set_user_bpammo(idCSW_AWP666)
    
give_item(id"weapon_m3")
    
cs_set_user_bpammo(idCSW_M3666)
    
give_item(id"weapon_m4a1")
    
cs_set_user_bpammo(idCSW_M4A1666)
    
set_user_health(id150)
    
set_user_maxspeed(id300.0)
    
set_user_armor(id50)

CT`S line^
2. problem is that T`S dont get my wanted knife
Code:
    set_pev(id, pev_viewmodel, "models/um_uknf.mdl");
P.S.Srry for 3 threads other buged ;(
drakeris is offline
 


Thread Tools
Display Modes

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 13:41.


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