30.01.2014, 20:46
Код:
A Player buys a car -> It stores it in the `OwnedVehicles` Table. A Player wants to see all his vehicles -> he types /mycars, which would sum up all the vehicles with his name in the `OwnedVehicles` Table. A Player wants to spawn one of his cars -> he types /getmycar [id] (1-10), so when they type /mycars the ids need to get assigned somewhere.