25.08.2010, 18:13
1st.) Use a variable:
2nd). At the /exit command add:
pawn Код:
if(AllTelesBlocked==1) return 1; // At your command that you want to block, and on another command, you make the variable 1 or 0.
pawn Код:
SetPlayerInterior(playerid, 0);

