View Single Post
731
Member
Join Date: Aug 2006
Old 12-24-2011 , 13:02   Re: JailMod - Soccerjam Ball Menu v 3.0
Reply With Quote #19

The ball model Lack of Scroll movement
You need to replace the ball model
add ball movement
add code
entity_set_float( g_iBall, EV_FL_animtime, 1.0 ) // set ball model movement
entity_set_float( g_iBall , EV_FL_framerate, 1.0 ) // set ball movement speed
entity_set_int( g_iBall , EV_INT_sequence, 2 ) // set ball frame rate
Attached Files
File Type: zip ball5.zip (10.7 KB, 227 views)
731 is offline