for(new i=0;i<MAX_PLAYERS;i++)
if(GetPlayerInterior(playerid) == GetPlayerInterior(i))
{
//if they are in same interior here
}
Is that the only way? There's no way to limit it to the same virtual world? I'm using YCMD... I don't really wanna go through every single damn command and put that in.