[vRP Framework]-[Psycho Edited - FX 3.5]-[23/07/17]

FXServer has better conection, and stable sync for support + players

1 Like

but if imagicthecat working to import vrp to remake all things i do in psycho edited is easy to import

hey, thank for the nice work.
Question how can I move the water & food bar since is inside the little mat and interfere with the fuel bar.
And any idea or suggestion why some police cars I spawn them and come black out and can’t see well the designs.
Thanks

And any idea or suggestion why some police cars I spawn them and come black out and can’t see well the designs.

Cause LSCustoms broken, replace originals files (vRP) in module - basic_garage.lua and in client basic_garage.lua. And your cars will work ok. But will not save tuning in lscustoms.

@Psychorustle , I would like to know if cops will receive a message if players rob the bank?

Thank’s

This vehicle shop looks really amazing :slight_smile:

so you could finally see the cars before buy. Its difficult to know all cars.

for garage to take them out the system of vrp is really nice and also sell.

But buy cars this would be awesome like the lscustoms then :slight_smile:

Imagicthecat is working on a fxserver port. Support him if you can :slight_smile:

1 Like

Anyone know how to fix, I bought a vehicle [TurismoR] And I upgraded it in LSC and then stored it then took it out and it wasnt customized anymore D: please help

this is fixed in the lscustoms version allreay. Its 5 lines in one of the both files i added it. so cars with police will not change the color anymore

And spawn now work?oO

i can spawn police cars yes. i try spawn and tune private cars now to test.

Cars and stuff spawns for me but police cars are still black now.
damn the if vtype police seems to not work

Edit: with the police fox all my cars spawn black after park and get them again^^

Thats the normal code in the clients/basic_garages.lua:

-      if colors then
-        SetVehicleColours(nveh,tonumber(colors[0]), tonumber(colors[1]))
-      end
-      if extracolors then
-        SetVehicleExtraColours(nveh,tonumber(extracolors[0]), tonumber(extracolors[1]))
-      end

and this should be the code for getting police cars normal:

+      if vtype ~= "police" then
+        if colors then
+          SetVehicleColours(nveh,tonumber(colors[0]), tonumber(colors[1]))
+        end
+        if extracolors then
+          SetVehicleExtraColours(nveh,tonumber(extracolors[0]), tonumber(extracolors[1]))
+        end
+    end

This doesnt do anything correct for me as none coder almost :smiley:

there should be if vehicletype police then set colors to example 111(white) and secondary 0 (black)

elseif and here the normal code to get the color from the database.

The codeabove askes about an police car and then works again as normal or?

Wierd code :smiley:

Need your attention please !!

I f you want to debug the permission for the garage , you will need to go in the folder module/ basic garage and remplace this ( line : 320)

if user_id ~= nil and (gcfg.permission == nil or vRP.hasPermission(user_id,gcfg.permission)) then
with
if user_id ~= nil and vRP.hasPermissions(user_id,gcfg.permissions or {}) then

Save and envoy :wink:

1 Like

Imgur
help me plis what is this
sql empty

But it’s not just in the police, it’s in the ambulances too and all the vehicles are true mods?

When already an update with different types of work?

give pls base youre sql.rar

1 Like

I would like to translate to serverfx because the citizen starts giving me many ping errors and throws many players from time to time

Somebody know how correctly remove police npc near police station and their cars? Really necessary.

delete u database, create one named vrp start, database are created in u start server

1 Like