SendClientMessage To All Players In A Virtual World
#2

pawn Код:
format(string, sizeof(string), "[StuntChat] %s: %s]",PlayerName(playerid),tmp);
for(new i = 0; i < MAX_PLAYERS; i++)
{
    if(IsPlayerConnected(i) && GetPlayerVirtualWorld(playerid) == 5) SendClientMessage(playerid,COLOR_YELLOW,string);
}
Reply


Messages In This Thread
SendClientMessage To All Players In A Virtual World - by lewismichaelbbc - 23.01.2011, 12:44
Re: SendClientMessage To All Players In A Virtual World - by Not available - 23.01.2011, 12:45

Forum Jump:


Users browsing this thread: 1 Guest(s)