08.09.2013, 18:26
Hey, how can I make so like sort of loop it through virtual worlds and see wich one is not used yet, completely global?
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?