30.10.2017, 20:24
I need help about Vehicle Plates
Code for Plates:
So i need to import avID to plate code, please help <3
EDIT: I mean vehicle id to replace %d
Code for Plates:
Код HTML:
{
new string[30];
format(string, sizeof(string),"BG - %d", Vehicles);
SetVehicleNumberPlate(Vehicles, string);
SetVehicleToRespawn(Vehicles);
}
Код HTML:
Enum for Vehicles
{
avModel,
Float:avPozX,
Float:avPozY,
Float:avPozZ,
Float:avPozA,
avBoja1,
avBoja2,
avVlasnik[60],
avImaVlasnika,
avID,
avZakljucan,
avCijena
}
EDIT: I mean vehicle id to replace %d


