[Release] vRP Framework

also the informer is fucked up does anyone know how to fix it

So How does one change the hair color in game at clothing store

you push enter at the shop in the menu use the keys for going though the hairs and stuff and enter is to change the color of it

how i buy a personal car ?

How come when I add the following:

["police"]  = {
    _config = {
        vtype="car",
        blipid=198,
        blipcolor=38,
        permissions ={"police.vehicle"}
    },
    --Cars that are available to buy/rent/store go here.
  },

Then I add:

["police"] = {
    _config = { 
      gtype = "job",
      onjoin = function(player) vRPclient.setCop(player,{true}) end,
      onspawn = function(player) vRPclient.setCop(player,{true}) end,
      onleave = function(player) vRPclient.setCop(player,{false}) end
    },
    "police.cloakroom",
    "police.pc",
    "police.handcuff",
    "police.putinveh",
    "police.vehicle"
  },

It doesn’t stop for example emergency or unemployed from accessing the garage?

how do i get job hud and ems vehicle spawn at hospital?

I have gone through setup and have everything working however I cannot get any jail to work nor do any fine options show up in the police menu fine tab is just blank and they are in the lua is there an additional step not in the setup we missed as I’m not the only person having this issue other than that excellent framework 10/10

nevermind silly me but quick question can I extend the jail search radius to say 250 meters

Someone can help with gui.lua? I don’t understand where to insert

local menudata = {}
menudata.name = “My Menu”
menudata.css = {top = “75px”, header_color = “rgba(0,255,0,0.75)”}

I’m adding this to the gui.lua file which is in the cfg folder after

local cfg = {}

But nothing changes, and only errors in server log
What am I doing wrong?
Maybe need to change the folder gui? or where?
I do not understand how to change css
I’ve tried different ways and options, but nothing works
Please help
Sorry for my bad english

also taxi car spawns and ems cant do revive? and whats the uniform id for ems

vrp\modules\police.lua
line 412

change the 15 to whatever

1 Like

Love using this! Have no issues at all on my server and members enjoy it as well! Thanks a lot!

does anyone know what is goin on with the info person on the server

Hi guys! Help me please. How can I add the use of a thing from an ItemTransformer with animation and effect? On the example of vodka, when it was drunk, then the animation worked. And for example, I want the collected grass from the field to work like a food with the effect of vodka. Thanks.

Whether it is possible to make so that playback of emotion was stopped at pressing a key?

willl this work with essentials 3.2.3 with couch db

no, i think it is only sql mode
download xampp and config database

"Could someone help me with making a certain job for example, police whitelisted? I am new when it comes to lua coding and they way I have in my head of doing it is where making the group permission like,

police.whitelisted then creating a new group which I have to assign users to automatically then add that permission to it? Correct?"

whitelist can be you…
open cfg/groups
search this

cfg.selectors = {
[“Job Selector”] = {
_config = {x = -268.363739013672, y = -957.255126953125, z = 31.22313880920410, blipid = 351, blipcolor = 47},
“police”,
“taxi”,
“repair”,
“citizen”
}
}

replace with

cfg.selectors = {
[“Job Selector”] = {
_config = {x = -268.363739013672, y = -957.255126953125, z = 31.22313880920410, blipid = 351, blipcolor = 47},
“emergency”,
“taxi”,
“repair”,
“citizen”
}
}

and add police job manually in database

prints how to add in database : http://imgur.com/a/pP0c1

You can even add a player on a whitelist game with your admin menu (addgroup) in game

what did you do for ems to be able to revive?