View Single Post
Leonardo
Veteran Member
Join Date: Feb 2010
Location: 90's
Old 05-08-2012 , 10:48   Re: First plugin simple need help :)
Reply With Quote #2

http://docs.sourcemod.net/api/index....oad=show&id=41

Code:
for( new iClient = 1; iClient <= MaxClients; iClient++ )
    if( IsClientInGame( iClient ) )
    {
        // do it
    }
__________________
Leonardo is offline