11.11.2009, 17:16
yes..or you use SetPlayerInterior(playerid, 0); if you want to get out of the virtual world again you should do this under a '/return' command;
SetPlayerInterior(playerid, 0);
interior id's can be found here ; http://weedarr.wikidot.com/interior
for example; a 24/7 is interior id 17 so you should make SetPlayerInterior(playerid, 17); then
SetPlayerInterior(playerid, 0);
interior id's can be found here ; http://weedarr.wikidot.com/interior
for example; a 24/7 is interior id 17 so you should make SetPlayerInterior(playerid, 17); then