Fixed newlines.
This commit is contained in:
@ -699,4 +699,4 @@ public Action:UnrestrictCommand(client, argc)
|
||||
}
|
||||
|
||||
return Plugin_Handled;
|
||||
}
|
||||
}
|
||||
|
@ -184,4 +184,4 @@ WeaponAlphaApplyWeaponAlpha(entity, alpha)
|
||||
// Set alpha value on the weapon.
|
||||
SetEntityRenderColor(weapons[x], _, _, _, alpha);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -93,4 +93,4 @@ stock WeaponAmmoGetAmmo(weapon, bool:clip)
|
||||
|
||||
// Return ammo offset value.
|
||||
return GetEntData(weapon, ammooffset);
|
||||
}
|
||||
}
|
||||
|
@ -685,4 +685,4 @@ stock bool:ZMarketIsClientInBuyZone(client)
|
||||
{
|
||||
// Return if client is in buyzone.
|
||||
return bool:GetEntData(client, g_iToolsInBuyZone);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user