20.06.2009, 05:38
Quote:
Originally Posted by 0xF29323
Quote:
|
Quote:
Is that even possible? As the tune menu's are built in GTA:SA. Are the devs notified of this? There has been many servers that were crashed because of this exploit, it will work on ANY SA:MP server. |
pawn Code:
public OnVehicleMod(playerid,vehicleid,componentid)
{
new model = GetVehicleModel(vehicleid);
switch(componentid)
{
case 1008: // nitro 5x
{
if(IsTransfenderCar(model) || IsWheelOfArchCar(model) || IsLocoLowCar(model)) return 1;
}
}
return 0;
}