I need help with Virtual World
#1

Hey, how can I make so like sort of loop it through virtual worlds and see wich one is not used yet, completely global?
Reply
#2

What do you mean by which one is not used? If there are no players/vehicles there?
Reply
#3

pawn Код:
CMD:checkvw(playerid, params[])
{
    for(new i;i<MAX_DOORS;i++)
    {
        for(new x;x<MAX_VWS;x++)
        {
            if(DoorInfo[i][InteriorVW] //I'm stuck over here how can I check wich interior vw is not used?
Reply
#4

Interior differs from Virtual World. Which one you want to check?
Reply
#5

Oh, ignore the interior part, thats like a house interior
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)