how to do this? zones
#8

Quote:
Originally Posted by Jonny5
Посмотреть сообщение
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
    }

}
okay thank . i see case 1, 2 . but does case 1 means world 1? and if i want WHOLE world to be called something like i want whole world 1 to be called world 1 , how i do that?
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: 1 Guest(s)