16.10.2009, 00:04
i searched the forums using the search button but i couldnt find anything im looking for something that spawns cars using "/car model" and also repairs cars using /repair
if(strcmp("/repairveh",cmd,true,9) == 0)
{
new vehicle;
vehicle = GetPlayerVehicleID(playerid);
SetVehicleHealth(vehicle,1000);
GameTextForPlayer(playerid,"~g~ vehicle repaired",3000,1);
return 1;
}