Forgot one little change.
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401191
This commit is contained in:
parent
42786664e1
commit
b079ad448a
@ -134,11 +134,11 @@ public Action:Command_Say(client, args)
|
||||
|
||||
if(GetConVarInt(g_Cvar_TriggerShow))
|
||||
{
|
||||
PrintToChatAll("[SM] %t %s", "Thetime", ctime);
|
||||
PrintToChatAll("[SM] %t", "Thetime", ctime);
|
||||
}
|
||||
else
|
||||
{
|
||||
PrintToChat(client,"[SM] %t %s", "Thetime", ctime);
|
||||
PrintToChat(client,"[SM] %t", "Thetime", ctime);
|
||||
}
|
||||
}
|
||||
else if (strcmp(text[startidx], "ff", false) == 0 || strcmp(text[startidx], "/ff", false) == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user