Quote:
Originally Posted by DeagLe.Studio
Code:
for( new i = 1; i <= get_maxplayers(); i++ )
{
// Here your function, replace client index with i
}
or replace client index with 0
|
I saw it from you many times now....
Please post only good and efficient codes.
You know that get_maxplayers() is called as many times as the loop does get executet right?