Jump to content
    1. Welcome to GTAForums!

    1. GTANet.com

    1. GTA Online

      1. The Criminal Enterprises
      2. Updates
      3. Find Lobbies & Players
      4. Guides & Strategies
      5. Vehicles
      6. Content Creator
      7. Help & Support
    2. Red Dead Online

      1. Blood Money
      2. Frontier Pursuits
      3. Find Lobbies & Outlaws
      4. Help & Support
    3. Crews

    1. Grand Theft Auto Series

      1. Bugs*
      2. St. Andrews Cathedral
    2. GTA VI

    3. GTA V

      1. Guides & Strategies
      2. Help & Support
    4. GTA IV

      1. The Lost and Damned
      2. The Ballad of Gay Tony
      3. Guides & Strategies
      4. Help & Support
    5. GTA San Andreas

      1. Classic GTA SA
      2. Guides & Strategies
      3. Help & Support
    6. GTA Vice City

      1. Classic GTA VC
      2. Guides & Strategies
      3. Help & Support
    7. GTA III

      1. Classic GTA III
      2. Guides & Strategies
      3. Help & Support
    8. Portable Games

      1. GTA Chinatown Wars
      2. GTA Vice City Stories
      3. GTA Liberty City Stories
    9. Top-Down Games

      1. GTA Advance
      2. GTA 2
      3. GTA
    1. Red Dead Redemption 2

      1. PC
      2. Help & Support
    2. Red Dead Redemption

    1. GTA Mods

      1. GTA V
      2. GTA IV
      3. GTA III, VC & SA
      4. Tutorials
    2. Red Dead Mods

      1. Documentation
    3. Mod Showroom

      1. Scripts & Plugins
      2. Maps
      3. Total Conversions
      4. Vehicles
      5. Textures
      6. Characters
      7. Tools
      8. Other
      9. Workshop
    4. Featured Mods

      1. Design Your Own Mission
      2. OpenIV
      3. GTA: Underground
      4. GTA: Liberty City
      5. GTA: State of Liberty
    1. Rockstar Games

    2. Rockstar Collectors

    1. Off-Topic

      1. General Chat
      2. Gaming
      3. Technology
      4. Movies & TV
      5. Music
      6. Sports
      7. Vehicles
    2. Expression

      1. Graphics / Visual Arts
      2. GFX Requests & Tutorials
      3. Writers' Discussion
      4. Debates & Discussion
    1. Announcements

    2. Support

    3. Suggestions

*DO NOT* SHARE MEDIA OR LINKS TO LEAKED COPYRIGHTED MATERIAL. Discussion is allowed.

GTA:VCS Parkour project


darlo_famlies
 Share

Recommended Posts

darlo_famlies

cool.gif so i had an idea when doing my daily sport Le Parkour,

you goto a high building, and you jump to another building, and another and another and so on untill the only place left is.. the road or the ..hospital.. lol

well anyway ud need the CD and/or the screen/video capture modual so you could post, it up on here, also

ill make a parkour playground if its wanted

 

ill post my pic SOON, please post yours

 

RULES:

 

1)super jump CAN be used, but only to realign your self with your next building

2)No Over use of super jump

3)When looking for your next big spot you can run to it, even if you are on the ground level (road)

4)you can set up stuff to jump onto, cars pushable objects ect or construction mode stuff placed but only boxes and stuff BUT no ramps!!! or platforms joining buildings together.

 

 

Good codes for Parkour GTA style

Parachute!

 

#cheat Parachutestatic Active; if(getchar(pplayer+0x1c9)==0x10) {//In air? if(!Active) setshort(0x08e90bd8,   1,  'P',  'r',  'e',  's',  's',  ' ',  'O',  ' ',  't',  'o',  ' ',  'u',  's',  'e',  ' ',  'p',  'a',  'r',  'a',  'c',  'h',  'u',  't',  'e',  '!',  0); if(Active) setshort(0x08e90bd8,   1,  'P',  'r',  'e',  's',  's',  ' ',  '/',  '\\',  ' ',  't',  'o',  ' ',  'r',  'e',  'l',  'e ',  'a',  's',  'e',  ' ',  'c',  'h',  'u',  't',  'e',  '!',  0); if(buttons & CTRL_CIRCLE) Active = true; if(buttons & CTRL_TRIANGLE) Active = false; if(Active) setfloat(pplayer+0x148,  getfloat(pplayer+0x148)*0.9);  //Give Some Control if(Active) { if(ystick < -0.5) {      setfloat(pplayer+0x140,  getfloat(pplayer+0x10)*0.2);      setfloat(pplayer+0x144,  getfloat(pplayer+0x14)*0.2);      } else setfloat(pplayer+0x140,  getfloat(pplayer+0x140)*0.99,  getfloat(pplayer+0x144)*0.99); setfloat(pplayer + 0x0078,  -0.01 * xstick); } } else Active = false;

 

and

stuntman!

 

#cheat Stunt Man (updated)static score; static jumping; static time; if(getchar(pplayer+0x1c9) & 0x10) {    jumping = true;    if(xstick)    {    setfloat(pplayer+0x78,  -xstick / 2);    score += sqrt(xstick*xstick) * 40;    }    if(ystick)    {    setfloat(pplayer+0x70,  ystick * getfloat(pplayer) / 2);    setfloat(pplayer+0x74,  ystick * getfloat(pplayer+4) / 2);    score += sqrt(ystick*ystick) * 50;          } } else if(jumping) {        jumping = 0;     setfloat(pplayer+0x70,  0,  0,  0);   time = 40; setint(0x08bde55c,  getint(0x08bde55c)+score); rand = (getint(pplayer) + getint(0x08bb3b40)) % 3; } else if(time > 0 && score) {       time--;       int = int(score);       if(rand == 0) setshort(0x08e90bd8,  1,  ' ',  'W',  'o',  'w' ,  ',  ',  ' ',  'y',  'o',  'u',  ' ',  'g',  'o',  't',  ' ');       else if(rand == 1) setshort(0x08e90bd8,  1,  ' ',  ' ',  'S',  'i',  'c' ,  'k',  ' ',  's',  't',  'u',  'n',  't',  '!',  ' ');        else setshort(0x08e90bd8,  1,  'N',  'i',  'c' ,  'e',  ' ',  'f',  'l',  'i',  'p',  ' ',  'm',  'a',  'n',  ' ');       size = 0;       for(i = 1; i < int; i*=10) size+=2;       for(i = 0; int > 0; i+=2 ) {       setshort(0x08e90bf4+size-i,  '0' + (int % 10));       int = int(int/=10);       }       if(rand == 0) setshort(0x08e90bf4+i,  ' ',  'p',  'o',  'i',  'n',  't',  's',  '!',  ' ',  ':',  ')',  0);       else if(rand == 1) setshort(0x08e90bf4+i,  ' ',  '$',  ' ',  'f',  'o',  'r',  ' ',  'y',  'o',  'u',  '!',  0);       else setshort(0x08e90bf4+i,  ' ',  'p',  'o',  'i',  'n',  't',  's',  '.',  0);       } else time = score = 0;

 

Edited by darlo_famlies
Link to comment
Share on other sites

darlo_famlies

yea u doo lol, ill post pics later, i gta find a good host

 

user posted image

^

vid

and

user posted image

 

Edited by darlo_famlies
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • 1 User Currently Viewing
    0 members, 0 Anonymous, 1 Guest

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.