AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Hit a snag :/ (https://forums.alliedmods.net/showthread.php?t=55528)

Visine 05-23-2007 22:29

Hit a snag :/
 
Code:

    if((get_pcvar_num (toggle_pcvar)) && client_stunt(id, STUNT_GETUP))) 
    {
        set_speed(id,get_pcvar_float(speed2_pcvar),3)       
        static Float:velocity[3]             
        pev(id,pev_velocity,velocity)             
        velocity[2] = -320.0 //-320             
        set_pev(id,pev_velocity,velocity)         
        return PLUGIN_HANDLED                   
    }
    return PLUGIN_HANDLED                       
}

Can someone show me an example on how to use clientstunt?

Any help would be much appreciated, I am very new but I am learning alot and doing my best not to ask nub questions! :grrr:


All times are GMT -4. The time now is 10:37.

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