goldrims help!
#1

i need a goldrims filterscript like /goldrims can someone help me?
Reply
#2

You need a command to change the rim of car? If this use the following command:

pawn Код:
if(!strcmp(cmdtext, "/goldrims", true))
{
      new Car;
      Car = GetPlayerVehicleID(playerid);
      AddVehicleComponent(Car, 1080);
      return 1;
}
Any mistakes post here.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)