TroyT

Get Vehicle Owner's UID from DB

4 posts in this topic

I'me trying to set a variable in a script to the "account_uid" from the "vehicle" table in the DB.  I don't know how to get the data from a specific column though.
 

	_vehicleObject = objectFromNetId _vehicleNetID;
	_vehicleDBID = _vehicleObject getVariable "ExileDatabaseID";
	_vehicleDB_UID = _vehicleObject getVariable "???????"; // <--- Here

I've tried various approaches but I'm really just poking around in the dark.  Any help is appreciated.
The "vehicle" columns are (to save you from looking)

id  |  class  |  spawned_at  |  account_uid  |  is_locked  |  etc...

 

Share this post


Link to post
Share on other sites
Advertisement
Advertisement

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.