27.01.2018, 07:50
Then just use,
under /enter command. This will set player world to random world when he enters the house.
PS: Before doing this please check if there is already setplayervirtualworld statement in /enter command.
PHP код:
new randomworld = random(300);
randomworld += playerid;
SetPlayerVirtualWorld(playerid, randomworld);
PS: Before doing this please check if there is already setplayervirtualworld statement in /enter command.