05.10.2013, 11:25 
	
	
	
		Hi,
When i create vehicle, can i get right now coordinates? like:
new Float:X,Float:Y,Float:Z;
	
	
	
	
When i create vehicle, can i get right now coordinates? like:
new Float:X,Float:Y,Float:Z;
Код:
new car = CreateVehicle(blabla...); GetVehiclePos(car,X,Y,Z);

