Download: -> vrp_watermark.rar (12.2 KB)
IMAGE : -> 
IMAGE : -> 
If you like it, don’t forget to leave a like :)) 
#manz
Download: -> vrp_watermark.rar (12.2 KB)
IMAGE : -> 
IMAGE : -> 
If you like it, don’t forget to leave a like :)) 
#manz
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 
yes, it is standalone 
Why does it say vRP_CustomWatermark then? Lol.
Ups… Sorry 

And please point out that it’s standalone. Thanks.
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
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.
Does this work with ESX? 
My god tier ESX framework needs this 
Super custom framework with super custom Watermark 
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.
0.05 is not even bad, since it has a 0 while loop that needs to run every frame, to display the text.
is possible remove “online” players ?
Yes it’s possible
I tried but I couldn’t, could you help me
i want to change the violet color to red color
how can i do that xD?