SAMP virtual world adding 1 by 1 - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: SAMP virtual world adding 1 by 1 (
/showthread.php?tid=599448)
Re: SAMP virtual world adding 1 by 1 -
fuckingcruse - 31.01.2016
What could be the problem?
Re: SAMP virtual world adding 1 by 1 -
fuckingcruse - 01.02.2016
BUMP
Re: SAMP virtual world adding 1 by 1 -
fuckingcruse - 06.02.2016
BUMP
Re: SAMP virtual world adding 1 by 1 -
Mencent - 06.02.2016
You can set the player in his own world if you write your code like this:
PHP код:
SetPlayerVirtualWorld(playerid,playerid+1);
So. ID 0 is in world 1. ID 1 is in world 2, and so on.
Re: SAMP virtual world adding 1 by 1 -
fuckingcruse - 06.02.2016
I need to add this with the codes given in page 2 or direct? As I want that virtual world forever.