How to use 2 same interiors?
#4

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.
Reply


Messages In This Thread
How to use 2 same interiors? - by Cypress - 26.07.2010, 08:54
Re: How to use 2 same interiors? - by Lorenc_ - 28.07.2010, 10:42
Re: How to use 2 same interiors? - by Steven82 - 28.07.2010, 10:42
Re: How to use 2 same interiors? - by Mike Garber - 28.07.2010, 10:48
Re: How to use 2 same interiors? - by Hiddos - 28.07.2010, 11:14
Re: How to use 2 same interiors? - by Cypress - 29.07.2010, 19:54

Forum Jump:


Users browsing this thread: 1 Guest(s)