Login to ZARP
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: fix the god awful font color on nuke launch

fix the god awful font color on nuke launch 1 month 5 days ago #1421866

on every monitor i have used i have had to adjust the color settings just to be able to read how long a nuke has left, there is no reason to have it white on yellow, something as simple as black on yellow will make a huge difference in useability
  • crackrat
  • crackrat's Avatar
  • Offline
  • Fresh Boarder
  • ZARP VIP
  • Posts: 31
  • Karma: 0
The topic has been locked.

fix the god awful font color on nuke launch 1 month 5 days ago #1421867

fine on my end
  • OnionRings
  • OnionRings's Avatar
  • Offline
  • Community Manager
  • ZARP VIP Golden Blue Badge
  • Posts: 10869
  • Thanks received: 5656
  • Karma: -565
The topic has been locked.

fix the god awful font color on nuke launch 1 month 4 days ago #1421868

I would say having the white text is superior to having it as black text :woohoo:
  • JoshuaIsGreat
  • JoshuaIsGreat's Avatar
  • Offline
  • Diamond Boarder
  • ZARP VIP
  • 3^ the Serb
  • Posts: 3610
  • Thanks received: 1542
  • Karma: -188
a


3^ the Serb
JayHouse on top forever, fuck around and find out :)
Zarp SSRP Lawyer

Last Edit: 1 month 4 days ago by JoshuaIsGreat. Reason: im retarded
The topic has been locked.
The following user(s) said Thank You: yisyas

fix the god awful font color on nuke launch 1 month 4 days ago #1421869

You are the type of person who tries to screenshot a shattered screen aren’t you
  • Jawson
  • Jawson's Avatar
  • Offline
  • Legendary Member
  • ZARP VIP Golden Blue Badge
  • ZARP
  • Posts: 2957
  • Thanks received: 1927
  • Karma: 307
The topic has been locked.

fix the god awful font color on nuke launch 1 month 4 days ago #1421870

✨ draw.ShadowText ✨
  • ItsDonny
  • ItsDonny's Avatar
  • Offline
  • Community Developer
  • ZARP VIP Gold Badge
  • Big Don
  • Posts: 699
  • Thanks received: 212
  • Karma: -231



Community Developer
Discord Head Admin
Forum Global Mod
The topic has been locked.

fix the god awful font color on nuke launch 1 month 4 days ago #1421871

ItsDonny wrote:
✨ draw.ShadowText ✨
the least you could do is mention a function that exists
  • Callum.
  • Callum.'s Avatar
  • Offline
  • Community Developer
  • ZARP VIP
  • Fick dich Martin!
  • Posts: 1429
  • Thanks received: 745
  • Karma: -302

Community Developer

Prophunt/TTT Server Owner
Teamspeak Head Admin
Discord Head Admin
Global Moderator
SSRP Administrator
Deathrun Moderator

The topic has been locked.
The following user(s) said Thank You: Killa Kappa, Markus

fix the god awful font color on nuke launch 1 month 4 days ago #1421872

Works on my machine.
  • Killa Kappa
  • Killa Kappa's Avatar
  • Offline
  • User is blocked
  • ZARP VIP
  • Posts: 14508
  • Thanks received: 6745
  • Karma: -3121
The topic has been locked.

fix the god awful font color on nuke launch 1 month 4 days ago #1421874

Callum. wrote:
ItsDonny wrote:
✨ draw.ShadowText ✨
the least you could do is mention a function that exists
function draw.ShadowText(n, f, x, y, c, px, py, shadowColor)
	draw.SimpleText(n, f, x + 1, y + 1, shadowColor or color_black, px, py)
	return draw.SimpleText(n, f, x, y, c, px, py)
end

now it does ✨
  • ItsDonny
  • ItsDonny's Avatar
  • Offline
  • Community Developer
  • ZARP VIP Gold Badge
  • Big Don
  • Posts: 699
  • Thanks received: 212
  • Karma: -231



Community Developer
Discord Head Admin
Forum Global Mod
The topic has been locked.

fix the god awful font color on nuke launch 1 month 4 days ago #1421875

ItsDonny wrote:
Callum. wrote:
ItsDonny wrote:
✨ draw.ShadowText ✨
the least you could do is mention a function that exists
function draw.ShadowText(n, f, x, y, c, px, py, shadowColor)
	draw.SimpleText(n, f, x + 1, y + 1, shadowColor or color_black, px, py)
	return draw.SimpleText(n, f, x, y, c, px, py)
end

now it does ✨
never seen such god awful and inconsistent variable naming
  • Killa Kappa
  • Killa Kappa's Avatar
  • Offline
  • User is blocked
  • ZARP VIP
  • Posts: 14508
  • Thanks received: 6745
  • Karma: -3121
The topic has been locked.
The following user(s) said Thank You: Markus, Callum., ItsDonny

fix the god awful font color on nuke launch 1 month 4 days ago #1421876

