Post: Backflip and flip codes.
11-18-2015, 09:22 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Does anyone know how to make a backflip or any flip in general like Loz has in his patch? I don't know how to make it work if someone could help me that would be awesome. /sv_cheats 1;SelectStringTableEntryInDvar M M player_view_pitch_down;SelectStringTable*EntryInDvar M M player_view_pitch_up
(adsbygoogle = window.adsbygoogle || []).push({});
11-18-2015, 09:36 PM #2
iiiCenTurY
Gym leader
its not a dvar. its a script
11-19-2015, 12:57 AM #3
Originally posted by iiiCenTurY View Post
its not a dvar. its a script


Would you be able to tell me it? This was not really helpful. It would be nice if you gave me an idea of what it was and how to make it
11-19-2015, 07:09 AM #4
DoraTheKiller97
Treasure hunter
Originally posted by XeDewdr View Post
Would you be able to tell me it? This was not really helpful. It would be nice if you gave me an idea of what it was and how to make it

Its not a released code. So good luck. :/
01-27-2016, 09:23 PM #5
Originally posted by XeDewdr View Post
Would you be able to tell me it? This was not really helpful. It would be nice if you gave me an idea of what it was and how to make it


u just have to set your players angles in an entire 360 degree motion. simple script
01-29-2016, 04:43 PM #6
BullyWiiPlaza
Climbing up the ladder
I tried setting the dvars mentioned in the first post to value 0 but it gave a strange "can't look up or down effect" instead of backflipping. Also it gave no recoil how it seems. Either way, the script is:
    setStableAim(enabled)
{
dvarNames = strTok("player_view_pitch_up|player_view_pitch_down", "|");

foreach(dvarName in dvarNames)
{
setDvar(dvarName, enabled ? 0 : 70);
}
}

If someone makes the real backflipping script it would be great if it gets posted here. I'm too lazy to do everything myself lol Smile
01-29-2016, 07:30 PM #7
jwm614
NextGenUpdate Elite
Originally posted by BullyWiiPlaza View Post
I tried setting the dvars mentioned in the first post to value 0 but it gave a strange "can't look up or down effect" instead of backflipping. Also it gave no recoil how it seems. Either way, the script is:
    setStableAim(enabled)
{
dvarNames = strTok("player_view_pitch_up|player_view_pitch_down", "|");

foreach(dvarName in dvarNames)
{
setDvar(dvarName, enabled ? 0 : 70);
}
}

If someone makes the real backflipping script it would be great if it gets posted here. I'm too lazy to do everything myself lol Smile


RotatePitch I believe
Look at my stunt plane

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo