[Ajuda] Sou novo em pawno queria uma ajuda
#1

Queria saber como resolver isso. Jб procurei e eu nгo entendi muito, Agradeзo a atenзгo.

C:\Users\Krosmo Stewart\Desktop\State San Andreas RP\gamemodes\SSA-RP.pwn(385) : error 012: invalid function call, not a valid address
C:\Users\Krosmo Stewart\Desktop\State San Andreas RP\gamemodes\SSA-RP.pwn(385) : warning 215: expression has no effect
C:\Users\Krosmo Stewart\Desktop\State San Andreas RP\gamemodes\SSA-RP.pwn(385) : error 001: expected token: ";", but found ")"
C:\Users\Krosmo Stewart\Desktop\State San Andreas RP\gamemodes\SSA-RP.pwn(385) : error 029: invalid expression, assumed zero
C:\Users\Krosmo Stewart\Desktop\State San Andreas RP\gamemodes\SSA-RP.pwn(385) : fatal error 107: too many error messages on one line


Linha do erro.
Quote:

if(newstate == PLAYER_STATE_DRIVER) Truck(playerid);

Reply
#2

Tente:

Код:
 if (newstate == PLAYER_STATE_DRIVER) Truck(playerid)
Nгo se coloca ";" em if's
Reply
#3

continua a mesma coisa

Quote:

if(newstate == PLAYER_STATE_DRIVER) Truck(playerid)

Reply
#4

Quote:
Originally Posted by KrosmoStewart
Посмотреть сообщение
continua a mesma coisa
Uma pergunta: Vocк pegou esse cуdigo avulso pela net? ou vocк que criou ele?
Reply
#5

Poderia mandar as linhas de cima e de baixo? As vezes o pawn dб o erro na linha errada.
Reply
#6

Eu assisti uma videoaula ai eu tentei fazer.

Quote:

public OnPlayerStateChange(playerid, newstate, oldstate)
{
if(newstate == PLAYER_STATE_DRIVER) Truck(playerid)

return 1;
}

Reply
#7

Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(newstate == PLAYER_STATE_DRIVER) Truck(playerid)
    return 1;
}
Reply
#8

Sempre que eu abro IF, juntamente eu abro as chaves e coloco as instruзхes dentro, independente se nгo for uma sequкncia de instruзхes.

Код:
public OnPlayerStateChange(playerid, newstate, oldstate) 
{ 
    if(newstate == PLAYER_STATE_DRIVER){
        Truck(playerid);
    }  
    return 1; 
}
Reply
#9

O erro nгo estб aн.
Envie o cуdigo da callback toda, se possнvel.
Reply
#10

Manda pra gente o cуdigo da funзгo Truck, particularmente acredito que o problema esteja aн.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)