goldrims help! - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: goldrims help! (
/showthread.php?tid=356138)
goldrims help! -
iHaze. - 02.07.2012
i need a goldrims filterscript like /goldrims can someone help me?
Re: goldrims help! -
.FuneraL. - 02.07.2012
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.