[Help] Mw2 Buy Menu
Hey.
I am looking for an easy Buy menu. Like the one in CSwarfare.
I do also look for an Class menu. Like in Teamforest.
*Cash counter.
*Buy menu ( thats easy to use and edit)
*Class Menu( thats easy to use and edit)
Maybe look like this:
(NB; I am not so good, so this will just be a kind off look i want)
Cash()
{
(Get cash on kill)
if(self.killed)
(add to cash)
getcash[Value]();
(lose cash on death)
if(self.death)
(remove cash)
removecash[-Value]();
}
+ a cash shower,,
Cashshow()
Use the Cash() to add or remove cash.
show(self.cash)
Buy weapon etc()
Press N to open the menu-:
show diffrent weapons to buy:
AK47; cost 500$
m4; cost 100$
Fal; cost 1000$
(and a menu like the Kick menu, Use W and S th go up and down. Use Space to select)
(something like that settup)
Classmenu()
(the class)
Sniper;
(the class options, own thread)
self thread sniper();
+the menu.
This I am not sure about.
but something like the ::
class()
show diffrent weapons to buy:
medic; self thread medic; cost 100$
sniper; self thread sniper;
(and a menu like the Kick menu, Use W and S th go up and down. Use Space to select)
Any one that could help with this?
I want an easy use.
Not so much typing. But a easy and simpel.
Thanks.