Killa Kappa wrote:
ItsDonny wrote:
Callum. wrote:
ItsDonny wrote:
✨ draw.ShadowText ✨
the least you could do is mention a function that exists
function draw.ShadowText(n, f, x, y, c, px, py, shadowColor)
	draw.SimpleText(n, f, x + 1, y + 1, shadowColor or color_black, px, py)
	return draw.SimpleText(n, f, x, y, c, px, py)
end

now it does ✨
never seen such god awful and inconsistent variable naming
its fine he didn't make it
  • Markus
  • Markus's Avatar
  • Offline
  • Legendary Member
  • ZARP VIP
  • Posts: 5342
  • Thanks received: 1637
  • Karma: -337
Former:
SSRP Superadmin
Community Council Creator (May it rest in piece)
Prophunt Moderator
BHOP Moderator


The topic has been locked.
The following user(s) said Thank You: Killa Kappa, ItsDonny

fix the god awful font color on nuke launch 1 month 4 days ago #1421877

Killa Kappa wrote:
ItsDonny wrote:
Callum. wrote:
ItsDonny wrote:
✨ draw.ShadowText ✨
the least you could do is mention a function that exists
function draw.ShadowText(n, f, x, y, c, px, py, shadowColor)
	draw.SimpleText(n, f, x + 1, y + 1, shadowColor or color_black, px, py)
	return draw.SimpleText(n, f, x, y, c, px, py)
end

now it does ✨
never seen such god awful and inconsistent variable naming

hence why i didn't write it ;) but here lies the solution -solved
  • ItsDonny
  • ItsDonny's Avatar
  • Offline
  • Community Developer
  • ZARP VIP Gold Badge
  • Big Don
  • Posts: 699
  • Thanks received: 212
  • Karma: -231



Community Developer
Discord Head Admin
Forum Global Mod
Last Edit: 1 month 4 days ago by ItsDonny.
The topic has been locked.

fix the god awful font color on nuke launch 1 month 4 days ago #1421878

ItsDonny wrote:
Killa Kappa wrote:
ItsDonny wrote:
Callum. wrote:
ItsDonny wrote:
✨ draw.ShadowText ✨
the least you could do is mention a function that exists
function draw.ShadowText(n, f, x, y, c, px, py, shadowColor)
	draw.SimpleText(n, f, x + 1, y + 1, shadowColor or color_black, px, py)
	return draw.SimpleText(n, f, x, y, c, px, py)
end

now it does ✨
never seen such god awful and inconsistent variable naming

hence why i didn't write it ;) but here lies the solution -solved
paster
  • JoshuaIsGreat
  • JoshuaIsGreat's Avatar
  • Offline
  • Diamond Boarder
  • ZARP VIP
  • 3^ the Serb
  • Posts: 3610
  • Thanks received: 1542
  • Karma: -188
a


3^ the Serb
JayHouse on top forever, fuck around and find out :)
Zarp SSRP Lawyer

The topic has been locked.
The following user(s) said Thank You: Killa Kappa, Markus

fix the god awful font color on nuke launch 1 month 4 days ago #1421879

ItsDonny wrote:
Killa Kappa wrote:
ItsDonny wrote:
Callum. wrote:
ItsDonny wrote:
✨ draw.ShadowText ✨
the least you could do is mention a function that exists
function draw.ShadowText(n, f, x, y, c, px, py, shadowColor)
	draw.SimpleText(n, f, x + 1, y + 1, shadowColor or color_black, px, py)
	return draw.SimpleText(n, f, x, y, c, px, py)
end

now it does ✨
never seen such god awful and inconsistent variable naming

hence why i didn't write it ;) but here lies the solution -solved
yeah you don't write much do you
  • Killa Kappa
  • Killa Kappa's Avatar
  • Offline
  • User is blocked
  • ZARP VIP
  • Posts: 14508
  • Thanks received: 6745
  • Karma: -3121
The topic has been locked.
The following user(s) said Thank You: JoshuaIsGreat, Markus, Buffy, God dammit Ross

fix the god awful font color on nuke launch 1 month 4 days ago #1421880

ItsDonny wrote:
Killa Kappa wrote:
ItsDonny wrote:
Callum. wrote:
ItsDonny wrote:
✨ draw.ShadowText ✨
the least you could do is mention a function that exists
function draw.ShadowText(n, f, x, y, c, px, py, shadowColor)
	draw.SimpleText(n, f, x + 1, y + 1, shadowColor or color_black, px, py)
	return draw.SimpleText(n, f, x, y, c, px, py)
end

now it does ✨
never seen such god awful and inconsistent variable naming

hence why i didn't write it ;) but here lies the solution -solved

errm actually-
  • Callum.
  • Callum.'s Avatar
  • Offline
  • Community Developer
  • ZARP VIP
  • Fick dich Martin!
  • Posts: 1429
  • Thanks received: 745
  • Karma: -302

Community Developer

