FLIP Command
#3

Quote:
Originally Posted by detter
Посмотреть сообщение
Explane lil bit more
He wants a flip command?what can he explain more..

OT - Here you go
pawn Код:
CMD:flip(playerid, params[])
    {   if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid,-1,"You must be in a vehicle.");
        {
        new vehicle;
        new Float:zangle;
        vehicle = GetPlayerVehicleID(playerid);
        GetVehicleZAngle(vehicle,zangle);
        SetVehicleZAngle(vehicle,zangle);
        SendClientMessage(playerid,color,"Vehicle succesfully flipped.");
        }

        return 1;
    }
gimme a rep?
Reply


Messages In This Thread
FLIP Command - by Windrush - 10.09.2012, 09:10
Re: FLIP Command - by detter - 10.09.2012, 09:13
Re: FLIP Command - by [HK]Ryder[AN] - 10.09.2012, 09:14
Re: FLIP Command - by Djole1337 - 10.09.2012, 09:14
Re: FLIP Command - by antonio112 - 10.09.2012, 09:16
Re: FLIP Command - by Windrush - 10.09.2012, 09:33

Forum Jump:


Users browsing this thread: 1 Guest(s)