13.05.2012, 22:05
i would go this route
pawn Код:
new pVW = GetPlayerVirtualWorld(playerid);
switch (pVW)
{
case 1,2: //<~~add your worlds here
{
//add your zone code here
//use zones for world 1 and 2
}
default:
{
//dont use zone code
}
}