PHP Code:
public Action BuyShieldCMD(int client, int args)
{
if (client == 0) return Plugin_Handled; // add this line
if(RequireBuyZone)
{
Add translation to this plugin and avoid this: "The Buy Time Has Expired For This Round.". It's looking ugly and it should be like this: "The buy time has expired for this round."
__________________