29.12.2011, 00:08
(
Последний раз редактировалось Giovanni; 29.12.2011 в 00:57.
)
It just shows informations about the vehicle, like the owner etc.:
Edit:
I have found the bug. The part where this code was located didn't get fully loaded (some parts, but not all of them). I have fixed this now.
Thanks for your fast help though, I really appreciate that!
pawn Код:
format(vehiclestring,sizeof(vehiclestring),"Owner: %s",VehicleInfo[idx][vOwner]);
Edit:
I have found the bug. The part where this code was located didn't get fully loaded (some parts, but not all of them). I have fixed this now.
Thanks for your fast help though, I really appreciate that!