addHook("playerthink",function(player)
if player.mo.skin = "Movieknux"
and player.mo.state = S_PLAY_GLIDE then
P_InstaThrust(player.mo, player.mo.angle, skins[player.mo.skin].normalspeed+30 *FRACUNIT)
end
addHook("playerthink",function(player)
if player.mo.skin == "Movieknux"
and player.mo.state = S_PLAY_GLIDE then
P_InstaThrust(player.mo, player.mo.angle, skins[player.mo.skin].normalspeed+30 *FRACUNIT)
end
addHook("playerthink",function(player)
if player.mo.skin == "Movieknux"
and player.mo.state = S_PLAY_GLIDE then
P_InstaThrust(player.mo, player.mo.angle, skins[player.mo.skin].normalspeed+30 *FRACUNIT)
end
still gave me an warning
addHook("playerthink",function(player)
if player.mo.skin == "Movieknux"
and player.mo.state == S_PLAY_GLIDE then
P_InstaThrust(player.mo, player.mo.angle, skins[player.mo.skin].normalspeed+30 *FRACUNIT)
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.