how to do this? zones
#7

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
    }

}
Reply


Messages In This Thread
how to do this? zones - by TheDiscussionCafe - 13.05.2012, 15:42
Re: how to do this? zones - by Niko_boy - 13.05.2012, 15:54
Re: how to do this? zones - by ProdrifterX - 13.05.2012, 16:49
Re: how to do this? zones - by TheDiscussionCafe - 13.05.2012, 16:51
Re: how to do this? zones - by Jonny5 - 13.05.2012, 16:54
Re: how to do this? zones - by TheDiscussionCafe - 13.05.2012, 21:52
Re: how to do this? zones - by Jonny5 - 13.05.2012, 22:05
Re: how to do this? zones - by TheDiscussionCafe - 13.05.2012, 22:07
Re: how to do this? zones - by Jonny5 - 13.05.2012, 22:12
Re: how to do this? zones - by TheDiscussionCafe - 13.05.2012, 22:31

Forum Jump:


Users browsing this thread: 3 Guest(s)