[Ajuda] ERRO
#6

Sugiro que leia : https://sampforum.blast.hk/showthread.php?tid=503866

Seu comando e uma copia .
PHP код:
public OnPlayerCommandText(playeridcmdtext[])
{
    if (
strcmp("/trabalhar"cmdtexttrue10) == 0)
    {
        if (
PlayerInfo[playerid][pcaminhao] == CAMINHONEIRO) return SendClientMessage (playeridlaranja"Agora Vocк й Um Caminhoneiro");
        if (!
IsPlayerInRangeOfPoint (playerid2.0697.2782,1208.0520,13.2735)) return SendClientMessage (playeridvermelho"Vocк Nгo й Um Caminhoneiro");
        return 
1;
    }
    return 
0;

Isso resolve o erro porem nгo vai ter nenhum efeito alem de enviar a msg.

observe
PHP код:
 if (strcmp("/trabalhar"cmdtexttrue10) == 0)
 {
     if (
PlayerInfo[playerid][pcaminhao] == CAMINHONEIRO) return SendClientMessage (playeridlaranja"Agora Vocк й Um Caminhoneiro");
     [
COLOR="Red"]}else{[/COLOR]
     if (!
IsPlayerInRangeOfPoint (playerid2.0697.2782,1208.0520,13.2735)) return SendClientMessage (playeridvermelho"Vocк Nгo й Um Caminhoneiro");
 }
 return 
1;

Na sua verificaзгo vocк ja retorno uma mensagem nгo ha necessidade de else , e muito menos conchetes ja que nao abriu nada.
Reply


Messages In This Thread
ERRO - by k2bi - 19.01.2018, 21:54
Re: ERRO - by Ermanhaut - 19.01.2018, 22:10
Re: ERRO - by FerrariL - 20.01.2018, 01:54
Re: ERRO - by Ermanhaut - 20.01.2018, 02:36
Re: ERRO - by zMorningStar - 20.01.2018, 02:47
Re: ERRO - by Don_Speed - 20.01.2018, 11:38

Forum Jump:


Users browsing this thread: 1 Guest(s)