TLFdjobaw Posted September 8, 2012 Share Posted September 8, 2012 Hi... I was make new script.. but the script wont work.. why?? could anyone fixing my script??? //-------------MAIN---------------thread 'DROP' wait 0 04ED: load_animation "ROLL" :DROP_24wait 0 if and Player.Defined($PLAYER_CHAR)04EE: animation "ROLL" loaded jf @DROP_24 :DROP_53wait 0 if $7000 == 1 jf @DROP_260 :DROP_75wait 0 if $7000 == 0 jf @DROP_75 0819: [email protected] = actor $PLAYER_ACTOR distance_from_ground if not [email protected] >= 2.5 jf @DROP_53 if 8AB0: not key_pressed 67 jf @DROP_186 0812: AS_actor $PLAYER_ACTOR perform_animation "ROLLING" IFP_file "ROLL" 10.0 loopA 0 lockX 1 lockY 1 lockF 0 time -1 // versionB jump @DROP_53 :DROP_186wait 0 0812: AS_actor $PLAYER_ACTOR perform_animation "ROLLING" IFP_file "ROL" 10.0 loopA 0 lockX 1 lockY 1 lockF 0 time -1 // versionB wait 50 0393: actor $PLAYER_ACTOR perform_animation "ROLLING" at 1.5 times_normal_rate jump @DROP_53 :DROP_260wait 0 0819: [email protected] = actor $PLAYER_ACTOR distance_from_ground if and Actor.Animation($PLAYER_ACTOR) == "FALL_FALL" not [email protected] > 15.0 jf @DROP_53 :DROP_309wait 0 0819: [email protected] = actor $PLAYER_ACTOR distance_from_ground if not [email protected] > 2.5 jf @DROP_309 if 8AB0: not key_pressed 67 jf @DROP_186 0812: AS_actor $PLAYER_ACTOR perform_animation "ROLLING" IFP_file "ROLL" 10.0 loopA 0 lockX 1 lockY 1 lockF 0 time -1 // versionB jump @DROP_53 Link to comment Share on other sites More sharing options...
ZAZ Posted September 8, 2012 Share Posted September 8, 2012 (edited) should it be a cleoscript or a thread of main.scm? The animation file "ROLL" (roll.ifp) doesn't exist in the original game does it exit in your game? what's the exact name of this ifp file?.... because you wrote perform_animation "ROLLING" IFP_file "ROLL" as well as perform_animation "ROLLING" IFP_file "ROL" Edited September 8, 2012 by ZAZ CLEO MODS CLEO Script Tutorial Link to comment Share on other sites More sharing options...
TLFdjobaw Posted September 9, 2012 Author Share Posted September 9, 2012 I made roll ifp and I import it to gta3.img but it still doesnt work... Link to comment Share on other sites More sharing options...
TheGodfather. Posted September 9, 2012 Share Posted September 9, 2012 It should have been added to PED.ifp I think ?? Link to comment Share on other sites More sharing options...
TLFdjobaw Posted September 9, 2012 Author Share Posted September 9, 2012 It should have been added to PED.ifp I think ?? nop.. it not should added to ped.ifp.. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now