Renat

Results 2 comments of Renat

a way to mark **track** as a favorite one

from smlib ``` stock bool:Client_IsValid(client, bool:checkConnected=true) { if (client > 4096) client = EntRefToEntIndex(client); if (client < 1 || client > MaxClients) return false; if (checkConnected && !IsClientConnected(client)) return false;...