19.06.2013, 20:43
I was doing this script where it removes a vehicle mod through RemoveVehicleComponent.
Here's an example of it:
But I got errors.
So, I tried doing playerid, carid,1010); instead of vehicleid,1010);
Again, I got errors. So I done playerid,1010); and there was no errors, but it didn't remove the nos. I'm honestly confused with what to put there. So any help would be appreciated.
Here's an example of it:
pawn Код:
RemoveVehicleComponent(vehicleid,1010);
So, I tried doing playerid, carid,1010); instead of vehicleid,1010);
Again, I got errors. So I done playerid,1010); and there was no errors, but it didn't remove the nos. I'm honestly confused with what to put there. So any help would be appreciated.