Moved ZMenu reminder to roundstart module, and fixed bug where it would be printed twice when connecting/spawning.
This commit is contained in:
@ -161,6 +161,12 @@ ZMarketOnClientSpawnPost(client)
|
||||
return;
|
||||
}
|
||||
|
||||
// If client is a zombie, then stop.
|
||||
if (InfectIsClientInfected(client))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
// If auto-rebuy is enabled, then force client to rebuy weapons.
|
||||
if (CookiesGetClientCookieBool(client, g_hZMarketAutoRebuyCookie))
|
||||
{
|
||||
|
Reference in New Issue
Block a user