23.01.2011, 12:45
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);
}

