[ajuda] alguns erros
#1

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);
Reply
#2

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);
Reply
#3

pawn Код:
if (APlayerData[playerid][PlayerLevel] <= 4)
Reply
#4

o erro agora e so aqui
pawn Код:
if (APlayerData[playerid][PlayerLevel] < 5);
Reply
#5

Quote:
Originally Posted by Don_Speed
Посмотреть сообщение
o erro agora e so aqui
pawn Код:
if (APlayerData[playerid][PlayerLevel] < 5);
Tire o ponto e virgula =D
Reply
#6

Ele ta sem o
pawn Код:
;
Reply
#7

Quote:
Originally Posted by Don_Speed
Посмотреть сообщение
Ele ta sem o
pawn Код:
;
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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)