Jonas^ Posted June 12, 2018 Share Posted June 12, 2018 (edited) 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 June 12, 2018 by OverKILL Link to comment
Other Languages Moderators Lord Henry Posted June 13, 2018 Other Languages Moderators Share Posted June 13, 2018 Ele está dizendo que não existe o resource tactics ou que ele não está funcionando para ser usado. 1 Link to comment
Jonas^ Posted June 13, 2018 Author Share Posted June 13, 2018 53 minutes ago, Lord Henry said: Ele está dizendo que não existe o resource tactics ou que ele não está funcionando para ser usado. Entendi, ja havia resolvido obg, ! 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