Teleport With car
#1

hey guyz i wanted to know that how to teleport player with car i mean when i type /lv if i;am in Vehicle it doesnt teleports me and when i;am out of vehicle it teleports me

So tell me how to teleport with car aswell

And give me stock too so it would be easier
Reply
#2

use can use the follows
pawn Код:
if(GetPlayerState(playerid) == PLAYER_STATE_PASSENGER)
{
new id;
id = GetPlayerVehicleID(playerid);
SetVehiclePos(arguments);
SetPlayerPos(arguments);
PutPlayerInVehicle(id);
}
just a rough code
get the idea from it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)