18.10.2013, 15:30
it can be like
pawn Код:
if(PlayerInfo[playerid][pDeathmatch] > 1 // if in deathmatch
{
if(strcmp(cmd, "/duel", true) == 0)
{
SendClientMessage(playerid, "You can't use this while in deathmatch!");
return 1;
}