Looking for a simple cmd
#1

Anyone can give me a Command /hydraulics to add hydraulics to your vehicle .
Reply
#2

pawn Код:
CMD:hydraulics(playerid, paramas[])
{
    new vehicleid;
    vehicleid = GetPlayerVehicleID(playerid);
    AddVehicleComponent(vehicleid, 1087);
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)