Raised This Month: $ Target: $400
 0% 

code warning


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Debesėlis
Senior Member
Join Date: Aug 2008
Location: Lithuania
Old 05-29-2009 , 05:09   code warning
Reply With Quote #1

PHP Code:
public rifles(id)
{
    if(
rifles_active[id] == 1)
    {
        if(
cs_get_user_team(id) == CS_TEAM_T)
        {
            
cs_set_user_defuse(id0)

            if(
get_user_weapon(id) == CSW_C4)
            {
                
client_cmd(id"use weapon_c4")
                
client_cmd(id"drop")
                
client_print(idprint_chat"[AMXX] Rifles active - Bomb Drop")
            }
        }
            
strip_user_weapons(id)

            
cs_set_user_defuse(id1)
            
give_item(id"weapon_deagle")
            
give_item(id"weapon_m4a1")
            
give_item(id"weapon_awp")
    }

What's wrong with code? i got a warning message...

Last edited by Debesėlis; 05-29-2009 at 05:11.
Debesėlis 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 13:49.


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