public Action:Command_Say(client, args) {
if(client == 0 && !IsDedicatedServer())
client = 1;
if(client < 1 || GetConVarInt(sm_buy_relive_enabled) != 1)
return Plugin_Continue;
decl String:command[32], String:value[32];
GetCmdArg(0, command, sizeof(command));
GetCmdArg(1, value, sizeof(value));
if(StrEqual(value, "relive") || StrEqual(value, "respawn")
|| StrEqual(value, "buyrespawn") || StrEqual(value, "buyrelive")) {
new team = GetClientTeam(client);