Untune vehicle command.
#2

Yes, it's very possible.

pawn Код:
CMD:untunemycar(playerid, params[]) {
    for(new i = 0; i < 14; i++){
        RemoveVehicleComponent(GetPlayerVehicleID(playerid), GetVehicleComponentInSlot(GetPlayerVehicleID(playerid), i));
    }
   
    return 1;
}
Reply


Messages In This Thread
Untune vehicle command. - by OleKristian95 - 02.08.2011, 15:01
Re: Untune vehicle command. - by Calgon - 02.08.2011, 15:25
Re: Untune vehicle command. - by OleKristian95 - 02.08.2011, 15:26
Re: Untune vehicle command. - by OleKristian95 - 02.08.2011, 15:34
Re: Untune vehicle command. - by Calgon - 02.08.2011, 15:36
Re: Untune vehicle command. - by OleKristian95 - 02.08.2011, 15:39
Re: Untune vehicle command. - by Calgon - 02.08.2011, 15:43
Re: Untune vehicle command. - by OleKristian95 - 02.08.2011, 15:45
Re: Untune vehicle command. - by Calgon - 02.08.2011, 15:49
Re: Untune vehicle command. - by OleKristian95 - 02.08.2011, 15:56

Forum Jump:


Users browsing this thread: 1 Guest(s)