[Ajuda] erro no comando
#4

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(!strcmp(cmdtext, "/Creditos", true))
{
SendClientMessage(playerid, COR_AMARELO,"Creditos: ");
SendClientMessage(playerid, COR_AMARELO,"GameMode feito totalmente por: Mr_Gato e JhowFreelancer.");
return 1;
}
else if(!strcmp(cmdtext, "/Reparar", true))

if (!IsPlayerInAnyVehicle (playerid))
return SendClientMessage (playerid, COR_VERMELHO, "[ERRO]: Vocк nгo estб em um veнculo!");

RepairVehicle (GetPlayerVehicleID (playerid));
SendClientMessage (playerid, COR_VERMELHO, "[ERRO]: Comando Invalido Digite /Comandos .");
return true;
}

else if(!strcmp(cmdtext, "/kill", true))
(
SetPlayerHealth(playerid,0);
}
'-'

Observe..

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/mycommand", cmdtext, true, 10) == 0)
    {
        // Do something here
        return 1;
    }
    return 0;
}
Vocк realmente tentou fazer ?

Olha vocк usou "(" ao invйs de "{"
https://sampforum.blast.hk/showthread.php?tid=428964
Reply


Messages In This Thread
erro no comando - by Pobrenata - 02.10.2013, 06:19
Re: erro no comando - by ThuuGLif3 - 02.10.2013, 06:23
Re: erro no comando - by Pobrenata - 02.10.2013, 06:24
Re: erro no comando - by Mteck - 02.10.2013, 06:25
Re: erro no comando - by ThuuGLif3 - 02.10.2013, 06:27
Re: erro no comando - by Pobrenata - 02.10.2013, 06:28
Re: erro no comando - by Mteck - 02.10.2013, 06:31
Re: erro no comando - by Pobrenata - 02.10.2013, 06:35
Re: erro no comando - by Mteck - 02.10.2013, 06:38
Re: erro no comando - by Pobrenata - 02.10.2013, 06:46

Forum Jump:


Users browsing this thread: 2 Guest(s)