Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Release EpicZombieMod [Unfinished]
#11
(07-21-2012, 06:50)archit Wrote: What is icbm?

http://bit.ly/JIfyzy

[Image: b_560_95_1.png]
Reply

#12
(07-20-2012, 17:30)JayDi Wrote:
(07-20-2012, 17:16)JariZ Wrote: So? Your code still is all in one file

i mean it was in 5 files, i just pasted all in one file to post here.

You merged 5 classes just to post it in 1 file? Seems legit
[Image: MaEIQ.png]
Reply

#13
Quote:Thanks to @litgar for Distance code

To calculate distance properly...

Code:
public static double Distance(Vector vec1, Vector vec2)
{
   return Math.Sqrt(Math.Pow(vec1.X - vec2.X, 2) + Math.Pow(vec1.Y - vec2.Y, 2) + Math.Pow(vec1.Z - vec2.Z, 2));
}
[Image: 30xhrep.png]

A casual conversation between barata and I about Nukem.
Reply

#14
(07-21-2012, 06:57)Nukem Wrote:
(07-21-2012, 06:50)archit Wrote: What is icbm?

http://bit.ly/JIfyzy


Independent Community Bankers of Minnesota
ICBM Intercontinental Ballistic Missiles - United States Nuclear Forces
|| ICBM Bar & Nightclub ||

Dumb BitchDumb BitchDumb Bitch
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Reply

#15
uh? I don't want a 44 magnum after reaching rank 100
Code:
iPrintLnBold("^2Your rank is 100^7, get a ^3Akimbo AK-47", client);
                                                                    int WepSecID6 = GetWeapon("iw5_44magnum_mp");
                                                                    client.Other.SecondaryWeapon = WepSecID6;
                                                                    client.Other.CurrentWeapon = WepSecID6;
                                                                    client.Ammo.SecondaryAmmo = 4000;
                                                                    client.Ammo.PrimaryAmmo = 4000;
                                                                    client.Other.PrimaryWeaponAkimbo = true;
Reply

#16
(07-22-2012, 07:55)archit Wrote: uh? I don't want a 44 magnum after reaching rank 100
Code:
iPrintLnBold("^2Your rank is 100^7, get a ^3Akimbo AK-47", client);
                                                                    int WepSecID6 = GetWeapon("iw5_44magnum_mp");
                                                                    client.Other.SecondaryWeapon = WepSecID6;
                                                                    client.Other.CurrentWeapon = WepSecID6;
                                                                    client.Ammo.SecondaryAmmo = 4000;
                                                                    client.Ammo.PrimaryAmmo = 4000;
                                                                    client.Other.PrimaryWeaponAkimbo = true;

uhm lol
i forgot to change
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Reply

#17
I can help test and host. I would love to see this get done as well and as soon as possible Big Grin looks fun, I would be happy if you made some config settings so it is customizable
Reply

#18
I don't want to do it more Sad

If you want - do it;
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Reply

#19
i pasted the code in 1 plugin file, uploaded but it seem it is not working i see no changes
what could be the problem?
Reply

#20
You compiled it? VC# 2010, use NetFramework 3 in project settings.
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  [unfinished] Russian Zombie Mod [HARD] Tony. 0 2,707 05-31-2013, 07:33
Last Post: [HARD] Tony.
Wink Preview Black Day Zombie Mod for MW3 [Unfinished] NyZzE 20 13,284 05-17-2013, 11:21
Last Post: X-Track
Wink [Unfinished] Russia zombie mod " _" [HARD] Tony. 19 8,066 05-08-2013, 01:06
Last Post: NyZzE
  [Release] Zombie Dogs Mod [BETA/Unfinished] master131 6 4,386 08-18-2012, 22:59
Last Post: JariZ
  [Release] PowerComa (unfinished) Yamato 22 9,927 07-22-2012, 12:50
Last Post: Yamato
  [Unfinished] Camp Your Ass Off Zombie Mod iAegle 11 6,899 11-17-2011, 11:06
Last Post: iAegle
  Unfinished Crap 4FunPlayin 7 4,746 08-18-2011, 11:09
Last Post: Yamato

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.