17.12.2013, 22:53
should work yes.
pawn Код:
new vWorld,
string[128];
vWorld=GetPlayerVirtualWorld(playerid);
format(string,sizeof(qqv),/*...*/);
foreach (Player, i)
{
if(GetPlayerVirtualWorld(i)==vWorld)
{
SendClientMessage(i, 0xFF66FFAA, string);
}
}