VortDyn Posted October 23, 2020 Share Posted October 23, 2020 How to do in lua script Juggernaut class, HP, Armor, AK47 (200 rounds), Deagle (50 rounds), Sniper rifle (10 rounds), ID skin So that I can get a class, take HP and Armor from this class Take all weapons and ammo Link to comment
Spakye Posted October 24, 2020 Share Posted October 24, 2020 local class = { --class name, hp, armor, skin, { {weapon id, weapon ammo} } {"Juggernaut", 100, 100, 0,{ {30,200},{24,50}, {34,10} } }, } 1 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