public Plugin:myinfo =
{
name = "BlockCommand",
author = "",
description = "BlockCommand",
version = BlockCommand_VERSION,
url = "http://"
};
public OnPluginStart()
{
RegConsoleCmd("status", BlockBuy);
}
public Action:BlockBuy(client, args)
{
return Plugin_Handled;
}