COMMANDLINE
commandline é uma de comandos que vc faz fora
do jogo e que vc pode usar comandos q deixa
o "jogo" mais rapido o seja com mais desmpenho
PLAYER_ID, PLAYER_INDEX, PLAYER_CHAR = 0
function InitScript()
Wait(10000)
end
function WaitForPlayerPoolCreation()
while (IsPlayerPoolCreated() == 0) do
Wait(2000)
end
end
function WaitForValidPlayer()
PLAYER_CHAR = 0
repeat
CallNative("GET_PLAYER_ID")
PLAYER_ID = GetIntResult()
if (PLAYER_ID >= 0) then
PushInt(PLAYER_ID)
CallNative("CONVERT_INT_TO_PLAYERINDEX")
PLAYER_INDEX = GetIntResult()
PushInt(PLAYER_INDEX)
PushVarPtr()
CallNative("GET_PLAYER_CHAR")
PLAYER_CHAR = GetIntParam(1)
if (PLAYER_CHAR <= 0) then Wait(1000) end end until (PLAYER_CHAR > 0)
end
function DisableShadows()
PushInt(0)
CallNative("ENABLE_SHADOWS")
end
function main()
while true do
DisableShadows()
Wait(300)
end
end
-- start
main();
download tirar erro EFC20 Click Aqui