28.01.2013, 11:49
1) do you do DM[playerid] = 1; in any where that the player can enter dm area?
if you already had step 1:
try this
if you already had step 1:
try this
pawn Код:
if(DM[playerid] == 1)
{
SendClientMessage(playerid, COLOR_RED, "You cant use this command while in DeathMatch");
return 1;
}