Teleport with vehicle HELP
#1

Hey guys. I was wondering how to make my teleport command to teleport the player with the car and to set the camera behind the player? Here is the command.

pawn Код:
if (strcmp("/ls", cmdtext, true, 10) == 0)
    {
    SetPlayerPos(playerid, 2459.2891,-1658.8856,12.9641);
    SetPlayerFacingAngle(playerid, 89.6031);
    new pname[MAX_PLAYER_NAME], string[39 + MAX_PLAYER_NAME];
    GetPlayerName(playerid, pname, sizeof(pname));
    format(string, 280, "%s has been teleported to Los Santos. (/ls)", pname);
    SendClientMessageToAll(COLOR_KNIGHTBLUE, string);
    return 1;
    }
+REP for the dude who help me.
Reply


Messages In This Thread
Teleport with vehicle HELP - by necrobg3 - 21.08.2012, 21:12
Re: Teleport with vehicle HELP - by =WoR=G4M3Ov3r - 21.08.2012, 21:38
Re: Teleport with vehicle HELP - by necrobg3 - 21.08.2012, 21:43
Re: Teleport with vehicle HELP - by =WoR=G4M3Ov3r - 21.08.2012, 21:49
Re: Teleport with vehicle HELP - by necrobg3 - 21.08.2012, 21:55
Re: Teleport with vehicle HELP - by =WoR=G4M3Ov3r - 21.08.2012, 22:01
Re: Teleport with vehicle HELP - by necrobg3 - 22.08.2012, 07:27
Re: Teleport with vehicle HELP - by =WoR=G4M3Ov3r - 22.08.2012, 07:42
Re: Teleport with vehicle HELP - by MarinacMrcina - 22.08.2012, 07:48
Re: Teleport with vehicle HELP - by =WoR=G4M3Ov3r - 22.08.2012, 08:23

Forum Jump:


Users browsing this thread: 1 Guest(s)