Made visualambience module, removed an offset thats provided by SM, moved zombie/human checks to infect module (renamed), fixed blast cvar, renamed some functions, removed zombie cvar enable because it didnt work.
This commit is contained in:
@ -118,7 +118,7 @@ LogMessageFormatted(client, const String:module[], const String:block[], const S
|
||||
LogToAdmins(text);
|
||||
}
|
||||
|
||||
if (ZRIsValidClient(client) && LogCheckFlag(LOG_TO_CLIENT))
|
||||
if (ZRIsClientValid(client) && LogCheckFlag(LOG_TO_CLIENT))
|
||||
{
|
||||
// Set client as translation target.
|
||||
SetGlobalTransTarget(client);
|
||||
|
Reference in New Issue
Block a user