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
(08-03-2012, 09:50)raminr63 Wrote: [ -> ]Hi
i was used 1.204 version with my teknogods server (1.4.382) and its worked perfectly.

but when i changed the Addon to 11.07.2012: v1.411(in first post of this topic) my server crashed ?!!!

Why?!

Please read carefully before posting.

Quote from first post:
Quote:I also planned to include support for TeknoMW3 but sadly most functions changed from 1.4 to 1.5+ so versions < 1.5 are not supported.
ok thanks you

can you tell me the lasted Addon version that support the TeknoMW3?!!
and The link for download?!
(07-21-2012, 15:31)Pozzuh Wrote: [ -> ]@zxz0O0 Can you find
Code:
HudElem setWaypoint(true,"waypoint_kill"); //constant size?, off-screen material
HudElem setTargetEnt(Nem); //target entity :dumb:

gsc example http://www.itsmods.com/forum/Thread-Rele...point.html
This is for example, used in the sabotage gamemode to show the bomb carrier.

plis
Sabotage uses
Code:
self maps\mp\gametypes\_gameobjects::setOwnerTeam( team );
self maps\mp\gametypes\_gameobjects::setVisibleTeam( "any" );
self maps\mp\gametypes\_gameobjects::set2DIcon( "enemy", "waypoint_target" );
self maps\mp\gametypes\_gameobjects::set3DIcon( "enemy", "waypoint_kill" );
self maps\mp\gametypes\_gameobjects::set2DIcon( "friendly", "waypoint_escort" );
self maps\mp\gametypes\_gameobjects::set3DIcon( "friendly", "waypoint_escort" );

Have you tried making a 3D Icon (HudElementTypes.WorldIcon)?
So is there a possibility to make Waypoints with the MW3 Addon?
set3DIcon() -> (calls) updateWorldIcons() -> updateWorldIcon() -> setWayPoint() & SetTargetEnt()

Dumb Bitch @zxz0O0
Just updated to version 1.412.

Changelog:
- Added @JariZ's weaponbuilder (thanks @JariZ)
- Modified OnPlayerDamaged (parameter DamageMod and HitLocation), OnSay (parameter Teamchat) and OnVote (parameter OptionalArgument) events
- Added SayAll and SayTeam function
- Added SetHitLocTable and GetHitLocTable function
- Fixed OldRotation and custom cmds
- Added some more stuff to the API (check first site)

Also big thanks to @Nukem and @barata for helping me with the HitLocationTable. For more informations about that table, see @Yamato's awesome tutorial: http://www.itsmods.com/forum/Thread-Tuto...Files.html

By the way I also planned to integrate autoupdater but this has to wait until @SuperNovaAO is back.
y u no add my shit
Thx for updating the new version so fast and for implementing my suggestion Smile
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20