Car ID to Car Name
#6

Quote:
Originally Posted by Ciarannn
Посмотреть сообщение
[BUMP]
Don't convert it, replace it with my script and use it like this
Quote:
Originally Posted by Schneider
Посмотреть сообщение
pawn Код:
new name[32];
new vID = GetPlayerVehicleID(playerid);
new model = GetVehicleModel(vID);
format(name, sizeof(name), "%s", GetVehicleName(model));
or in short:
pawn Код:
format(name, sizeof(name), "%s", GetVehicleName(GetVehicleModel(GetPlayerVehicleID(playerid))));
or wherever you want to add "name" you don't need to format it, you can just use:
pawn Код:
GetVehicleName(GetVehicleModel(GetPlayerVehicleID(playerid))));
Reply


Messages In This Thread
Car ID to Car Name - by Ciarannn - 14.01.2015, 20:42
Re: Car ID to Car Name - by xVIP3Rx - 14.01.2015, 20:45
Re: Car ID to Car Name - by Ciarannn - 14.01.2015, 20:53
Re: Car ID to Car Name - by Ciarannn - 15.01.2015, 15:56
Re: Car ID to Car Name - by Schneider - 15.01.2015, 16:05
Re: Car ID to Car Name - by xVIP3Rx - 15.01.2015, 16:18
Re: Car ID to Car Name - by Ciarannn - 15.01.2015, 17:16
Re: Car ID to Car Name - by Schneider - 15.01.2015, 18:31
Re: Car ID to Car Name - by xVIP3Rx - 15.01.2015, 18:37

Forum Jump:


Users browsing this thread: 4 Guest(s)