04.02.2010, 13:50
Hi,
I've made a teleport back and forth and when you went in the first teleport, took a car, and went back, you don't get your car with you. And now is the problem that with OnPlayerPickUpPickup you can only do e.g.:
and not the vehicle with you. How to get the vehicle with you as well?
I've made a teleport back and forth and when you went in the first teleport, took a car, and went back, you don't get your car with you. And now is the problem that with OnPlayerPickUpPickup you can only do e.g.:
pawn Code:
if(pickupid == pickup2) SetPlayerPos(playerid, 1488.9850, -1721.7241, 8.2083);