29.12.2012, 20:58
Lol its like a joke ![Cheesy](images/smilies/biggrin.png)
You had space in here check always before posting for help![Smiley](images/smilies/smile.png)
Try This:
![Cheesy](images/smilies/biggrin.png)
You had space in here check always before posting for help
![Smiley](images/smilies/smile.png)
Код:
GunM = CreateMenu("Weaponary", 7, 50.0, 180.0, 200.0, 200.0); AddMenuItem(GunM, 0, "Colt 45 - $1700"); AddMenuItem(GunM, 0, "Desert Eagle - $4500"); AddMenuItem(GunM, 0, "Shotgun - $5000"); AddMenuItem(GunM, 0, "Rifle - $11000 "); AddMenuItem(GunM, 0, "Mac10 - $3200"); AddMenuItem(GunM, 0, "Tec9 - $3200"); AddMenuItem(GunM, 0, "Kevlar Vest - $3500")
Код:
GunM = CreateMenu("Weaponary", 7, 50.0, 180.0, 200.0, 200.0); AddMenuItem(GunM, 0, "Colt 45 - $1700"); AddMenuItem(GunM, 0, "Desert Eagle - $4500"); AddMenuItem(GunM, 0, "Shotgun - $5000"); AddMenuItem(GunM, 0, "Rifle - $11000"); AddMenuItem(GunM, 0, "Mac10 - $3200"); AddMenuItem(GunM, 0, "Tec9 - $3200"); AddMenuItem(GunM, 0, "Kevlar Vest - $3500")