[PEDIDO] Comandos
#8

Caso vocк nгo ache o flip no GM que te passei, achei um nos codigos uteis:

Quote:
Originally Posted by JaltiPT
Посмотреть сообщение
SIMPLES COMANDO DE VIRAR O CARRO

pawn Код:
if(strcmp(cmdtext, "/flip", true) == 0)
    {
        new Float:X, Float:Y, Float:Z;
        if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid,0xFF0000AA,"Voce Nao Esta Em Um Veiculo");

        SetCameraBehindPlayer(playerid);
        GetPlayerPos(playerid, X, Y, Z);
        SetVehiclePos(GetPlayerVehicleID(playerid), X, Y, Z);
        SetVehicleZAngle(GetPlayerVehicleID(playerid), 0);
        return 1;
    }
Obs:Eu nгo vi as paginas todas,se tiver um code parecido podem dizer.
Reply


Messages In This Thread
[PEDIDO] Comandos - by Gads - 08.05.2011, 13:36
Re: [PEDIDO] Comandos - by Shadoww5 - 08.05.2011, 13:43
Re: [PEDIDO] Comandos - by Gads - 08.05.2011, 14:20
Re: [PEDIDO] Comandos - by Shadoww5 - 08.05.2011, 14:33
Re: [PEDIDO] Comandos - by Transferencia - 08.05.2011, 14:33
Re: [PEDIDO] Comandos - by Gads - 08.05.2011, 14:34
Re: [PEDIDO] Comandos - by Shadoww5 - 08.05.2011, 14:37
Re: [PEDIDO] Comandos - by Shadoww5 - 08.05.2011, 14:43
Re: [PEDIDO] Comandos - by Gads - 08.05.2011, 14:49

Forum Jump:


Users browsing this thread: 2 Guest(s)