24.05.2016, 20:03
Change the player's virtual world to something unique.
Example:
And then set a timer, and make it call SetPlayerVirtualWorld(playerid, 0); to reset the world.
Example:
Код:
#define UNIQUE_VWORLD 4999 public OnPlayerSpawn(playerid) { SetPlayerVirtualWorld(playerid, UNIQUE_VWORLD + playerid); return 1; }