AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Model animations (https://forums.alliedmods.net/showthread.php?t=305987)

Suki1997 03-11-2018 17:05

Model animations
 
1 Attachment(s)
Hello guys, is there any way here in pb to remove this codes??

static const g_shot_anim[4] = {0, 3, 9, 5};

message_begin(MSG_ONE_UNRELIABLE, SVC_WEAPONANIM, _, id);
write_byte(g_shot_anim[my_pbgun]);
write_byte(0);
message_end();

or to edit them, the thing i want to do here, is to just set guns to shot with defaulth animations, without this telling them what animation they are going to use, im working on this so i rly need to find a way to put that, no matter what gun or pistol or whatever just shots normal defaulth animation but i cant find a way to do it..when i remove this guns dont have any animation on shoting..


All times are GMT -4. The time now is 03:31.

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