ItsMods

Full Version: MW3 Server Addon
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
(07-12-2012, 07:07)zxz0O0 Wrote: [ -> ]
(07-11-2012, 23:20)hillbilly Wrote: [ -> ]
(07-11-2012, 20:04)zxz0O0 Wrote: [ -> ]Oh and if someone has problems understanding the new stuff in the API, feel free to ask for an example and I will make one and add it the OP.

please

What part?

All Tongue
Doest it solve XUID bug( sniper disappear his weapon and commands of promod like !fov doesnt work and make the effect in another person)?
(07-12-2012, 10:52)fatherkius Wrote: [ -> ]Doest it solve XUID bug( sniper disappear his weapon and commands of promod like !fov doesnt work and make the effect in another person)?

I don't know about the sniper bug but yes the 'XUID bug' is fixed.
How to use Entity struct?
(07-12-2012, 11:28)archit Wrote: [ -> ]How to use Entity struct?
Forgot to add some functions to the OP... Anyway here is an example.

CSHARP Code
  1. Entity ent = SpawnEntity ("script_model", "com_plasticcase_trap_friendly", new Vector(321, 344, 648));

This will spawn a care package model (unsolid) at the location (321,344,648).
(07-12-2012, 11:53)zxz0O0 Wrote: [ -> ]
(07-12-2012, 11:28)archit Wrote: [ -> ]How to use Entity struct?
Forgot to add some functions to the OP... Anyway here is an example.

CSHARP Code
  1. Entity ent = SpawnEntity ("script_model", "com_plasticcase_trap_friendly", new Vector(321, 344, 648));

This will spawn a care package model (unsolid) at the location (321,344,648).

Sorry never even looked into this, so this code would have to be created in a plugin?
(07-12-2012, 12:09)hillbilly Wrote: [ -> ]
(07-12-2012, 11:53)zxz0O0 Wrote: [ -> ]
(07-12-2012, 11:28)archit Wrote: [ -> ]How to use Entity struct?
Forgot to add some functions to the OP... Anyway here is an example.

CSHARP Code
  1. Entity ent = SpawnEntity ("script_model", "com_plasticcase_trap_friendly", new Vector(321, 344, 648));

This will spawn a care package model (unsolid) at the location (321,344,648).

Sorry never even looked into this, so this code would have to be created in a plugin?

Yes.
Any way to make it solid?
version 1.410 is too old, run the current version 1.9.433
(07-12-2012, 15:51)pieter Wrote: [ -> ]version 1.410 is too old, run the current version 1.9.433

I accidently took the addon's version, not the server's. The server's version is actually 1.9.433. Sorry.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20