24.11.2011, 16:43
Hi all got a bit of a bug. Im tring to teleport a player and there vehicle what it does but the player ends up outside the car after they teleport any help would be great.
Код:
if(dialogid == TUNES)
{
if(response == 1)
{
switch(listitem)
{
case 0:
{
GameTextForPlayer(playerid,"~b~Transfender",3000,1);
SetVehiclePos(GetPlayerVehicleID(playerid),1041.7133,-1037.8425,31.4627); // Teleports the vehicle
SetPlayerPos(playerid,1041.7133,-1037.8425,31.4627); // teleports the player
}


