04.08.2014, 02:30
Quote:
Can anyone tell me how to close all commannds on race/dm
example: You are not in freeroam to use this command Can anyone help me? |
PHP код:
public OnPlayerCommandReceived(playerid, cmdtext[])
{
if(PlayerInfo[playerid][InDM] == true)
{
SendClientMessage(playerid, RED, "{FF0000}[ERROR]: {FFFFFF}You Cant Use cmds while in DM use /leavedm to use cmds again");
}
return 1;
}
![Cheesy](images/smilies/biggrin.png)
edit: wait a minute this if you are using zcmd if not tell me i show u other example