[HELP] Help with stopping cmds!
#4

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!");
Reply


Messages In This Thread
[HELP] Help with stopping cmds! - by Tigerbeast11 - 24.09.2009, 16:56
Re: [HELP] Help with stopping cmds! - by ded - 24.09.2009, 17:25
Re: [HELP] Help with stopping cmds! - by Tigerbeast11 - 25.09.2009, 15:38
Re: [HELP] Help with stopping cmds! - by ded - 25.09.2009, 16:39
Re: [HELP] Help with stopping cmds! - by Tigerbeast11 - 26.09.2009, 10:08
Re: [HELP] Help with stopping cmds! - by ded - 26.09.2009, 13:36

Forum Jump:


Users browsing this thread: 1 Guest(s)