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

 how can i make a mod script for pjc 600?

 cleo mod for spawning,not falling (pcj)
 
jonkcalhoun  
Posted: Wednesday, Aug 1 2012, 01:41
Quote Post


Player Hater
Group Icon
Group: Members
Joined: Jul 25, 2012

XXXXX



im trying to make a script where i can spawn a pcj600 with 1 button, also that i cant fall off of the bike unless i press enter(enter/exit) im new to all of this so please any help would be apreciated, is this possible? (this is for cleo if it means anything) thanks in advance
PM
  Top
 

 
Ashwin the new boy  
Posted: Thursday, Aug 2 2012, 07:14
Quote Post


I am The Most Confused Person
Group Icon
Group: Members
Joined: Nov 14, 2010

ia.gif

XXXXX



look at some of my old Mods wink.gif,
Ahh this one

This post has been edited by Ashwin the new boy on Thursday, Aug 2 2012, 07:32
Users WebsitePM
  Top
 

 
JACK JONES  
Posted: Thursday, Aug 2 2012, 10:29
Quote Post


Booom!!!
Group Icon
Group: Members
Joined: Dec 6, 2011

sr.gif

XXXXX



And I can help you with a "don't fall from bike" trick:
CODE
{$CLEO .cs}
thread 'Jack'

:0
wait 250
if
0256:   player $PLAYER_CHAR defined
jf @0
0247: request_model #PCJ600
038B: load_requested_models

:Load
wait 0
if
0248:   model #PCJ600 available
jf @Load

:Create
04C4: create_coordinate 1@ 2@ 3@ from_actor $PLAYER_ACTOR offset 0.0 4.2 0.0
00A5: 0@ = create_car #PCJ600 at 1@ 2@ 3@
0249: release_model #PCJ600

:Start
wait 500
if and
8443:   NOT   player $PLAYER_CHAR in_a_car
00E1:   key_pressed 0 17
00E1:   key_pressed 0 13
jf @Start1
00A6: destroy_car 0@
jump @0

:Start1
wait 0
0227: 4@ = car 0@ health
if
0442:   player $PLAYER_CHAR in_car 0@
jf @Start
if
0256:   player $PLAYER_CHAR defined
jf @0

:Put
wait 0
0227: 4@ = car 0@ health
if and
8039:   NOT   4@ == 1 // integer values
8442:   NOT   player $PLAYER_CHAR in_car 0@
jf @Put
0369: put_player $PLAYER_CHAR in_car 0@
if
0256:   player $PLAYER_CHAR defined
jf @0
if
00E1:   key_pressed 0 15
jf @Put
wait 1000
0192: set_actor $PLAYER_ACTOR objective_to_stand_still
jump @Start

You can respawn a bike by holding ctrl+v (fire + camera) button. The player won't fall from the bike and even the cops can't arrest him. You can exit the bike whenever you like. The player will lose his health every time you slam into something.

EDIT: Sorry Ashwin I didn't see right away that you already made it.

This post has been edited by JACK JONES on Thursday, Aug 2 2012, 12:43
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