[Map] Las Venturas Airport Stunt Map
#9

pawn Код:
CMD:lva(playerid, params[])
{
        if(IsPlayerInAnyVehicle(playerid))
        {
                if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
                {
                        SetVehiclePos(GetPlayerVehicleID(playerid),1328.6962,1278.2703,10.4794);
                        SetVehicleZAngle(GetPlayerVehicleID(playerid), 359.9094);
                        SetCameraBehindPlayer(playerid);
                }
                else
                {
                        SendClientMessage(playerid,0xFFFF00AA, "ERROR: You need to be the driver!");
                }
        }
        else
        {
                SetPlayerPos(playerid, 1321.3663,1271.5416,10.9766);
                SetPlayerFacingAngle(playerid,  359.6142);
                SetCameraBehindPlayer(playerid);
                PlayerPlaySound(playerid, 1057, 0.0, 0.0, 0.0);
        }
        return 1;
Reply


Messages In This Thread
Las Venturas Airport Stunt Map - by Threshold - 20.11.2012, 03:05
Re: Las Venturas Airport Stunt Map - by CrusherCpt - 21.11.2012, 16:02
Re: Las Venturas Airport Stunt Map - by Threshold - 21.11.2012, 16:14
Re: Las Venturas Airport Stunt Map - by x96664 - 21.11.2012, 16:18
Re: Las Venturas Airport Stunt Map - by Threshold - 22.11.2012, 02:45
Re: Las Venturas Airport Stunt Map - by zudokuxd10 - 02.12.2012, 18:12
Re: Las Venturas Airport Stunt Map - by Threshold - 03.12.2012, 14:12
Re: Las Venturas Airport Stunt Map - by zudokuxd10 - 03.12.2012, 14:44
Re: Las Venturas Airport Stunt Map - by Threshold - 03.12.2012, 16:34
Re: Las Venturas Airport Stunt Map - by Hansolue - 02.02.2013, 09:05

Forum Jump:


Users browsing this thread: 2 Guest(s)