Jump to content

attempt to call global 'isPlayerInTeam' (a nil value)


Recommended Posts

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
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...