NEED HELP NOW !!! About a cmd ...
#6

Quote:
Originally Posted by pantelimonfl
Посмотреть сообщение
Try this. Not tested
pawn Код:
if(strcmp(cmdtext, "/firemencmds", true) == 0)
    {
        if(gTeam[playerid] == FIREMEN)
        {
            SendClientMessage(playerid, COLOR_WHITE, "------------------------------FIREMAN COMMANDS------------------");
            SendClientMessage(playerid, COLOR_ORANGE, "[TRY THAT!] /fire ** /gowork ** [TEAMCHAT] /! <message>");
            SendClientMessage(playerid, COLOR_ORANGE, "[PRACTICE] /makefire <1/2/3/4/5>");
            SendClientMessage(playerid, COLOR_WHITE, "-----------------------------------------------------------------------");
            return 1;
        }

    }
Quote:
Originally Posted by AK47317
Посмотреть сообщение
pawn Код:
if(strcmp(cmdtext, "/firemencmds", true) == 0)
        {
if(gTeam[playerid] == FIREMEN)
    {
            SendClientMessage(playerid, COLOR_WHITE, "------------------------------FIREMAN COMMANDS------------------");
            SendClientMessage(playerid, COLOR_ORANGE, "[TRY THAT!] /fire ** /gowork ** [TEAMCHAT] /! <message>");
            SendClientMessage(playerid, COLOR_ORANGE, "[PRACTICE] /makefire <1/2/3/4/5>");
            SendClientMessage(playerid, COLOR_WHITE, "-----------------------------------------------------------------------");
} else SendClientMessage(playerid, color..., "You're Not A Fireman!.");
            return 1;
        }
OMG >_< i have tested all of your cmd, but still 'You are not a medic/admin'?
Reply


Messages In This Thread
NEED HELP NOW !!! About a cmd ... - by Michael@Belgium - 02.03.2011, 11:40
Re: NEED HELP NOW !!! About a cmd ... - by Dudits - 02.03.2011, 11:48
Re: NEED HELP NOW !!! About a cmd ... - by Michael@Belgium - 02.03.2011, 11:55
Re: NEED HELP NOW !!! About a cmd ... - by pantelimonfl - 02.03.2011, 11:58
Re: NEED HELP NOW !!! About a cmd ... - by AK47317 - 02.03.2011, 12:00
Re: NEED HELP NOW !!! About a cmd ... - by Michael@Belgium - 02.03.2011, 12:08
Re: NEED HELP NOW !!! About a cmd ... - by AK47317 - 02.03.2011, 12:21
Re: NEED HELP NOW !!! About a cmd ... - by Michael@Belgium - 02.03.2011, 12:31
Re: NEED HELP NOW !!! About a cmd ... - by Infamous - 02.03.2011, 12:53
Re: NEED HELP NOW !!! About a cmd ... - by Michael@Belgium - 02.03.2011, 12:59

Forum Jump:


Users browsing this thread: 1 Guest(s)