License plate
#2

Well, you have to use OnVehicleSpawn, and it is impossible to not use the vehicle id's, then you'd have to do it manually which will take an estimated hour with over 100 vehicles.

pawn Код:
public OnVehicleSpawn(vehicleid)
{
    new license[8];
    format(license, sizeof(license), "EX-0%i", vehicleid);
    SetVehicleNumberPlate(vehicleid, license);
    SetVehicleToRespawn(vehicleid);
    return 1;
}
Reply


Messages In This Thread
License plate - by LZLo - 15.01.2011, 19:25
Re: License plate - by California - 15.01.2011, 19:51
Re: License plate - by hanzen - 15.01.2011, 19:56
Re: License plate - by California - 15.01.2011, 19:59
Re: License plate - by hanzen - 15.01.2011, 20:05
Re: License plate - by LZLo - 15.01.2011, 20:36
Re: License plate - by California - 15.01.2011, 21:18
Re: License plate - by hanzen - 15.01.2011, 21:28
Re: License plate - by California - 15.01.2011, 22:38
Re: License plate - by hanzen - 15.01.2011, 22:39

Forum Jump:


Users browsing this thread: 1 Guest(s)