Posts: 214
Threads: 16
Joined: Sep 2007
Reputation:
0
Ive added my own interiors and pickups to automatically enter when your on the pickup but if i use burgershot in two differnt spots, it goes in fine but on exit it takes me to the other location i have to other burgershot. if i go back in and out then it takes me to where i was.
Help would be appreciated.
Posts: 305
Threads: 8
Joined: Feb 2009
Reputation:
0
Have the different locations set you to a different virtual world. Then, when exiting, check using GetPlayerVirtualWorld(playerid) to check their world, and teleport them to the location accordingly.
Posts: 663
Threads: 42
Joined: May 2009
Reputation:
0
When they pickup the pickups you want to SetPlayerVirtualWorld. Use differant worlds for each pickup.
Then when they leave check the virtual world they are leaving from and set their position to the relevant area.