I'd like to add an event into my database that cleans up vehicles that haven't moved in a specified amount of time, BUT only if they don't have gear in them.
My guess:
EventName: removeUntouchedVehicles
Status: Enabled
Execute Every: (Number that I choose)_Day
Start: (Whenever I start it) Ex:2015-01-24 22:31:37
End: (Blank)
Definition: DELETE FROM `object_data` WHERE Inventory = 0 <--(Not sure how to edit the "not being touched part, I assume it'd be with "worldspace".)
Definer: (MyInfo)
Comment: Removes Untouched and Empty vehicles
I would place this info into a new event in my database. Hopefully I'm not far off.
Question
TylerHumor
I'd like to add an event into my database that cleans up vehicles that haven't moved in a specified amount of time, BUT only if they don't have gear in them.
My guess:
I would place this info into a new event in my database. Hopefully I'm not far off.
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now