r5_flowstate
r5_flowstate copied to clipboard
Flowstate scripts. Bugs fixes, new features and more content.
to cafe: Add this to playlist_r5_patch.txt ``` fs_ithurtsmovementmappractice { inherit fs_survival vars { name "It Hurts Movement Map [Practice Map]" visible 1 // Skip intros: waiting_for_players_spawning_enabled 1 waiting_for_players_countdown_seconds 0 waiting_for_players_timeout_seconds...
Setting the camo to 0 generates an invalid range. Therefore, when the skin is invalid, the fallback should not be an index of 0, but the index of the current...
cool thing where you can switch between dimensions Comes with custom map (made by me) As of right now, it's designed to be server-side only (which is why it's a...
Add this to the playlist_r5_patch.txt ``` fs_rankupmapmovementpractice { inherit fs_survival vars { name "Rank-up Parkour [Practice Map]" visible 1 // Skip intros: waiting_for_players_spawning_enabled 1 waiting_for_players_countdown_seconds 0 waiting_for_players_timeout_seconds 1 character_select_time_max 0.0...
update values
Its easy to fix Just replace ``` while(IsValid(ai)) { ai.SetAngles(VectorToAngles( player.GetOrigin() - ai.GetOrigin())) if(AimTrainer_STRAFING_SPEED == 0) { WaitFrame() continue } int random = RandomIntRangeInclusive(1,10) if (random == 9 || random...