[How to] Fix VRP_Money_HUD

Hey…

So i thought I’d show you guys how to customize your ugly looking VRP money HUD to make it look like something nice from ‘es’ or ‘esx’ servers. So here I go. Just try to follow along and do as the instruction say. If you get lost just review it over again…

1st…

First go into your resources folder and locate ‘vrp/gui’ inside of there make a new folder called ‘fonts’


Now put this file into the ‘fonts’ folder you just made.This File! (6.4 KB)

2nd…

Now find your ‘design.css’ file inside of the ‘gui’ folder and add this line to the top!

@font-face {
     font-family: "Pricedown";
     src: url("fonts/Pricedown.woff") format('woff');
     font-family: "Pricedown" !important;
 }

pic2

Now add this line you your '_resource.lua" in resources/vrp/_resource.lua

files{
     "gui/fonts/Pricedown.woff"
}

3rd

Download this (27.0 KB)
and drag and drop ‘resources’ into your main server dir.

Last!

Add this line to your server.cfg. 'start vrp_job_display"
and clear you cache then start your server!

Moved to Tutorials

Thanks man, for some reason i can’t post in there, IDK why :slight_smile: