TheIceman1 Posted March 3, 2013 Share Posted March 3, 2013 Why this dont give me "Sawned-off"? local weaponsTable = { {"Colt 45",100,500}, {"Silenced",100,500}, {"Deagle",75,500},{"Shotgun",10,200}, {"Sawned-Off",10,200}, {"Combat Shotgun",10,300}, {"Uzi",100,500}, {"TEC-9",100,500}, {"MP5",100,700}, {"AK-47",100,600}, {"M4",100,600}, {"Rifle",10,1000}, {"Sniper",10,1000}, {"Rocket Launcher",1,10000}, {"Grenade",10,600}, {"Parachute",1,800}, {"Chainsaw",1,50000} } Link to comment
iPrestege Posted March 3, 2013 Share Posted March 3, 2013 Any Error? | local weaponsTable = { {"Colt 45",100,500}, {"Silenced",100,500}, {"Deagle",75,500},{"Shotgun",10,200}, {"Sawn-Off Shotgun",10,200}, {"Combat Shotgun",10,300}, {"Uzi",100,500}, {"TEC-9",100,500}, {"MP5",100,700}, {"AK-47",100,600}, {"M4",100,600}, {"Rifle",10,1000}, {"Sniper",10,1000}, {"Rocket Launcher",1,10000}, {"Grenade",10,600}, {"Parachute",1,800}, {"Chainsaw",1,50000} } Link to comment
Moderators IIYAMA Posted March 3, 2013 Moderators Share Posted March 3, 2013 Because it is: "sawed-off", not "Sawned-Off". See weapon property https://wiki.multitheftauto.com/wiki/SetWeaponProperty grenade teargas molotov colt 45 silenced deagle shotgun sawed-off combat shotgun uzi mp5 ak-47 m4 tec-9 rifle sniper rocket launcher rocket launcher hs flamethrower minigun satchel bomb spraycan fire extinguisher camera It it probably a typo on the wiki site, because at the real wiki you also write it like this: http://en.wikipedia.org/wiki/Sawed-off_shotgun Link to comment
TheIceman1 Posted March 3, 2013 Author Share Posted March 3, 2013 @ IYAMA:thanks @Mr.Prestage: you dont know what i want Link to comment
iPrestege Posted March 3, 2013 Share Posted March 3, 2013 Oh i don't know that's what u want i was think that u want weapon name becuase u didn't post the full code just a damn table . Link to comment
TheIceman1 Posted March 3, 2013 Author Share Posted March 3, 2013 Oh i don't know that's what u want i was think that u want weapon name becuase u didn't post the full code just a damn table . No problems Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now