18.10.2009, 19:22 
	
	
	
		After a lot of experimenting I figured out that SetVehicleVirtualWorld is quite bugged. I couldn't find a way to have it working with a timer, so I tried it via a command "/sync" which worked. After that I put
under OnPlayerConnect which didn't work, BUT putting it under OnPlayerSpawn amazingly fixed the problem.
I hope this'll help others with the same problem
	
	
	
pawn Код:
OnPlayerCommandText(playerid, "/sync");
I hope this'll help others with the same problem

