AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Speed up the animation (https://forums.alliedmods.net/showthread.php?t=275681)

artist 12-05-2015 21:42

Speed up the animation
 
Is it possible to change framerate view animation ?

Code:

stock weapon_anim(id, sequence, body = 0)
{
        set_pev(id, pev_weaponanim, sequence)
       
        message_begin(MSG_ONE, SVC_WEAPONANIM, _, id)
        write_byte(sequence)
        write_byte(body)
        message_end()
}



All times are GMT -4. The time now is 18:07.

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