PHP код:
if(InDM) = 0 {
SetPVarInt(playerid, "InDm", 0);
SetPlayerPos(playerid,-687.8727,938.8134,13.6328);
SetPlayerFacingAngle(playerid, 13.6328);
SendClientMessage(playerid, COLOR_RED, "You left The Deathmatch Area");
return 1;
}
else(InDM) = 1 {
SendClientMessage(playerid, COLOR_RED, "You are not in the DM area);
}
Something like that, hope you get the point.