Jump to content
NathanDollinger

Police Chase Script Work in Multiplayer How To!

Recommended Posts

So here is how to make the Police Officers not glitch when they exit the car after chasing a suspect or suspect vehicle!

Tested and WORKS!

Step 1

Open the LAChase.script

Step 2

add

const char DUMMY_EXIT[] = "EmptyCar";

affter

const char DUMMY_ARREST2[] = "DummyArrest2";

Step 3

Find

Vector Pos2 = v.GetPosition();

after add

Game::ExecuteCommand(DUMMY_EXIT, &v, &v);

Save!

No more glitched police officers

Your welcome in advanced!

FIREanRESCUE

Deputy Chief

Emergency Operations Command

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...