Posts: 145
Threads: 35
Joined: Jun 2008
When i type /chilliad or a teleport point i cant take my car with me!
How do i make it so when i teleport the car can teleport with the player
Posts: 145
Threads: 35
Joined: Jun 2008
Please could you send me the code to do it :P
Posts: 46
Threads: 6
Joined: Jul 2010
Reputation:
0
How should i change this cmd to teleport player with car?
if (strcmp("/telvm", cmdtext, true, 10) == 0)
{
if(playerDB[playerid][admin] || playerDB[playerid][vip])
SetPlayerPos(playerid,-1994.4752,-83.9042,35.8087);
SetPlayerInterior(playerid,0);
SetPlayerVirtualWorld(playerid,0);
return 1;
}