Prophunt/TTT Server Owner
Teamspeak Head Admin
Discord Head Admin
Global Moderator
SSRP Administrator
Deathrun Moderator

The topic has been locked.
The following user(s) said Thank You: Killa Kappa, JoshuaIsGreat, Markus

fix the god awful font color on nuke launch 1 month 4 days ago #1421881

White on yellow is my favorite category
  • Indiana Jones
  • Indiana Jones's Avatar
  • Offline
  • Legendary Member
  • ZARP VIP Golden Blue Badge
  • aghaha yaaaaah
  • Posts: 10516
  • Thanks received: 4053
  • Karma: -291
The topic has been locked.
The following user(s) said Thank You: Markus

fix the god awful font color on nuke launch 1 month 4 days ago #1421882

ItsDonny wrote:
Callum. wrote:
ItsDonny wrote:
✨ draw.ShadowText ✨
the least you could do is mention a function that exists
function draw.ShadowText(n, f, x, y, c, px, py, shadowColor)
	draw.SimpleText(n, f, x + 1, y + 1, shadowColor or color_black, px, py)
	return draw.SimpleText(n, f, x, y, c, px, py)
end

now it does ✨

Or just use outlined text instead of creating a function that already exists
  • Jawson
  • Jawson's Avatar
  • Offline
  • Legendary Member
  • ZARP VIP Golden Blue Badge
  • ZARP
  • Posts: 2957
  • Thanks received: 1927
  • Karma: 307
The topic has been locked.

fix the god awful font color on nuke launch 1 month 4 days ago #1421883

^^^^^^^^
  • crackrat
  • crackrat's Avatar
  • Offline
  • Fresh Boarder
  • ZARP VIP
  • Posts: 31
  • Karma: 0
The topic has been locked.

fix the god awful font color on nuke launch 1 month 4 days ago #1421890

Jawson wrote:
ItsDonny wrote:
Callum. wrote:
ItsDonny wrote:
✨ draw.ShadowText ✨
the least you could do is mention a function that exists
function draw.ShadowText(n, f, x, y, c, px, py, shadowColor)
	draw.SimpleText(n, f, x + 1, y + 1, shadowColor or color_black, px, py)
	return draw.SimpleText(n, f, x, y, c, px, py)
end

now it does ✨

Or just use outlined text instead of creating a function that already exists

Not an identical outcome if u ask me
  • ItsDonny
  • ItsDonny's Avatar
  • Offline
  • Community Developer
  • ZARP VIP Gold Badge
  • Big Don
  • Posts: 699
  • Thanks received: 212
  • Karma: -231



Community Developer
Discord Head Admin
Forum Global Mod
The topic has been locked.

fix the god awful font color on nuke launch 1 month 4 days ago #1421891

Killa Kappa wrote:
ItsDonny wrote:
Killa Kappa wrote:
ItsDonny wrote:
Callum. wrote:
ItsDonny wrote:
✨ draw.ShadowText ✨
the least you could do is mention a function that exists
function draw.ShadowText(n, f, x, y, c, px, py, shadowColor)
	draw.SimpleText(n, f, x + 1, y + 1, shadowColor or color_black, px, py)
	return draw.SimpleText(n, f, x, y, c, px, py)
end

now it does ✨
never seen such god awful and inconsistent variable naming

hence why i didn't write it ;) but here lies the solution -solved
yeah you don't write much do you

Stuck on line 1 step codanotbro
  • ItsDonny
  • ItsDonny's Avatar
  • Offline
  • Community Developer
  • ZARP VIP Gold Badge
  • Big Don
  • Posts: 699
  • Thanks received: 212
  • Karma: -231



Community Developer
Discord Head Admin
Forum Global Mod
The topic has been locked.

fix the god awful font color on nuke launch 1 month 4 days ago #1421892

ItsDonny wrote:
Killa Kappa wrote:
ItsDonny wrote:
Killa Kappa wrote:
ItsDonny wrote:
Callum. wrote:
ItsDonny wrote:
✨ draw.ShadowText ✨
the least you could do is mention a function that exists
function draw.ShadowText(n, f, x, y, c, px, py, shadowColor)
	draw.SimpleText(n, f, x + 1, y + 1, shadowColor or color_black, px, py)
	return draw.SimpleText(n, f, x, y, c, px, py)
end

now it does ✨
never seen such god awful and inconsistent variable naming

hence why i didn't write it ;) but here lies the solution -solved
yeah you don't write much do you

Stuck on line 1 step codanotbro
im underage
  • Killa Kappa
  • Killa Kappa's Avatar
  • Offline
  • User is blocked
  • ZARP VIP
  • Posts: 14508
  • Thanks received: 6745
  • Karma: -3121
The topic has been locked.
  • Page:
  • 1
  • 2
Moderators: MadMagic
Time to create page: 0.155 seconds

274 PLAYERS ONLINE

Connect to server View Gametracker DarkRP 1
17/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
0/32
online
Connect to server View Gametracker Surf
3/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
254/790
online
Top