05.04.2011, 14:27
Hey some cheaters like to put on all cars nitro and wheels and hydraulics. How can i make a command to remove them?
i got this:
Thanks if you can give me the code
i got this:
pawn Code:
COMMAND:rmods(playerid, params[])
{
// Remove all mods from the vehicle (all added mods applied by hackers will hopefully be removed this way when the vehicle respawns)
RemoveVehicleComponent(vehicleid, 1073);
RemoveVehicleComponent(vehicleid, 1074);
RemoveVehicleComponent(vehicleid, 1073);
}