Login to ZARP
Username: Password: Remember me

TOPIC: Bhop & Surf Suggestion

Bhop & Surf Suggestion 3 years 7 months ago #1279098

Server Name:
Surf & Bhop

Suggestion Title:
Add setting too display 2d velocity

How would it benefit the server:
You would be able too see your speed without having too look down to the bottom left(which could ruin your run)

Potential Issues/Exploits:
nah

Additional notes:
local CenterSpeed = CreateClientConVar( "surf_velocity_center", "0", true, false, "" )
local COv = 0
local TAC, TAL = TEXT_ALIGN_CENTER, TEXT_ALIGN_LEFT
local fo = string.format

surface.CreateFont( "HUDHeader", { size = 30, font = "Coolvetica" } )

local function HUDPaintCenterSpeed()
	if !CenterSpeed:GetBool() then return end

	local lpc = LocalPlayer()
	local nSpeed = lpc:GetVelocity():Length2D()

	if nSpeed == 0 then
		COv = COv - 1
	else
		COv = 255
	end

	draw.SimpleText( fo( "%.0f u/s", nSpeed ), "HUDHeader", ScrW() / 2 + 2, ScrH() / 2 - 168, Color(0, 0, 0, COv), TAL, TAC )
	draw.SimpleText( fo( "%.0f u/s", nSpeed ), "HUDHeader", ScrW() / 2, ScrH() / 2 - 170, Color(255, 255, 255, COv), TAL, TAC )
end
hook.Add( "HUDPaint", "PaintCenterSpeed", HUDPaintCenterSpeed )
EDIT:
Looks like this btw
  • Knuthulhu
  • Knuthulhu's Avatar
  • Offline
  • Legendary Member
  • ZARP VIP
  • ¯\_(ツ)_/¯
  • Posts: 579
  • Thanks received: 213
  • Karma: 11

ex Surf & Bhop Server Owner
Last Edit: 3 years 7 months ago by Knuthulhu.
Login or register to post a reply.

Bhop & Surf Suggestion 3 years 7 months ago #1279099

:plussp:
  • Nick0GR
  • Nick0GR's Avatar
  • Offline
  • Marvelous Boarder
  • ZARP VIP
  • Posts: 10798
  • Thanks received: 3308
  • Karma: -113

GD+Server Apps Section staff
TS3+Discord Staff
Bhop Super admin
TTT Super admin
Discord: Nick0GR#9038
ex
TTT Super admin
Murder Super admin
PropHunt Head admin
Deathrun admin
SSRP admin
TeamSpeak staff
Server apps + appeal section moderator
Login or register to post a reply.
Moderators: MadMagic, Kanna.
Time to create page: 0.077 seconds

247 PLAYERS ONLINE

Connect to server View Gametracker DarkRP 1
14/127
online
Connect to server View Gametracker Deathrun
0/40
online
Connect to server View Gametracker TTT
0/47
online
Connect to server View Gametracker Bhop
1/32
online
Connect to server View Gametracker Surf
5/32
online
Connect to server View Gametracker Prop Hunt
0/42
online
Connect to server View Gametracker Sandbox
0/42
online
Connect to server Discord
227/790
online
Top