28.09.2013, 13:15
Just to let you know. They are all called 'Virtual World' to SA-MP. If you want to be specific, say to those who are in virtual world N (N = a number that the players from the even are in). We simply don't know what virtual world you use for your event.
pawn Код:
stock SendEventMessageToAll( color, const message[ ] )
{
for( new j = 0; j < MAX_PLAYERS; j++ ) if( GetPlayerVirtualWorld( j ) != 0 ) SendClientMessage( j, color, message );
}