03.04.2015, 17:48
than i suggest you to use hash
pawn Код:
at top of your script and then use NocommandInMinigame() in every command
#define NoCommandInMinigame() if(IsPlayerInMinigame[playerid] == 1) return SendClientMessage(playerid, -1, "use /kill to exit ( only kill cmd will work in deathmatch)" );