Help With some commands
#8

pawn Код:
if(strcmp("/kill", cmdtext, true) == 0)
{
    if(GetPlayerWantedLevel(playerid) >= 1) return SendClientMessage(playerid, 0xFFFFFFFF, "You can not use the command because it is being Sought");
    }else{
    SetPlayerHealth(playerid , 0);
    SendClientMessage(playerid, 0xFFFFFFFF, "You committed suicide , Using : /kill");
    return 1;
}
Try this.
Reply


Messages In This Thread
Help With some commands - by Anup_Rao - 05.04.2012, 14:00
Re: Help With some commands - by blank. - 05.04.2012, 14:04
Re: Help With some commands - by Faisal_khan - 05.04.2012, 14:05
Re: Help With some commands - by Anup_Rao - 05.04.2012, 14:07
Re: Help With some commands - by blank. - 05.04.2012, 14:09
Re: Help With some commands - by Faisal_khan - 05.04.2012, 14:10
Re: Help With some commands - by Anup_Rao - 05.04.2012, 14:11
Re: Help With some commands - by .FuneraL. - 05.04.2012, 14:11
Re: Help With some commands - by blank. - 05.04.2012, 14:12
Re: Help With some commands - by .FuneraL. - 05.04.2012, 14:14

Forum Jump:


Users browsing this thread: 1 Guest(s)