SA-MP Forums Archive
[GameMode] BrasiL [Hard Killing] Base Simples Para DM - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+----- Forum: Lançamentos/Releases (https://sampforum.blast.hk/forumdisplay.php?fid=56)
+----- Thread: [GameMode] BrasiL [Hard Killing] Base Simples Para DM (/showthread.php?tid=331174)



Removido - 4LiSs0N - 03.04.2012

Removido


Re: BrasiL [Hard Killing] Base Simples Para DM - FriendrS - 03.04.2012

Bom Trabalho Vlw Por Compartilhar +REP


Re: BrasiL [Hard Killing] Base Simples Para DM - 4LiSs0N - 03.04.2012

Vlw Veio


Re: BrasiL [Hard Killing] Base Simples Para DM - Lуs - 03.04.2012

Nгo curti muito a identaзгo e poderia ter retirado as publics nгo usadas. Poderia ter feito um sistema de administraзгo, pois se vocк for dar RCON para todos os admins do server, vai dar .

Do mais parece bom =)


Re: BrasiL [Hard Killing] Base Simples Para DM - luizfel2 - 03.04.2012

pawn Код:
#pragma                                                                           tabsize 0
#define CORTELE                                                                   -1
Para que definir a cor -1, coisa mais simples de se lembrar .. e usar #pragma tabsize0 no lugar de identar, nгo gostei.


Re: BrasiL [Hard Killing] Base Simples Para DM - Lуs - 03.04.2012

Quote:
Originally Posted by VitOr_
Посмотреть сообщение
No Lugar da Public OnPlayerCommandText .
Troque por isto:

pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    if(!success)
    {
        new strx[64];
        format(strx, 46, "SERVER: Comando %s - Inexistente!",cmdtext);
        return SendClientMessage(playerid, -1, strx);
    }
    return true;
}
Isso que ia falar.

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
new cmd[256];
new idx;
cmd = strtok(cmdtext, idx);
return SendClientMessage(playerid , -1 ,"[ERRO] Comando Invalido.");
}
Isto nгo vai funcionar.

Quote:
Originally Posted by luizfel2
Посмотреть сообщение
pawn Код:
#pragma                                                                           tabsize 0
#define CORTELE                                                                   -1
Para que definir a cor -1, coisa mais simples de se lembrar .. e usar #pragma tabsize0 no lugar de identar, nгo gostei.
2

Se eu criar uma array/var chamada "v" nгo vai funcionar tambйm =(


Re: BrasiL [Hard Killing] Base Simples Para DM - Đeagle - 03.04.2012

Da pro gasto.
Obrigado por compartilhar


Re: BrasiL [Hard Killing] Base Simples Para DM - paulor - 03.04.2012

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
new cmd[256];
new idx;
cmd = strtok(cmdtext, idx);
return SendClientMessage(playerid , -1 ,"[ERRO] Comando Invalido.");
}
Creio q vc nгo conhece a include ZCMD!

pawn Код:
CMD:regras(playerid,params[])
{   new comandos[2000];
    SendClientMessage(playerid , -1 ,"===================================================");
    SendClientMessage(playerid , -1 ,"¤Hard Killing¤ Regras:                           ");
    SendClientMessage(playerid , v ,"Embreve...");
    SendClientMessage(playerid , -1 ,"===================================================");
    strins(comandos,"{00EEFF}|===================================================|  \n ",strlen(comandos));
    strins(comandos,"{00EEFF}          ¤Hard Killing¤ Regras:                       \n ",strlen(comandos));
    strins(comandos,"{FFAE00}Embreve...                                             \n ",strlen(comandos));
    strins(comandos,"{00EEFF}|===================================================|  \n ",strlen(comandos));
    ShowPlayerDialog(playerid, 12 , DIALOG_STYLE_MSGBOX , "{F60000}•REGRAS DO SERVIDOR •",comandos, "Fechar", "");

    return 1;
}
PQP! Q isso mano... Definiu 2000 celulas sendo q esta usando 271 celulas apenas!

Mas vou levar em consideraзгo o seu esforзo...


Re: BrasiL [Hard Killing] Base Simples Para DM - [R] ousenber [K] - 03.04.2012

5/10 (:


Re: BrasiL [Hard Killing] Base Simples Para DM - Bruno Pereira - 03.04.2012

Quote:
Originally Posted by paulor
Посмотреть сообщение
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
new cmd[256];
new idx;
cmd = strtok(cmdtext, idx);
return SendClientMessage(playerid , -1 ,"[ERRO] Comando Invalido.");
}
Creio q vc nгo conhece a include ZCMD!

pawn Код:
CMD:regras(playerid,params[])
{   new comandos[2000];
    SendClientMessage(playerid , -1 ,"===================================================");
    SendClientMessage(playerid , -1 ,"¤Hard Killing¤ Regras:                           ");
    SendClientMessage(playerid , v ,"Embreve...");
    SendClientMessage(playerid , -1 ,"===================================================");
    strins(comandos,"{00EEFF}|===================================================|  \n ",strlen(comandos));
    strins(comandos,"{00EEFF}          ¤Hard Killing¤ Regras:                       \n ",strlen(comandos));
    strins(comandos,"{FFAE00}Embreve...                                             \n ",strlen(comandos));
    strins(comandos,"{00EEFF}|===================================================|  \n ",strlen(comandos));
    ShowPlayerDialog(playerid, 12 , DIALOG_STYLE_MSGBOX , "{F60000}•REGRAS DO SERVIDOR •",comandos, "Fechar", "");

    return 1;
}
PQP! Q isso mano... Definiu 2000 celulas sendo q esta usando 271 celulas apenas!

Mas vou levar em consideraзгo o seu esforзo...
Que porra foi essa? O_o