06.07.2010, 23:14
(
Последний раз редактировалось RedFusion; 07.07.2010 в 00:25.
)
Код:
garageoutside = CreatePickup (1273, 1, 2196.8542,2412.0093,10.8203); garage = CreatePickup (1272, 1, 2172.7998,2416.6609,10.8203, 0); if(pickupid == garageoutside) SetPlayerPos (playerid, 2165.5825,2416.3362,10.8203); if(pickupid == garage) SetPlayerPos (playerid, 2219.7261,2414.9763,10.8125);
And there is also a pickup outside the garage, which leads in.
What i want to know is, how do i teleport my current car and my player to the other point?
Right now, the only thing that works is when i walk into the pickup without a vehicle.
And i just realized the title was spelled wrong
It was supposed to say "[HELP]Teleport pickup that teleports player AND car"