hello
so i want to make when metal is hovering or with dashmode he can carry
addHook("PlayerThink", function(player)
if player.mo.skin == "metalsonic"
and player.mo.state == S_PLAY_FLOAT
and player.mo.state == S_PLAY_DASH then
player.pflags = $|PF_CANCARRY
end
end)
addHook("PlayerThink", function(player)
if player.mo.skin == "metalsonic" then
if player.mo.state == S_PLAY_FLOAT or player.mo.state == S_PLAY_DASH then
player.pflags = $|PF_CANCARRY
end
end
end)
addHook("PlayerThink", function(player)
if player.mo.skin == "metalsonic" then
if player.mo.state == S_PLAY_FLOAT or player.mo.state == S_PLAY_DASH then
player.pflags = $|PF_CANCARRY
end
end
end)
addHook("PlayerThink", function(player)
if player.mo.skin == "metalsonic" then
if player.mo.state == S_PLAY_FLOAT or player.mo.state == S_PLAY_DASH then
player.pflags = $|PF_CANCARRY
end
end
end)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.