16.06.2014, 07:24
Hello again!
So i've been experimenting with MySQL for a while now but I still can't figure something out. I'm currently storing VehicleID's into a database. For example i've stored these :
When I come ingame they all load and work perfectly fine, although when I delete for example :
The database looks like this :
After restarting the server they get loaded! BUT the samp vehicle ids will become like this :
Meaning I can't get the current vehicleID they're in. Is there anyway of returning the vehicleid they're currently in?
Yoran
So i've been experimenting with MySQL for a while now but I still can't figure something out. I'm currently storing VehicleID's into a database. For example i've stored these :
PHP код:
1
2
3
4
5
PHP код:
2
4
PHP код:
1
3
5
PHP код:
1
2
3
Yoran