CarOwner
#2

Don't know the gamemode but if the database is properly normalized then you need a join to retrieve data from more than one table simultaneously. Or send an extra query (not recommended).
PHP код:
SELECT c.*, p.name FROM Car c WHERE plate 'xyz' INNER JOIN Player p ON c.CarOwner p.id 
Reply


Messages In This Thread
CarOwner - by MineiriinHo - 18.01.2017, 17:59
Re: CarOwner - by Vince - 18.01.2017, 19:39

Forum Jump:


Users browsing this thread: 1 Guest(s)