12.07.2012, 23:23
(
Последний раз редактировалось milanosie; 14.07.2012 в 11:11.
)
Not sure where to put it, but just think it might be handy.
I took the time to place most of the real life vehicle names into the script.
Pastebin link:
Version 1:
http://pastebin.com/fRUwCuQ8
Version 2:
http://pastebin.com/GeKvTFnz
Example usage:
Example:
70% of all vehicles are done, most just copied from a website and placed them in a script,
Will try to finish it someday.
I took the time to place most of the real life vehicle names into the script.
Pastebin link:
Version 1:
http://pastebin.com/fRUwCuQ8
Version 2:
http://pastebin.com/GeKvTFnz
Example usage:
pawn Код:
new vehicle[24];
GetVehicleName(GetPlayerVehicleID(id), vehicle, sizeof(vehicle));
Example:
70% of all vehicles are done, most just copied from a website and placed them in a script,
Will try to finish it someday.