SetPlayerVirtualWorld(playerid, random(11));
Start: new rand = random(11); if(rand == 0) { goto Start; } SetPlayerVirtualWorld(playerid, rand);