[Release] vRP Framework

Nope, I didn’t.
Sorry for the long answer :stuck_out_tongue:

What is this? can’t setup vrp latest version… (1.0)

Congratulations on the work you have done, thank you very much for sharing it with us.

hey i have this problem where some people losing inventory they put in there car or when they disconnecting
is there any one with a idea why this only happens to some of the users

ex. i put 2 cocain in my car i wait for a min and trying to look 1 min after i still got it.
if i put it my backpack and disconnecting and comes back i still have it.

but another user on my server can put in the car and than its gone
and if he have 200 cocain in his backpack when he leaving the server he dont have them when he comes back

(SORRY BAD ENGLISH)

have u already fix it?

Hi.
Can I use scripts which originally was made for vRP1, if I use vRP2?

Sounds more lik ea DB problem my man not script unless it dont register at all in F8 menu or console

depends on what it’s for sorry but can’t see that from the picture cause only English

What does it say in the command prompt window and not mysql script?

Is there any way to call vRP functions from C#?
I’d like to have in my C# scripts something similar to the Proxy, so that I can then call vRP functions.
If this is not directly possible, is there a workaround?

I change from localhost to 127.0.0.1 and database, user, password like this inside vrp\cfg\base.lua

cfg.db = {
driver = “ghmattimysql”,
host = “127.0.0.1”,
database = “vrp”,
user = “root”,
password = “”
}

And change this inside GHMattiMySQL\settings.xml

MySQL:Server">127.0.0.1<
MySQL:Port">3306<
MySQL:Database">vrp<
MySQL:Username">root<
MySQL:Password">< (no password)

This will fix your problem just fixed mine

I am having an issue with this framework and i don’t know how to fix it can someone help please?

i have this problem too

You have to put ghmattimysql on the main resource folder, and not inside of any subfolder like
[vRP]
If you didn’t configure ghmattimysql , you have to open in, and put your database and password on config file.

If i’m not mistaken, you can use vRP1 scripts, using Extensions.

Edit: Most likely you i’ll have to edit some things, but is better than making one from scratch

Hello, getting this error:

SCRIPT ERROR: citizen:/scripting/lua/scheduler.lua:955: No such export Query in resource ghmattimysql

and when i try to log into my server it halts at VRP Authentification and get this error:

Failed handshake to server - transfer closed with outstanding read data remaining - CURL error code 18 (Transferred a partial file).

Thanks in advanced and sorry if this was already answered. Im new to all this, all help appreciated

1 Like

nice Framework

1 Like

How do I whitelist the superadmin?

Hi, I’m not really working on vRP anymore and it will probably stay that way. Since people are still using it, it would be good to have a new maintainer or new maintainers. If you are interested, go to the project’s GitHub or discord.

Superadmin is whitelisted by default. If anyone who joins your server is getting that role access, double check your database is set up correctly.