Quote:
Originally Posted by STr!ker
so what i have tried is to use instead of got_weapon[id], if ( ++NumBuy <= 2 ) in the public_cmdMenu. But NumBuy is undefined
|
A very important lesson you should learn is that you can't just copy paste code. 99% of the time it WILL NOT work correctly. You have to modifiy it in some way to make it work correctly.
__________________