Author
|
Message
|
Junior Member
|

03-11-2018
, 18:05
Model animations
|
#1
|
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..
Last edited by Suki1997; 03-11-2018 at 18:08.
|
|
|
|