Fixed newlines.

This commit is contained in:
richard
2009-06-12 15:52:51 +02:00
parent 2f87a49a43
commit ae37110c7d
15 changed files with 439 additions and 439 deletions

View File

@ -699,4 +699,4 @@ public Action:UnrestrictCommand(client, argc)
}
return Plugin_Handled;
}
}

View File

@ -184,4 +184,4 @@ WeaponAlphaApplyWeaponAlpha(entity, alpha)
// Set alpha value on the weapon.
SetEntityRenderColor(weapons[x], _, _, _, alpha);
}
}
}

View File

@ -93,4 +93,4 @@ stock WeaponAmmoGetAmmo(weapon, bool:clip)
// Return ammo offset value.
return GetEntData(weapon, ammooffset);
}
}

View File

@ -685,4 +685,4 @@ stock bool:ZMarketIsClientInBuyZone(client)
{
// Return if client is in buyzone.
return bool:GetEntData(client, g_iToolsInBuyZone);
}
}