Forum Replies Created

zzzzzz2

Home / Forums / zzzzzz2

0 replies
13 years, 5 months ago
#15143

Steve’ date=’Marty[/b’] and Joe 

http://www.youtube.com/watch?v=Cl4gx2QgA5Y

 

using the injector

………….

You are so kind,it’s very nice,thank you! <img decoding=” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/smile@2x.png 2x” width=”20″ height=”20″>

13 years, 5 months ago
#15124

Oh,real great,I konw how to use it,Thank you! <img decoding=” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/smile@2x.png 2x” width=”20″ height=”20″>

13 years, 5 months ago
#15115

Thank you very much for helping,I am not familiar with the lua script so I copy from your Freeride-main.sds

13 years, 6 months ago
#15006

The injector v6 often crash my game,do you have any better tool?

13 years, 6 months ago
#14997

Thanks,I tried to edit the Location,but it didn’t work,and even crash my game  <!-- s:huh: --/>:huh:<!-- s:huh: --> ” data-emoticon=””></p>
<p>
 </p>
<p>
And can we let Franceska appear near player (just like calling Joe and Henry)?</p>
					</div>
				</section>

			</article>

					
			<article class=

13 years, 6 months ago
#14974

BTW,how to set other characters as bodyguard,like Mike,Marty,Eric,Steve,etc

13 years, 6 months ago
#14971

Me too,I just know how to use it when I in a car.

14 years ago
#9653

please look at this website,there are something about the melee weapon <img decoding=” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/smile@2x.png 2x” width=”20″ height=”20″>

Here

14 years, 2 months ago
#8798

Thanks,and what tools are you using? I’m using Injector7 for it.

I want a better tool.

14 years, 2 months ago
#8796

How did you find it? irritated.gif

And could you give me more? <img decoding=” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/smile@2x.png 2x” width=”20″ height=”20″>

14 years, 3 months ago
#8438

bindKey (“I”,”v = game.game:GetActivePlayer():GetPos() v.y = v.y + 1 game.game:GetActivePlayer():SetPos(v)”)

bindKey (“J”,”v = game.game:GetActivePlayer():GetPos() v.x = v.x – 1 game.game:GetActivePlayer():SetPos(v)”)

bindKey (“K”,”v = game.game:GetActivePlayer():GetPos() v.y = v.y – 1 game.game:GetActivePlayer():SetPos(v)”)

bindKey (“L”,”v = game.game:GetActivePlayer():GetPos() v.x = v.x + 1 game.game:GetActivePlayer():SetPos(v)”)

bindKey (“U”,”v = game.game:GetActivePlayer():GetPos() v.z = v.z + 1 game.game:GetActivePlayer():SetPos(v)”)

bindKey (“O”,”v = game.game:GetActivePlayer():GetPos() v.z = v.z – 1 game.game:GetActivePlayer():SetPos(v)”)

14 years, 3 months ago
#8263

Thanks <img decoding=” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/biggrin@2x.png 2x” width=”20″ height=”20″>

14 years, 3 months ago
#8260

[img]//i54.tinypic.com/260ttp1.jpg&key=5b33ddb69651aede782819cf1e567554f4f38db811cc22ef16be20c34a2d6d61[/img]

game.game:ChangePlayerModel()

 

I tried this script with Injector v7 but there was an error.Why?