I can see text from a player in a different Virtual World
#2

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


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)