New code?

Status
Hilo no abierto para más respuestas.

Kanelos12

Mouse
I heard for friends in miceforce that someone removed fly squirt from pastibin for lua programming..

Now in our tribes we try to find the new squirts for it and, as expected, we cant fly in them.

If a mod can help us, it would be aprecciated.
 

Commandoskil

Retired AR Staff
If you mean the Lua Code of flying , you need to have the ability to use /np in your tribe house
Code:
function eventNewPlayer(name)
tfm.exec.bindKeyboard(name,32,true,true)
end

for name,player in pairs(tfm.get.room.playerList) do
eventNewPlayer(name)
end

function eventKeyboard(name,key,down,x,y)
if key==32 then
tfm.exec.movePlayer(name,0,0,true,0,-50,false)
end
end
 

Invalnorious

Former PL & INT Community Manager
If I understand properly, you've lost a Lua script for flying.

Try using the one that ^ gave to you
Also check if you have the permission to change maps in order to use Lua.
 
Status
Hilo no abierto para más respuestas.
Top
"Dev-TR" theme by Soulzone