26.12.2010, 12:40
(
Последний раз редактировалось Lorenc_; 26.12.2010 в 22:16.
)
format(string,sizeof(string),"%s",GetVehicleModelI DFromName(vehicleid));
Whats this ment to do? get the model id? Your better off maybe trying:
I suppose. check the format character if it dont show the numbers...
Whats this ment to do? get the model id? Your better off maybe trying:
pawn Код:
format(string,sizeof(string),"%s",vehicleid);