Jump to content

Hi, help me with my MDC system


HuskLV

Recommended Posts

Hello.

I want script mdc function delete radar records.

There is code.

mhKK6bW.png

But i go MDC, open vehicle and click on delete button, show this error.

ERROR: mdc-system/mdc.lua:889: attempt to concatenate local 'vehicleID' (a nil value)

Thanks.

Link to comment
post the function that triggers remove_radar

Can you write that in a script?

He says where in your script do you make use of the removeradar function. It could be like this.

function example(player) 
end 
  
function anotherexample(player) 
local example = example(player) -- Where do you make the call of the function? 
outputChatBox(example, player) 
end 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...