29.05.2009, 08:55
and that thing:
and that thing will give only to my first vehicle in the script a nitro?
Код:
new vehicle;
vehicle = GetPlayerVehicleID(playerid);
if (vehicle = 1)
{
AddVehicleComponent(vehicle, 1010);
}

