Jump to content

ERRO FUnção < -


Recommended Posts

ERRO: client.lua:430 exports: call to non-running server resource ( tactics ) [string "?"]

 

if exports.tactics:getPlayerGameStatus(localPlayer) == "Play" or exports.tactics:getPlayerGameStatus(localPlayer) == "Loading" then LINHA DO ERRO < ----------

 

function()
	if source == localPlayer then
		if exports.tactics:getPlayerGameStatus(localPlayer) == "Play" or exports.tactics:getPlayerGameStatus(localPlayer) == "Loading" then
			if isTimer(killCamTimer) then
				if isTimer(eTimer) then killTimer(eTimer) end
				killTimer(killCamTimer)
				killerName = nil
				killerHealth = nil
				killerRank = nil
				killerWeapon = nil
				removeEventHandler("onClientPreRender", root, interpolateCam)
				start = nil
				killerFOE = nil
				killerYOU = nil
				destroyShaderForPlayer(killElement)
				killElement = nil
				if exports.tactics:getPlayerGameStatus(localPlayer) == "Play" then
					setCameraTarget(localPlayer)
				else
					exports.tactics:setCameraSpectating()
				end
			end
		end
	end
end)

 Função toda acima !

 

Outro erro: attempt to index anill value 

 

função: 

if exports.tactics:getRoundMapInfo()["modename"] ~= "lobby" then

 

Toda função: 

function()
	if exports.tactics:getRoundMapInfo()["modename"] ~= "lobby" then
		ammoFired = (ammoFired or 0) + 1
	end
end)

Se alguém souber oq é isso agradeço !

Edited by OverKILL
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...