[AJUDA]Erro de Comandos
#1

Boa tarde, alguem poderia me ajudar com os Comandos Abaixo? nгo sei se estгo errados ou oque й sempre da unknow comando quando digito algum comando!
pawn Код:
if(Prisao[playerid] == true)
        return SendClientMessage(playerid, -1, "Vocк nгo pode digitar nenhum comando enquanto estiver preso!");
    // Outros Comandos Abaixo
    if (strcmp("/creditos", cmdtext, true))
    {
        ShowPlayerDialog(playerid,10,DIALOG_STYLE_MSGBOX,"Creditos","GameMod: Exercito x Terrorista,\nFeito Por: Black_Trindade\nVersao 0.5 ","OK","Fechar");// Dialog 10
        return 1;
}
    if(strcmp(cmdtext, "/cv", true, 3)) //
  {
    if(cmdtext[3])return SendClientMessage(playerid, 0xFF0000FF, "Utilize: /cv [texto]");
    new str[128];
GetPlayerName(playerid, str, sizeof(str));
format(str, sizeof(str), "%s %s", str, cmdtext[4]);
SendClientMessageToAll(0xFFFF00AA, str);

    if(strcmp(cmdtext,"/exercito", true))
    {
        SetPlayerPos(playerid,564.1640,897.5873,-43.0286);
        SetPlayerArmour(playerid, 100.0);
        SetPlayerHealth(playerid, 100.0);
        GivePlayerWeapon(playerid,4,1);
        GivePlayerWeapon(playerid,16,2);
        GivePlayerWeapon(playerid,25,100);
        GivePlayerWeapon(playerid,29,999);
        GivePlayerWeapon(playerid,34,100);
        GivePlayerWeapon(playerid,24,999);
        GivePlayerWeapon(playerid,31,999);
        SetPlayerSkin(playerid,287);
        SendClientMessage(playerid,-1,"Vocк ingressou no Exercito!!");
        BlackTrindade[playerid] = 1;
        return 1;
    }

if(strcmp(cmdtext,"/terrorista", true))
    {
        SetPlayerPos(playerid,564.1640,897.5873,-43.0286);
        SetPlayerArmour(playerid, 100.0);
        SetPlayerHealth(playerid, 100.0);
        GivePlayerWeapon(playerid,4,1);
        GivePlayerWeapon(playerid,16,2);
        GivePlayerWeapon(playerid,25,100);
        GivePlayerWeapon(playerid,29,999);
        GivePlayerWeapon(playerid,34,100);
        GivePlayerWeapon(playerid,24,999);
        GivePlayerWeapon(playerid,30,999);
        SetPlayerSkin(playerid,112);
        SendClientMessage(playerid,-1,"Vocк agora й um Terrorista!!");
        BlackTrindade[playerid] = 2;
        return 1;
    }
Obrigado Pela Atenзгo (+ Rep)
Reply


Messages In This Thread
[AJUDA]Erro de Comandos - by blacktrindade - 27.03.2012, 17:02
Re: [AJUDA]Erro de Comandos - by [R] ousenber [K] - 27.03.2012, 17:08
Re: [AJUDA]Erro de Comandos - by blacktrindade - 27.03.2012, 17:29
Re: [AJUDA]Erro de Comandos - by [R] ousenber [K] - 27.03.2012, 17:32
Re: [AJUDA]Erro de Comandos - by blacktrindade - 27.03.2012, 17:32
Re: [AJUDA]Erro de Comandos - by [R] ousenber [K] - 27.03.2012, 17:35
Re: [AJUDA]Erro de Comandos - by blacktrindade - 27.03.2012, 17:36
Re: [AJUDA]Erro de Comandos - by [R] ousenber [K] - 27.03.2012, 17:39
Re: [AJUDA]Erro de Comandos - by steeldark - 27.03.2012, 17:39
Re: [AJUDA]Erro de Comandos - by blacktrindade - 27.03.2012, 17:45

Forum Jump:


Users browsing this thread: 1 Guest(s)