02.08.2010, 00:21
On the /enter there might be a line like this -
for(new i = 0; i < sizeof(Houses); i++)
then when he enters just add SetPlayerVirtualWorld(playerid,i);
and when he exits, set the virtualworld back to 0 by setting his vir world to i means that his virtual world will be the houses ID
for(new i = 0; i < sizeof(Houses); i++)
then when he enters just add SetPlayerVirtualWorld(playerid,i);
and when he exits, set the virtualworld back to 0 by setting his vir world to i means that his virtual world will be the houses ID