26.09.2012, 15:26
How about using SetPlayerVirtualWorld
This will set Player in virtual world id = playerid.
Also, since you have 8 Rooms you can create a bool and set a flag for each room
pawn Код:
//In Jail command add
SetPlayerVirtualWorld(playerid,playerid);
Also, since you have 8 Rooms you can create a bool and set a flag for each room