dialog
#2

pawn Код:
for( new i = 0; i < MAX_PLAYERS; i++ )
{
    if( IsPlayerConnected( i ) && gTeam[ i ] = TEAM_X ) ShowPlayerDialog( ... );
    // Change gTeam what whatever you're using for the Teams, and add the parameters in ShowPlayerDialog
    // It will loop through the players, if they're connected and their team is TEAM_X, it will show them the dialog.
}
Reply


Messages In This Thread
dialog - by SampzzonE - 06.09.2013, 14:59
Re: dialog - by Konstantinos - 06.09.2013, 16:01
Re: dialog - by SampzzonE - 06.09.2013, 16:04

Forum Jump:


Users browsing this thread: 1 Guest(s)