public OnVehicleSpawn(vehicleid){ new rand = random(3000); rand += 1500; new string[32]; format(string, sizeof(string), "{D20000}YOURPLATE", rand); SetVehicleNumberPlate(vehicleid, string);}