Quote:
Originally Posted by iTorran
pawn Код:
public OnVehicleSpawn(vehicleid) { new str[128]; format(str, sizeof str, "SAMP %i", vehicleid); SetVehicleNumberPlate(vehicleid, str); SetVehicleToRespawn(vehicleid); return 1; }
|
Thanks i'm farther than i was, but its only showing the first 2 numbers of the vehicle id.