16.09.2013, 16:49
Quote:
abajo pone:
new world = GetVehicleVirtualWorld(Ejemplo); printf("%d", world); y mostrame que te larga, porque es raro yo nunca tuve la necesidad de ponerle mundo a los autos xD |
Код:
new Fbint = AddStaticVehicleEx(427,1764.0480,-1548.2678,9.5641,305.4480,-1,-1,60000); // FBI 32 new Fbint2 = AddStaticVehicleEx(427,1775.2256,-1539.1202,9.5911,308.5347,-1,-1,60000); // FBI 33 new Fbint3 = AddStaticVehicleEx(609,1755.0206,-1557.7172,9.6045,359.4213,0,0,60000); // FBI 34 //------------------------------ SetVehicleVirtualWorld(Fbint, 13); new world = GetVehicleVirtualWorld(Fbint); printf("%d", world); SetVehicleVirtualWorld(Fbint2, 13); new world2 = GetVehicleVirtualWorld(Fbint2); printf("%d", world2); SetVehicleVirtualWorld(Fbint3, 13); new world3 = GetVehicleVirtualWorld(Fbint3); printf("%d", world3);