02.07.2012, 15:04
You need a command to change the rim of car? If this use the following command:
Any mistakes post here.
pawn Код:
if(!strcmp(cmdtext, "/goldrims", true))
{
new Car;
Car = GetPlayerVehicleID(playerid);
AddVehicleComponent(Car, 1080);
return 1;
}