28.04.2012, 10:59
Pessoal tenho aqui uma duvida queria colocar varios carros com o mesmo new serб possivel ?
Em ves disto eu criava
assim depois era so meter
isto tambem me ia ajudar a reservar os carros para as ORG
so que assim nao da, alguem me ajuda ?
pawn Код:
SetVehicleNumberPlate(CreateVehicle(559,-1660.9938,1213.9456,6.9063,251.3777,126,0,100), "Stand"); //
SetVehicleNumberPlate(CreateVehicle(568,-1663.8159,1225.0376,13.5401,222.2662,126,0,100), "Stand"); //
SetVehicleNumberPlate(CreateVehicle(565,-1649.4563,1208.2445,13.5128,74.0341,126,0,100), "Stand"); //
SetVehicleNumberPlate(CreateVehicle(536,-1676.8442,1207.4634,13.4113,228.5095,126,0,100), "Stand"); //
SetVehicleNumberPlate(CreateVehicle(467,-1656.9700,1215.0920,13.4119,294.5504,126,0,100), "Stand"); //
SetVehicleNumberPlate(CreateVehicle(587,-1664.7211,1225.1965,20.8832,223.6170,126,0,100), "Stand"); //
SetVehicleNumberPlate(CreateVehicle(404,-1647.1122,1205.5983,20.8877,251.4909,126,0,100), "Stand"); //
SetVehicleNumberPlate(CreateVehicle(560,-1654.9934,1217.7535,20.8622,228.3566,126,0,100), "Stand"); //
SetVehicleNumberPlate(CreateVehicle(575,-1670.3381,1203.3840,20.7596,271.2746,126,0,100), "Stand");
pawn Код:
new stand;
pawn Код:
Stand =
{
CreateVehicle(559,-1660.9938,1213.9456,6.9063,251.3777,126,0,100); //
CreateVehicle(568,-1663.8159,1225.0376,13.5401,222.2662,126,0,100); //
CreateVehicle(565,-1649.4563,1208.2445,13.5128,74.0341,126,0,100); //
CreateVehicle(536,-1676.8442,1207.4634,13.4113,228.5095,126,0,100); //
CreateVehicle(467,-1656.9700,1215.0920,13.4119,294.5504,126,0,100); //
CreateVehicle(587,-1664.7211,1225.1965,20.8832,223.6170,126,0,100); //
CreateVehicle(404,-1647.1122,1205.5983,20.8877,251.4909,126,0,100); //
CreateVehicle(560,-1654.9934,1217.7535,20.8622,228.3566,126,0,100); //
CreateVehicle(575,-1670.3381,1203.3840,20.7596,271.2746,126,0,100);
}
pawn Код:
SetVehicleNumberPlate(Stand, "Stand");
so que assim nao da, alguem me ajuda ?