18.09.2011, 10:44
Thank you Nero..can you fix this too?
pawn Код:
public Repair(playerid)
{
if(IsPlayerInAnyVehicle(playerid))
{
PlayerPlaySound(playerid,1134,0,0,0);
RepairVehicle(GetPlayerVehicleID(playerid));
return 1;
}
}