ItsMods

Full Version: question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
question here is whether to work this code?


private void CreateTurret(Vector3 location, Vector3 angles)
{
Entity turret = Call<Entity>("spawn", "script_model");
turret.SetField("angles", new Parameter(angles));
if (angles.Equals(null))
angles = new Vector3(0f, 90f, 0f);
turret = Call<Entity>("spawnTurret", "misc_turret", new Parameter(location), "pavelow_minigun_mp");
turret.Call("setmodel", "weapon_minigun");
turret.SetField("angles", angles);
}
We don't support 4d1 sh*t.
(03-02-2013, 11:39)SailorMoon Wrote: [ -> ]We don't support 4d1 sh*t.
I need a code for Steam! not shit 4d1
(03-02-2013, 11:43)Jone Calerone Wrote: [ -> ]
(03-02-2013, 11:39)SailorMoon Wrote: [ -> ]We don't support 4d1 sh*t.
I need a code for Steam! not shit 4d1

This code can't be used for steam version.
But i made real turret stuff for mw3addon, i'm going to release it in hidden section. Because of alex Nyan Cat
(03-02-2013, 11:47)SailorMoon Wrote: [ -> ]
(03-02-2013, 11:43)Jone Calerone Wrote: [ -> ]
(03-02-2013, 11:39)SailorMoon Wrote: [ -> ]We don't support 4d1 sh*t.
I need a code for Steam! not shit 4d1

This code can't be used for steam version.
But i made real turret stuff for mw3addon, i'm going to release it in hidden section. Because of alex Nyan Cat

well I'll be waiting! the most important thing that would not know shit * code! * ALEX
Please don't do that it would be so nice to add turret in MapEdit
(03-02-2013, 11:47)SailorMoon Wrote: [ -> ]
(03-02-2013, 11:43)Jone Calerone Wrote: [ -> ]
(03-02-2013, 11:39)SailorMoon Wrote: [ -> ]We don't support 4d1 sh*t.
I need a code for Steam! not shit 4d1

This code can't be used for steam version.
But i made real turret stuff for mw3addon, i'm going to release it in hidden section. Because of alex Nyan Cat

oh and the rest of us can go sing i suppose, another mod that's gonna be for the select few, didn't we have this conversation regarding the care packages and solids?
(03-02-2013, 16:13)hillbilly Wrote: [ -> ]
(03-02-2013, 11:47)SailorMoon Wrote: [ -> ]
(03-02-2013, 11:43)Jone Calerone Wrote: [ -> ]
(03-02-2013, 11:39)SailorMoon Wrote: [ -> ]We don't support 4d1 sh*t.
I need a code for Steam! not shit 4d1

This code can't be used for steam version.
But i made real turret stuff for mw3addon, i'm going to release it in hidden section. Because of alex Nyan Cat

oh and the rest of us can go sing i suppose, another mod that's gonna be for the select few, didn't we have this conversation regarding the care packages and solids?
Sorry, it won't work for MW3 SA Tongue
Exactly, Acting like Alex sure won't solve things, it will only make it worse.
I suggest you to just release this to the public like we always have
Are you talking about @SailorMoon ?
Pages: 1 2