SetPlayerVirtualWorld(playerid, i);
#7

use:

pawn Код:
new PlayerVirtualWorld = random(128);
SetPlayerVirtualWorld(playerid, PlayerVirtualWorld);
should work

or if you want to have a special virtual world for EACH player, so NOone will be in the same, i recommend you to use:
pawn Код:
SetPlayerVirtualWorld(playerid, playerid); // this will set every players interior to the id he has, so everyone will have a different one
Reply


Messages In This Thread
SetPlayerVirtualWorld(playerid, i); - by MrBlake - 03.11.2012, 18:16
Re: SetPlayerVirtualWorld(playerid, i); - by Eric - 03.11.2012, 18:18
Re: SetPlayerVirtualWorld(playerid, i); - by MrBlake - 03.11.2012, 18:24
Re: SetPlayerVirtualWorld(playerid, i); - by MrBlake - 03.11.2012, 18:42
Re: SetPlayerVirtualWorld(playerid, i); - by Eric - 03.11.2012, 18:59
Re: SetPlayerVirtualWorld(playerid, i); - by MrBlake - 03.11.2012, 19:05
Re: SetPlayerVirtualWorld(playerid, i); - by niels44 - 03.11.2012, 19:13
Re: SetPlayerVirtualWorld(playerid, i); - by MrBlake - 03.11.2012, 19:54

Forum Jump:


Users browsing this thread: 3 Guest(s)