17.09.2016, 09:37
What do you mean by 'Vehicle's index' ? Why don't you take the ID of a vehicle ?
I don't understand this one:
Why don't you take the vehicle's ID?
Thanks you so much for the code and for your spent time to explain me.
I don't understand this one:
Код:
Since SAMP has a limit on vehicles, you cannot use vehicle ids as array's indexes as long as you don't keep the vehicle when the owner disconnects.
PHP код:
DB::Fetch("Vehicle", 1, _, _, "`x` = %f, `y` = %f, `z` = %f", x, y, z);
Thanks you so much for the code and for your spent time to explain me.