[AJUDA] Comando /flipveh
#2

pawn Код:
dcmd_flipveh ( playerid ) {
    if ( !IsPlayerInAnyVehicle ( playerid ) )
        return false;
    new Float:pos [ 3 ] , v = GetPlayerVehicleID ( playerid ) ;
    GetPlayerPos ( playerid , pos [ 0 ] , pos [ 1 ] , pos [ 2 ] ) ;
    SetVehiclePos(v, pos [ 0 ] , pos [ 1 ] , pos [ 2 ] ) ;
    SetVehicleZAngle ( v , 0 ) ;
    return true;
}
Reply


Messages In This Thread
[AJUDA] Comando /flipveh - by Skun Fly - 11.03.2012, 13:13
Re: [AJUDA] Comando /flipveh - by zbt - 11.03.2012, 13:32
Re: [AJUDA] Comando /flipveh - by Cristhian - 11.03.2012, 14:02
Re: [AJUDA] Comando /flipveh - by Skun Fly - 11.03.2012, 14:07

Forum Jump:


Users browsing this thread: 1 Guest(s)