[ajuda] Colocar varios carros so com um new
#1

Pessoal tenho aqui uma duvida queria colocar varios carros com o mesmo new serб possivel ?

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");
Em ves disto eu criava

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);
}
assim depois era so meter

pawn Код:
SetVehicleNumberPlate(Stand, "Stand");
isto tambem me ia ajudar a reservar os carros para as ORG

so que assim nao da, alguem me ajuda ?
Reply


Messages In This Thread
[ajuda] Colocar varios carros so com um new - by Rick_DR - 28.04.2012, 10:59
Re: [ajuda] Colocar varios carros so com um new - by WLSF - 28.04.2012, 11:07
Re: [ajuda] Colocar varios carros so com um new - by RoacH` - 28.04.2012, 11:09
Re: [ajuda] Colocar varios carros so com um new - by telmo_ferreira - 28.04.2012, 11:24
Re: [ajuda] Colocar varios carros so com um new - by Rick_DR - 28.04.2012, 11:25

Forum Jump:


Users browsing this thread: 2 Guest(s)