Author Topic: Army Men Mod(Soldier now Available.)[closed]  (Read 54824 times)


i sooo cant wait for this epic  :cookieMonster:

Why is there a bat on my screen :cookieMonster:

Why is there a bat on my screen :cookieMonster:


Cause apparently your a brat.


Cause apparently your a brat.
Grammar fail. Spelling fail. Ultimately, insult fail :cookieMonster:

Also: signature fail.

Way to look witty.

Grammar fail. Spelling fail. Ultimately, insult fail :cookieMonster:

Also: signature fail.

Way to look witty.

I Dont care about my grammar its the internet not my homework but yet my spelling i do and there was no spelling fails?

I Dont care about my grammar its the internet not my homework but yet my spelling i do and there was no spelling fails?
'Cause' is not a word. 'Your' should be spelled 'you're', so technically that is another spelling error. Hope this helped your ignorance. Can you also stop posting in bold? Ironically, it seems a bit elitist of you.

Now that your provocation has succeeded and you've had your little skirmish with me can we continue discussing the mod? Personally I'd like to see a video of some of the animations in action, since a picture can capture only a single frame of it :D

'Cause' is not a word. 'Your' should be spelled 'you're', so technically that is another spelling error. Hope this helped your ignorance. Can you also stop posting in bold? Ironically, it seems a bit elitist of you.

Now that your provocation has succeeded and you've had your little skirmish with me can we continue discussing the mod? Personally I'd like to see a video of some of the animations in action, since a picture can capture only a single frame of it :D

Well those you'll see in-game because i'm going to be releasing a sample of this :D.

I decided to release the soldier class, to get everybody abit calmed down because I want to work on Away At War 2 aswell and there's alot of work to be done for this.

But to release this i still need to fix the knife(cause apparently its not working) and I need somebody to change this script:
Code: [Select]
function serverCmdPrimary(%client)
{
%player = %client.player;
if(isObject(%player))
{
%player.updateArm(ArmyManM16Image);
%player.mountImage(ArmyManM16Image, 0);
}

}

So that you can only use it when your in the armymansoldierArmor.

Aglass0fMilk gave me this one:
Code: [Select]
function serverCmdPrimary(%client)
{
%player = %client.player;
if(isObject(%player) && %Player.getdatablock().getName() $= "armymansoldier" && $Cstar fisheprimary == 1)
{
%player.updateArm(ArmyManM16Image);
%player.mountImage(ArmyManM16Image, 0);
}

}

but for some reason it didn't work. I tried changing the armymansoldier to armymansoldierArmor too.

The cstar fisheprimary == 1 part was for a different code i asked from him, but I find no use for it now since they can't build. I wanted to make it so that a super admin can disable or enable certain weapons the army man classes can use. Cause right now they're ALWAYS carrying weapons.

So yea once I fix the knife and somebody fixes the script, I can release a little sample.
I'm going to start animating the trailer too :P Since I got the classes modeled.

I could make the medigun, I've actually been modeling something that could be used, though it's not totally done, and I'd need maybe another day or two. I'm not sure if you already had an offer, I didn't really read the actual topic, but seeing as you still don't HAVE one, I'll get to work on that unless you say otherwise.
Also, good luck with he knife, I'd help but I can't. :P
Looking forward to the first release.

Get rid of the && $Cstar fishePrimary == 1 part of the if statement, I think there was another part of that code that allowed you to switch on and off the $Cstar fishePrimary Variable, just get rid of it, and see if it works.

Get rid of the && $Cstar fishePrimary == 1 part of the if statement, I think there was another part of that code that allowed you to switch on and off the $Cstar fishePrimary Variable, just get rid of it, and see if it works.

still doesn't work lol, it won't take it out at all when i put this in:
Code: [Select]
function serverCmdPrimary(%client)
{
%player = %client.player;
if(isObject(%player) && %Player.getdatablock().getName() $= "armymansoldier")
{
%player.updateArm(ArmyManM16Image);
%player.mountImage(ArmyManM16Image, 0);
}

}

I could make the medigun, I've actually been modeling something that could be used, though it's not totally done, and I'd need maybe another day or two. I'm not sure if you already had an offer, I didn't really read the actual topic, but seeing as you still don't HAVE one, I'll get to work on that unless you say otherwise.
Also, good luck with he knife, I'd help but I can't. :P
Looking forward to the first release.
?

Why did you quote yourself?

'Cause' is not a word. 'Your' should be spelled 'you're', so technically that is another spelling error. Hope this helped your ignorance. Can you also stop posting in bold? Ironically, it seems a bit elitist of you.

Now that your provocation has succeeded and you've had your little skirmish with me can we continue discussing the mod? Personally I'd like to see a video of some of the animations in action, since a picture can capture only a single frame of it :D

My Ignorance?

Why did you quote yourself?
He just wanted to ask the same thing again.

(at least i hope he did..)