SA-MP Forums Archive
[Ajuda] Comando em FS - 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: [Ajuda] Comando em FS (/showthread.php?tid=517107)



Comando em FS - Comanfis157 - 03.06.2014

Galera criei um comando em fs so que estб bugado, sу esse comando que esta pegando no servidor alguem poderia me ajudar a corrigir estй comando .

pawn Код:
#include <a_samp>

public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp("/teste", cmdtext, true, 10) == 0)
    {
    SendClientMessage(playerid, -1, "{DD88F2}» Nome«");
    SendClientMessage(playerid, -1, "{DD88F2}» Nome  «");
    SendClientMessage(playerid, -1, "{DD88F2}» Nome  «");
    SendClientMessage(playerid, -1, "{DD88F2}» Nome  «");
    SendClientMessage(playerid, -1, "{DD88F2}» Nome  «");
    SendClientMessage(playerid, -1, "{DD88F2}» Nome «");
        }
        return 1;
    }



Re: Comando em FS - Krisky_ - 03.06.2014

oque ele faz ? ou oq ele n faz