NodZen_42 Posted July 11, 2018 Share Posted July 11, 2018 Hola Chicos, estoy aprendiendo esto del scripting y bueno, tengo este error con mi script Quote attempt to call global 'isPlayerInTeam' (a nil value) function setear_humanos () local GET_TEAM_HUMANOS = isPlayerInTeam(source, "Humanos") if GET_TEAM_HUMANOS then setElementModel(source, skins_humanos[math.random(#skins_humanos)][1]) outputChatBox("Ahora eres humano", source, 0,200,0) end end addEventHandler("onPlayerSpawn", root, setear_humanos) Alguna ayuda? Link to comment
Calculador Posted July 12, 2018 Share Posted July 12, 2018 6 hours ago, NodZen_42 said: Hola Chicos, estoy aprendiendo esto del scripting y bueno, tengo este error con mi script function setear_humanos () local GET_TEAM_HUMANOS = isPlayerInTeam(source, "Humanos") if GET_TEAM_HUMANOS then setElementModel(source, skins_humanos[math.random(#skins_humanos)][1]) outputChatBox("Ahora eres humano", source, 0,200,0) end end addEventHandler("onPlayerSpawn", root, setear_humanos) Alguna ayuda? Creo que te hace falta pegar la "function source" que es la que contiene la función como tal, en la wiki esta y se especifica que debes usarla. Revisa nuevamente y copia y pega lo que te he dicho anteriormente. (función: isPlayerInTeam) 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