SA-MP Forums Archive
[DЪVIDA] ZCMD - 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)
+---- Thread: [DЪVIDA] ZCMD (/showthread.php?tid=355433)



[DЪVIDA] ZCMD - Diogo123 - 30.06.2012

Bem pessoal estou com uma dъvida que pode ser fбcil para vocкs,como faz para aparecer a mensagem de [SERVER]Comando invalido! sу que com ZCMD


Re: [DЪVIDA] ZCMD - noobre - 30.06.2012

pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    if(!success)
        return SendClientMessage(playerid, -1, "Comando inexistente. ");

    return 1;
}