21.11.2010, 12:03 
	
	
	
	
	
	
				
				
					lol..
			
	
		
		
		
		21.11.2010, 12:05 
	
	
	
		What actually doesn't work? The teleport?
	
	
	
	
		
		
		
		21.11.2010, 12:07 
	
	
	
		No...yea forgot to tell lol:P
The Velocity of the vehicle doesnt change,even tested with sendclientmessage and print,but nothing showed.
	
	
	
The Velocity of the vehicle doesnt change,even tested with sendclientmessage and print,but nothing showed.
		
		
		
		21.11.2010, 12:13 
	
	
	
		It's because you are checking if the player is near some coordination.
Check with this.
Also,m you want to speed up the vehicle as soon he reaches a position?
Or you want to speed up the vehicle when he teleports?
	
	
	
Check with this.
pawn Код:
IsPlayerInAnyVehicle(playerid) && GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
{
GetVehicleVelocity(GetPlayerVehicleID(playerid), x, y, z);
SetVehicleVelocity(GetPlayerVehicleID(playerid), x * 6, y * 6, z * 6);
}
Or you want to speed up the vehicle when he teleports?
		
		
		
		21.11.2010, 12:28 
	
	
	Quote:
| Also,m you want to speed up the vehicle as soon he reaches a position? | 
I thaught that IsPlayerInRageOfPont was pretty obvious...
		
		
		
		21.11.2010, 12:29 
	
	
	
	
	
	
		
		
		
		21.11.2010, 12:31 
	
	
	
		ohh i see!
Okay ill try that
	
	
	
Okay ill try that
					« Next Oldest | Next Newest »
				
				Users browsing this thread: 1 Guest(s)




