IMG

 
IMG
IMG   IMG
  Welcome to GTAForums! Be sure to check out the Grand Theft Auto V Forum.

You are not registered! (If you are, click here to login) Registering is fast, free and easy and allows you to instantly reply to any topic on GTAForums.
Why wait? Click here to register your own unique username and become part of the ever-growing community!


( Log In | Register | Revalidate Validation E-mail )
Quick Log-In:
  IMG
       
>
Forum Rules GTA Modification Forums

Please post mod releases in the Mod Showroom

GTAGarage.com
free mod hosting from GTANet, simply login with your GTAForums account details

GTAModding.com
GTANet's modding wiki

GTA Modding Chatroom
provided by irc.gtanet.com (Don't have an IRC client? Click here)


  Reply to this topicStart new topicStart Poll

 CLEO 4 Script CRASH

 
Sm0k3r  
Posted: Monday, May 14 2012, 15:42
Quote Post


Player Hater
Group Icon
Group: Members
Joined: May 14, 2012

XXXXX



I have a cleo parkour mod. When i start game , game crashing on loading screen. Error: 2F2F at offset 0. Please help ! What Is WRONG?
Cleo script:
CODE
{$VERSION 3.1.0027}
{$CLEO .cs}

//-------------MAIN---------------
0000: NOP
thread 'TRICKS'

TRICKS_439
wait 0
if
8818:   not actor $PLAYER_ACTOR in_air
06AC: 0@ = actor $PLAYER_ACTOR movement_speed
if and
  not Actor.Driving($PLAYER_ACTOR)
  not Actor.Animation($PLAYER_ACTOR) == "CLIMB_IDLE"
  Player.Controllable($PLAYER_CHAR)
044B:   actor $PLAYER_ACTOR on_foot
8818:   not actor $PLAYER_ACTOR in_air
 0@ >= 5.0
0AB0:   key_pressed 89
jf @TRICKS_778
0812: AS_actor $PLAYER_ACTOR perform_animation "CRCKDETH1" IFP_file "CRACK" 10.0 loopA 0 lockX 1 lockY 1 lockF 0 time -1 // versionB
wait 120
083C: set_actor $PLAYER_ACTOR velocity_in_direction_XYZ 0.0 0.0 10.0
wait 10
04C4: store_coords_to 1@ 2@ 3@ from_actor $PLAYER_ACTOR with_offset 0.0 0.0 0.0
04C4: store_coords_to 4@ 5@ 6@ from_actor $PLAYER_ACTOR with_offset 0.0 3.0 0.0
0063: 4@ -= 1@ // (float)
0063: 5@ -= 2@ // (float)
083C: set_actor $PLAYER_ACTOR velocity_in_direction_XYZ 4@ 5@ 7.0
wait 150
04C4: store_coords_to 1@ 2@ 3@ from_actor $PLAYER_ACTOR with_offset 0.0 0.0 0.0
04C4: store_coords_to 4@ 5@ 6@ from_actor $PLAYER_ACTOR with_offset 0.0 6.5 0.0
0063: 4@ -= 1@ // (float)
0063: 5@ -= 2@ // (float)
083C: set_actor $PLAYER_ACTOR velocity_in_direction_XYZ 4@ 5@ 7.0
wait 330
PM
  Top
 

 
ZAZ  
Posted: Monday, May 14 2012, 15:50
Quote Post


Kernlochbohrer
Group Icon
Group: Members
Joined: Jan 10, 2005

eu.gif

Member Award




the script is uncomplete
Users WebsitePM
  Top
 

 
Sm0k3r  
Posted: Monday, May 14 2012, 17:07
Quote Post


Player Hater
Group Icon
Group: Members
Joined: May 14, 2012

XXXXX



QUOTE (ZAZ @ Monday, May 14 2012, 15:50)
the script is uncomplete

What I need to make it complete?
PM
  Top
 

 
fastman92  
Posted: Tuesday, May 15 2012, 14:06
Quote Post


фастман92 | ف
Group Icon
Group: Members
Joined: Jul 28, 2009

pl.gif

XXXXX



CODE
083C: set_actor $PLAYER_ACTOR velocity_in_direction_XYZ 4@ 5@ 7.0
wait 330

That's all?
I thought script must be terminated or constantly jump into specified offsets.
Users WebsitePMMSN
  Top
 

 
ZAZ  
Posted: Tuesday, May 15 2012, 15:23
Quote Post


Kernlochbohrer
Group Icon
Group: Members
Joined: Jan 10, 2005

eu.gif

Member Award




QUOTE (Sm0k3r @ Monday, May 14 2012, 18:07)
QUOTE (ZAZ @ Monday, May 14 2012, 15:50)
the script is uncomplete

What I need to make it complete?

write it from new, read tutorial
Users WebsitePM
  Top
 

 
Joni2030  
Posted: Tuesday, May 15 2012, 15:26
Quote Post


Prankster
Group Icon
Group: Members
Joined: Jul 6, 2011

sf.gif

XXXXX



which key i have to press
Users WebsitePM
  Top
 

 

1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)

0 Members:

Topic Options Reply to this topicStart new topicStart Poll
Search topic for posted by (exact match)



 
IMG IMG