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

 Infinity Run CLEO4

 
ConfusoSobrinho  
Posted: Wednesday, Sep 19 2012, 06:52
Quote Post


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

ba.gif

XXXXX



Wanted a mod cleo Infinity Run compatible with CLEO4!
PM
  Top
 

 
arijitsen  
Posted: Wednesday, Sep 19 2012, 07:21
Quote Post


Modder,Gamer & GFX Artist
Group Icon
Group: Members
Joined: Jun 19, 2012

ia.gif

XXXXX



Wrong section DUDE...
Post in request mod thread but HERE you go:
http://www.gtagarage.com/mods/show.php?id=7351
Users WebsitePM
  Top
 

 
ConfusoSobrinho  
Posted: Wednesday, Sep 19 2012, 10:19
Quote Post


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

ba.gif

XXXXX



I've tested this mod, but does not work with CLEO4!
PM
  Top
 

 
Michael-Knight1  
Posted: Wednesday, Sep 19 2012, 12:33
Quote Post


Never Give UP
Group Icon
Group: Members
Joined: Jul 8, 2012

gr.gif

XXXXX



***Removed***

EDIT : SilenntPL tounge.gif

This post has been edited by Michael-Knight1 on Wednesday, Sep 19 2012, 13:13
Users WebsitePM
  Top
 

 
SilentPL  
Posted: Wednesday, Sep 19 2012, 12:56
Quote Post


Senior File Manager
Group Icon
Group: Members
Joined: Feb 1, 2010

pl.gif

Member Award




QUOTE (Michael-Knight1 @ Wednesday, Sep 19 2012, 14:33)
Compile This Script With Sanny Builder ...

Don't do that. As all the scripts from Michael-Knight1, it's wrong and in this case the badly made loop will crash your game (not sure if it even compiles).

Proper version using the same keypress as broken MK1's version:

CODE
{$CLEO}
0000: INFRUN

while true
   0001: wait 0 ms
   if
       0256:   player 0 defined
   then
       if
           0AB0:  key_pressed 51
       then
           if
               0039:   0@ == 0
           then
               0006: 0@ = 1
           else
               0006: 0@ = 0
           end
           0330: set_player 0 infinite_run 0@  
           
           while 0AB0:  key_pressed 51
               0001: wait 0 ms
           end
       
       end
   end
end


Edit:
As you actually request a CLEO4 version (my first version works on both CLEO3 and CLEO4) you might want to use thiis version (requires CLEO4 WITH IntOperations.cleo) to reduce a file size:

CODE
{$CLEO}
0000: INFRUN

while true
   0001: wait 0 ms
   if
       0256:   player 0 defined
   then
       if
           0AB0:  key_pressed 51
       then
           0B12: 0@ = 0@ XOR 1
           0330: set_player 0 infinite_run 0@  
           
           while 0AB0:  key_pressed 51
               0001: wait 0 ms
           end
       
       end
   end
end


This post has been edited by SilentPL on Wednesday, Sep 19 2012, 13:11
Users WebsitePMMSNXbox Live
  Top
 

 
Michael-Knight1  
Posted: Wednesday, Sep 19 2012, 13:15
Quote Post


Never Give UP
Group Icon
Group: Members
Joined: Jul 8, 2012

gr.gif

XXXXX



@SilentPL I've test my script and he work so fine , anyways no need for that Because This Mod < CLICK HERE > is Work tounge2.gif tounge2.gif

This post has been edited by Michael-Knight1 on Wednesday, Sep 19 2012, 13:23
Users WebsitePM
  Top
 

 
arijitsen  
Posted: Wednesday, Sep 19 2012, 13:30
Quote Post


Modder,Gamer & GFX Artist
Group Icon
Group: Members
Joined: Jun 19, 2012

ia.gif

XXXXX



I gave the same mod but he says it doesn't work in CLEO 4 but when I tried it worked...
Users WebsitePM
  Top
 

 
ConfusoSobrinho  
Posted: Thursday, Sep 20 2012, 04:02
Quote Post


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

ba.gif

XXXXX



After I updated the code correctly opcodes that provided SilentPL worked! Thanks to everyone who tried to help me!
PM
  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