01.05.2012, 10:27
No,if you want to do that you can do something like
Код:
if(GetPlayerInterior(playerid) > 0)
{
SendClientMessage(playerid, COLOR, " You can not teleport to a interior");
}

