Raised This Month: $ Target: $400
 0% 

Help finding bombsite :)


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
ke3ller
Member
Join Date: Feb 2013
Old 05-14-2013 , 19:11   Help finding bombsite :)
Reply With Quote #1

This code doesn't want to give the player the defuser, there is a better way? I just don't want to give defuser to CT's on fy_snow
PHP Code:
new bool:g_bHasBombSite;
................................................................................
if( 
find_ent_by_class(-1"func_bomb_target") || find_ent_by_class(-1"info_bomb_target") )
    {
        
g_bHasBombSite true;
    }
...............................................................................
if(
g_bHasBombSite && cs_get_user_team(id) == CS_TEAM_CT
       {
                
give_item(id"item_thighpack");
       } 
ke3ller 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 16:27.


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