[GameMode] BrasiL [Hard Killing] Base Simples Para DM
#6

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 =(
Reply


Messages In This Thread
Removido - by 4LiSs0N - 03.04.2012, 21:05
Re: BrasiL [Hard Killing] Base Simples Para DM - by FriendrS - 03.04.2012, 21:09
Re: BrasiL [Hard Killing] Base Simples Para DM - by 4LiSs0N - 03.04.2012, 21:11
Re: BrasiL [Hard Killing] Base Simples Para DM - by Lуs - 03.04.2012, 21:12
Re: BrasiL [Hard Killing] Base Simples Para DM - by luizfel2 - 03.04.2012, 21:15
Re: BrasiL [Hard Killing] Base Simples Para DM - by Lуs - 03.04.2012, 21:19
Re: BrasiL [Hard Killing] Base Simples Para DM - by Đeagle - 03.04.2012, 21:27
Re: BrasiL [Hard Killing] Base Simples Para DM - by paulor - 03.04.2012, 21:30
Re: BrasiL [Hard Killing] Base Simples Para DM - by [R] ousenber [K] - 03.04.2012, 21:54
Re: BrasiL [Hard Killing] Base Simples Para DM - by Bruno Pereira - 03.04.2012, 22:18

Forum Jump:


Users browsing this thread: 1 Guest(s)