ItsMods

Full Version: MW3 Shop plugin
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
On request @Slimpy
Information

  • 1. HeadUpDisplay
  • 2. TopPlayerOrPointsUpDisplay
  • 3. Medic&Vampir
  • 4. Data base stuff
  • 5. Log's statistic (kill,infected,death,ets)
  • 6. NextMap up HUD
  • 7. Some dvar (!fov,!3d)

Creator:
@SailorMoon - It Shop And it
@Ich1994 - make SQLite connector, and Release source EZM
@JariZ Release source RtD 2 (view Medic&Vamp)
@Dude - me, adding some stuff...
Wink
Nice!
Tony Troll Isn't this Tonys Stuff.
Code:
TimeMessage.Add("^1console^2: ^7Site: ^2hard-zombie.com");



And how will this kill them, not all servers have fall damage on. EDIT: and if it takes them down not all maps have a deathfeild under them
Code:
if (Message == "!kill")
{
      //KillPlayer Dont Work on 1.413 Addon
      Client.OriginZ = -150f;
      return ChatType.ChatNone;
}

Thanks For the Source Though.

EDIT:The nextmap and top huds don't work. Wink Nice Job, Tony Troll
@Casper You need in 5 loggins players in data base...
YOU DON'T NEED TO USE BOLD, JUST LIKE I DON'T NEED TO USE CAPS Wink

AND THANKS TONY Troll

EDIT:Your nextmap hud don't work still.
Nice Tongue
using System.Threading;

ouch
@hillbilly I think you don't know that such Threading...
Don't download those it then
Code:
Thread main = new Thread(new ParameterizedThreadStart(Update));
            main.Start(Client);
It creates a parallel stream...
nice effort, 1 point unless you integrate the akimbo fix, its really a waste of time adding primary akimbos.
@hillbilly


This allows the use Akimbo pistols, and Akimbo assault
Pages: 1 2 3 4 5 6