Tibix99 Posted April 16, 2018 Posted April 16, 2018 function addGarage(thePlayer, commandName, tipus) if (getElementData(thePlayer, admin )) >= 6 then tipus=type
Verius Posted April 16, 2018 Posted April 16, 2018 (edited) Hello, write rest of the script. What this function doing? function addGarage(thePlayer, commandName, tipus) if getElementData(thePlayer, "admin") >= 6 then tipus = type --look lua-wiki "type()" end end ( 2nd argument of getElementData must be string type, if 'admin' isn't previously defined string variable ) Edited April 16, 2018 by Verius comment
Tibix99 Posted April 17, 2018 Author Posted April 17, 2018 This script is a garage script. (I write a new topic saw him)
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