minobear / esx_givevehicle

FiveM give vehicle with custom or random plate number into player's garage with command
37 stars 30 forks source link

Not working with the ESX framework #3

Closed Xorbite closed 3 years ago

Xorbite commented 4 years ago

Greetings,

As of lately, I have implemented this script into my server only to see that it doesn't really work properly and I really do need something like this that supports the ESX framework I'm working with. I'm using ESX V1.3, if you could help me out I would really appreciate it. Thanks overall for making this script possible but I just need it to work with ESX and not essentialmode :>

minobear commented 4 years ago

@DarkProvider Any errors happened on server or client side?

Xorbite commented 4 years ago

There are no errors shown unfortunately

Xorbite commented 4 years ago

The command is not being registered sadly and therefore there is nothing appearing

minobear commented 4 years ago

you can use command on console:

_givecar [playerID] [vehicle] <plate>
_delcarplate <plate>
minobear commented 4 years ago

@DarkProvider Updated: https://forum.cfx.re/t/release-esx-give-or-delete-car-to-owned-vehicle-database-plate-can-custom-or-random-generate/1050821/72?u=mino1

Xorbite commented 4 years ago

Is it possible to use Aceperms instead of specifiying the steam ID's?

minobear commented 4 years ago

add this giveownedcar.command

Xorbite commented 4 years ago

Screenshot_14 Also, this is what I meant by not registered btw

Xorbite commented 4 years ago

The issue is still the same sadly

minobear commented 4 years ago

Have you tried execute the command on console? (prefix change to _)

Xorbite commented 4 years ago

Screenshot_16 Still not being recognized

Xorbite commented 4 years ago

Any updates mate?

minobear commented 4 years ago

but I don't have this problem the command is work on my test >:

Xorbite commented 4 years ago

That's so strange, what version of ESX are you using? And do you use essentialmode with it?

Xorbite commented 4 years ago

I'm using version 1.3 which is the latest first version of ESX without essentialmode

minobear commented 4 years ago

But I using FiveM Native RegisterCommand to register command it should be work without ESX

Xorbite commented 4 years ago

That's weird actually