07.08.2015, 07:56
Hi,
I have a simple yet confusing question. I want to be able to spawn a player in a random virtual world. I know how to work with randoms but how can i stop 2 players from being in the same world?. I researched and stumbled upon this
This function will work as long as the player ID isn't 0. Since 0 is the global world, i do not want the player to be a part of it(for other reasons).
Thank you for any help provided.
I have a simple yet confusing question. I want to be able to spawn a player in a random virtual world. I know how to work with randoms but how can i stop 2 players from being in the same world?. I researched and stumbled upon this
pawn Код:
SetPlayerVirtualWolrd(playerid,playerid);
Thank you for any help provided.