[ajuda] alguns erros - 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] alguns erros (
/showthread.php?tid=310612)
[ajuda] alguns erros -
Don_Speed - 13.01.2012
deu esses erros ajuda.
pawn Код:
C:\Documents and Settings\mau tito\Desktop\TOB ARRUMADO\gamemodes\PPC_Trucking.pwn(1710) : error 001: expected token: ";", but found "-identifier-"
C:\Documents and Settings\mau tito\Desktop\TOB ARRUMADO\gamemodes\PPC_Trucking.pwn(1712) : error 036: empty statement
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
Linha 1710
pawn Код:
GetPlayerArmour(playerid, Armour);
Linha 1712
pawn Код:
if (APlayerData[playerid][PlayerLevel] <= 4);
Re: [ajuda] alguns erros -
Bonomo_Returns - 13.01.2012
Troque isto:
pawn Код:
if (APlayerData[playerid][PlayerLevel] <= 4);
Por isso:
pawn Код:
if (APlayerData[playerid][PlayerLevel] < 5)
Poste o resto do code do
pawn Код:
GetPlayerArmour(playerid, Armour);
Re: [ajuda] alguns erros -
Victor Cesaroni - 13.01.2012
pawn Код:
if (APlayerData[playerid][PlayerLevel] <= 4)
Re: [ajuda] alguns erros -
Don_Speed - 13.01.2012
o erro agora e so aqui
pawn Код:
if (APlayerData[playerid][PlayerLevel] < 5);
Re: [ajuda] alguns erros -
Bonomo_Returns - 13.01.2012
Quote:
Originally Posted by Don_Speed
o erro agora e so aqui
pawn Код:
if (APlayerData[playerid][PlayerLevel] < 5);
|
Tire o ponto e virgula =D
Re: [ajuda] alguns erros -
Don_Speed - 13.01.2012
Ele ta sem o
Re: [ajuda] alguns erros -
Bonomo_Returns - 13.01.2012
Quote:
Originally Posted by Don_Speed
|
Qual erro deu? Se foi o Mesmo Erro poste o CODE todo se possivel
This forum requires that you wait 120 seconds between posts. Please try again in 3 seconds.
#forumtrollface