if ( strcmp ( cmdtext , "/tvida" , true ) == 0 ) { for ( new i = 0 ; i < GetMaxPlayers ( ) ; i++ ) { SetPlayerHealth ( i , 100 ) ; } return true ;}