ItsMods

Full Version: MW3 Server Addon Extensions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
thanks i'll try it when i get home Smile
@master131 could you possibly add "MoveTo" and "distance"?
(01-22-2014, 08:20)x1412 Wrote: [ -> ]@master131 could you possibly add "MoveTo" and "distance"?

Both can be written by hand... (although a self-made moveTo will probably be laggy/choppy).
setOrigin ftw
(01-26-2014, 03:05)DidUknowiPwn Wrote: [ -> ]setOrigin ftw

Useless posts ftw.

Dumb Bitch
Code:
public void SetOrigin( ServerClient client, Vec3 pos )
{
client.x = pos.x;
client.y = pos.y;
client.z = pos.z;
}
It's just teleports the Entity. Need "MoveTo" - movement to the point.
that would be nice Wink
just wondering is there a way to add a code to the extensions that would make it so you cant walk though a vehicle
I know you don't support older versions like 1.4.382 Blush, but I have some questions:

-> If i take "TestClientExt.cs" and i change all offset & hex codes for 1.4.382, this script will work, no ?

-> How i can find this ?
@master131 What's the method for locate offset, how you do ?

Huh
Itsmods Does Not Support Teknomw3. Find a Fourm That Does!!
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22