25.09.2009, 16:39
If you have a variable that tells the script the player is in the DM zone .. for example something like PlayerIsInDM[playerid] you could do it on OnPlayerCommandText something like:
pawn Код:
if(PlayerIsInDM[playerid] == 1) return SendClientMessage(playerid, red, "You cannot heal in DM!");