You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys i am having a dout
exports["ND_MDT"]:createDispatch({
caller = "John Doe",
location = "Sandy shores", -- not required
callDescription = "Whiteness bank robbery",
coords = vec3(x, y, z) -- if this is used and location isn't used then it will still display the location from these coords.
})
is saying that no such export createdispatch what should i do
The text was updated successfully, but these errors were encountered:
Hi guys i am having a dout
exports["ND_MDT"]:createDispatch({
caller = "John Doe",
location = "Sandy shores", -- not required
callDescription = "Whiteness bank robbery",
coords = vec3(x, y, z) -- if this is used and location isn't used then it will still display the location from these coords.
})
is saying that no such export createdispatch what should i do
The text was updated successfully, but these errors were encountered: