Help in making function...
#2

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 );
}
Reply


Messages In This Thread
Help in making function... - by MAFIAWARS - 28.09.2013, 13:05
Re: Help in making function... - by Konstantinos - 28.09.2013, 13:15
Re: Help in making function... - by MAFIAWARS - 28.09.2013, 13:48
Re: Help in making function... - by Patrick - 28.09.2013, 13:54
Re: Help in making function... - by Konstantinos - 28.09.2013, 13:55
Re: Help in making function... - by MAFIAWARS - 28.09.2013, 14:03
Re: Help in making function... - by Konstantinos - 28.09.2013, 14:05
Re: Help in making function... - by MAFIAWARS - 28.09.2013, 14:09
Re: Help in making function... - by Konstantinos - 28.09.2013, 14:18
Re: Help in making function... - by MAFIAWARS - 28.09.2013, 14:24

Forum Jump:


Users browsing this thread: 1 Guest(s)