Posts: 937
Threads: 69
Joined: Dec 2009
Reputation:
0
Hello all
I want to use the same ammunation interiors. So i i will make 2 ammunation i exit in the wrong position.
So i want to make that i can use 2 same interiors and exit right.
Thanks for reading. BTW i used the setplayervirtualworld, its not working.
Posts: 3,793
Threads: 196
Joined: Jan 2010
Reputation:
0
May i bump for you? I'm willing to find out too :/
Posts: 2,431
Threads: 86
Joined: Nov 2009
Reputation:
0
Hm.......i am wondering, but i am honsetly stumped :/
Posts: 1,506
Threads: 69
Joined: Feb 2008
Use virtual worlds.
https://sampwiki.blast.hk/wiki/SetPlayerVirtualWorld
On the pickup/checkpoint/command
pawn Код:
// EXAMPLE
if(GetPlayerVirtualWorld(playerid) == 1) { // PLACE 1
// CODE
}else if(GetPlayerVirtualWorld(playerid) == 2) { // PLACE 2
// CODE
}
And don't bother about how many worlds there is, theres like unlimited.
Posts: 3,304
Threads: 58
Joined: Sep 2008
Reputation:
0
He just said that virtual worlds failed.
Mis-placed some variables?
Posts: 937
Threads: 69
Joined: Dec 2009
Reputation:
0
Okay i fixed the problem. If someone need help with this, feel free to pm me.