[Standalone] Rufi_ChangePlate Simple way to change vehicle plate

With this simple script, you can change plate of a vehicle even in database.

By default, use ‘owned_vehicles’ db table but you can edit to other.

You can use this for example for donators have custom plate. I use it on my server and it likes a lot!

You can use the command /changeplate only if you’re an admin.

It use ACE perm system and (or) SteamID list to check if you’re an admin.

You can view script in action here: https://www.youtube.com/watch?v=mVNfUacd58s&feature=youtu.be

You can buy it on MY TEBEX STORE

4 Likes

Is it possible to add a plate item, so everyone is able to buy that in a store an change the plate?

Yes, it’s possible but i want to keep this standalone.

Join to my DC (link on tebex store) and i can modify the script for you.

Use jsfour-licenseplate if you want item

1 Like

Not working with 1.2

1 Like

oh… my bad sorry.

My script works perfect with any framework version, it’s standalone.

If you bought it and have problem to config, open ticket on my DC and i can help you.

Sorry if this is already addresses but I haven’t seen the source code. Won’t this cause issues if someone changes to a plate that conflicts with one already in use? What checks are you performing to make sure it isn’t already in use, and to prevent the user from going ahead with the change? If you don’t it is only going to cause conflict errors in the database.

Just want to make sure folk aren’t going to run into issues further down the line.

Hi! well it does not check if the plate is alredy in use because it’s coded to be used only for admins, so they know what plates name they put before.

I can add a compare option to check if that plate is registered but i think there’s no needed if you use the script for what is coded.

On close future i will add option to use with an item on ESX because a lot of people want it and when i do that, i’ll add that check because everyone can use it and it’s not admin supervised so it’s possible people duplicate plates.