[Ajuda] Erro 076
#1

error 076: syntax error in the expression, or invalid function call

Linha:
pawn Код:
arTimer = SetTimer(reparo, 3000, true);
Funзгo:
pawn Код:
forward reparo(playerid);
public reparo(playerid)
{
    RepairVehicle(Veiculo[playerid]);
    return 1;
}
Reply
#2

pawn Код:
arTimer = SetTimer("reparo", 3000, true);
Reply
#3

Obrigado funcionou certinho =D
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)