17.03.2009, 12:06
Use this:
pawn Код:
SetVehicleNumberPlate(vehicleid,cInfo[vehicleid][Plate]);
SetTimer("SetPlate", 1000, false);
pawn Код:
forward SetPlate(vehicleid);
public SetPlate(vehicle id)
{
SetVehicleToRespawn(vehicleid);
SetVehiclePos(vehicleid,cInfo[vehicleid][SpawnX],cInfo[vehicleid][SpawnY],cInfo[vehicleid][SpawnZ]);
SetVehicleZAngle(vehicleid,cInfo[vehicleid][SpawnR]);
}