20.05.2011, 22:33
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?
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;
}