Pimp It!
#1

im looking for a command which will allow you to mod Your Car, The Command should be in /pimpit and /pimpit2 for sports cars, Can Anyone Help me create A command like This?
Reply
#2

Why dont u just download tune menu?
Reply
#3

Quote:
Originally Posted by ColdIce
Посмотреть сообщение
Why dont u just download tune menu?
It Takes time to pimp car then, im just trying to make it easier, Just /pimpit and car complete with alien Components and /pimpit2 with all xflow Car Components, You Help?
Reply
#4

i don't know if it works

but it should
pawn Код:
COMMAND:tune(playerid, params[])
{
    if(!IsPlayerInAnyVehicle(playerid)) return SedClientMessage(playerid, 0xFFFFFFAA, "You must be in a vehicle to use this command");
    {
        if(GetPlayerVehicleModel(playerid) !411)) return SedClientMessage(playerid, 0xFFFFFFAA, "You must have a elegy to use this command");
        {
            new vehicleid = GetPlayerVehicleID(playerid);
   
            AddVehicleComponent(vehicleid, 1034); //Alien Exhaust
            AddVehicleComponent(vehicleid, 1035); //X-Flow Roof Vent
            return 1;
        }
    }
    return 1;
}
And also read:

AddVehicleComponent
Car Component ID
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)