29.06.2011, 02:32
PHP Code:
if( !strcmp( cmdtext, "/iniciarderby", true ) )
{
if( PlayerInfo[ playerid ][ pAdmin ] < 4 ) return SendClientMessage( playerid, COLOR_GRAD1, "Vocк nгo tem permissгo para usar este comando!" );
for( new i = 0; i <= MAX_PLAYERS; i++ )
{
if( IsPlayerConnected( i ) )
{
if( carroderby[ i ] == 0 ) return SendClientMessage( COLOR_GREY, "Nгo hб carros criados. Crie os veiculos para poder iniciar o evento!" );
if( derbyiniciado[ i ] == 0 ) return SendClientMessage( playerid, COLOR_GREY, "Jб estб acontecendo um evento de Derby, espere atй que o inicial termine!" );
if( entrouderby[ i ] == 1 )
{
GetPlayerName( playerid, sendername, sizeof( sendername ) );
format( string, sizeof( string ), "Notнcias do Evento: O Admin %s iniciou o evento de Derby e o evento foi trancado!", sendername );
SendClientMessageToAll( TEAM_CYAN_COLOR, string );
TogglePlayerControllable( i, 1 );
SendClientMessage( i, COLOR_LIGHTBLUE, "Sinal verde, GO, GO, GO!" );
format( gstring, sizeof( gstring ), "~g~GO, GO, GO!" );
GameTextForPlayer( i, gstring, 15000, 6 );
derbyiniciado[ i ] = 1;
derbyevento = 0;
}
}
}
return true;
}
vocк criou:
PHP Code:
new derbyiniciado[ MAX_PLAYERS ];
PHP Code:
derbyiniciado == 0/1