27.02.2012, 00:08
Sim.
pawn Код:
foreach(Player, i)
{
if(GetPlayerVirtualWorld(playerid) == i)
{
SendClientMessage(i, Cor, text);
}
}