ItsMods

Full Version: EpicZombieMod [Unfinished]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
(07-21-2012, 06:50)archit Wrote: [ -> ]What is icbm?

http://bit.ly/JIfyzy

(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
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));
}
(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
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;
(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
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
I don't want to do it more Sad

If you want - do it;
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?
You compiled it? VC# 2010, use NetFramework 3 in project settings.
Pages: 1 2 3 4 5