26.07.2015, 15:55
Hello. How would I make it so when I teleport somewhere, my car comes with me?
That is my current code for TP'ing to idlewood. Can someone tell me how I'd make it so a car comes with me to idlewood when I TP there?
Код HTML:
if(listitem == 0) // Idlewood { SetPlayerInterior(playerid, 0); SetPlayerVirtualWorld(playerid, 0); SetPlayerPos(playerid, 2095.6433,-1771.5852,13.5525, 2); }