CustomFontWatermark

Download: -> vrp_watermark.rar (12.2 KB)

IMAGE : -> Screenshot_1

IMAGE : -> Screenshot_2

If you like it, don’t forget to leave a like :)) :upside_down_face:

#manz

20 Likes

Does it only work with vrp or is it standalone aswell?

seems like it is standalone i dont see any vrp function btw nice one :slight_smile:

yes, it is standalone :slight_smile:

Why does it say vRP_CustomWatermark then? Lol.

Ups… Sorry :rofl::rofl:

And please point out that it’s standalone. Thanks.

1 Like

I try so many ways to change the hour but could find out?? If a move the cero instead of 10pm it says 1003:56

I love this font, but also looks like it could come from terraria or something hahahaha

1 Like

@RubenPro

Change this:

function CalculateTimeToDisplay()
	if hour < 10 then
		hour = tostring("0" .. hour)
	end
	if minute < 10 then
		minute = tostring("0" .. minute)
	end
end

for this:

function CalculateTimeToDisplay()
	if hour <= 9 then
		hour = ("0" .. hour)
	end
	if minute <= 9 then
		minute = ("0" .. minute)
	end
end

And well, the code is equal to the rest that shows the local time, he should mention at least the author

Very nice!

But resource cost you 0.05ms with high end PC.

1 Like

Does this work with ESX? :rofl:
My god tier ESX framework needs this :100:
Super custom framework with super custom Watermark :ok_hand:

2 Likes

Hey, i need help how i change the value (size) of discord.gg / time / week wanna change the text size of all

Amazing watermark! Great.

1 Like

0.05 is not even bad, since it has a 0 while loop that needs to run every frame, to display the text.

1 Like

is possible remove “online” players ?

Yes it’s possible

I tried but I couldn’t, could you help me

Thank You Bro <3

1 Like

i want to change the violet color to red color
how can i do that xD?