Raised This Month: $ Target: $400
 0% 

getting errors


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Frostas
New Member
Join Date: Aug 2010
Old 08-10-2010 , 04:41   getting errors
Reply With Quote #1

PHP Code:
public Fw_CmdStart(clientuc_handleseed)
{
    if (!
is_user_alive(client)) 
        return 
FMRES_IGNORED

    
new button get_uc(uc_handleUC_Buttons)
    new 
oldbuttons pev(clientpev_oldbuttons)

    static 
entbody
    
new Floataim_distance get_user_aiming(cliententbody)
    
    if (
PRESSED(IN_USE) && aim_distance <= DISTANCE_E_BUTTON_USE)
    {
        if (
pev_valid(ent))
            {
            static 
classname[32];
            
pev(entpev_classnameclassnamecharsmax(classname)) // undefine symbol "charsmax"

            
else if (equal(classname"Guard"))
            {
                
Main_Guard_Menu(client)
                return 
FMRES_IGNORED;
            }
        }
    }
    return 
FMRES_IGNORED;


Last edited by Frostas; 08-10-2010 at 04:46.
Frostas is offline
Send a message via Skype™ to Frostas
 



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 21:51.


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