public OnVehicleSpawn(vehicleid){ new x[5]; format(x,5,"%d",vehicleid); SetVehicleNumberPlate(vehicleid,x); return true;}