diff --git a/src/zr/weapons/zmarket.inc b/src/zr/weapons/zmarket.inc index 376b82f..cd357a7 100644 --- a/src/zr/weapons/zmarket.inc +++ b/src/zr/weapons/zmarket.inc @@ -192,7 +192,7 @@ ZMarketCheckRebuy(client) } // If client hasn't spawned into the game yet, then stop. - if (!IsPlayerAlive(client)) + if (!IsClientConnected(client) || !IsClientInGame(client) || !IsPlayerAlive(client)) { return; }