[Ajuda] preciso de ajuda com uns erros
#1

erros:
Код:
C:\Users\Rockstar\Desktop\BrasilStyleGood\pawno\include\seif_walk.inc(39) : error 004: function "Walk_OnPlayerKeyStateChange" is not implemented
C:\Users\Rockstar\Desktop\StyleGood.pwn(671) : error 004: function "split" is not implemented
C:\Users\Rockstar\Desktop\StyleGood.pwn(1073) : error 029: invalid expression, assumed zero
C:\Users\Rockstar\Desktop\StyleGood.pwn(1073) : error 004: function "HelperCheck" is not implemented
C:\Users\Rockstar\Desktop\StyleGood.pwn(1073) : error 017: undefined symbol "playerid"
C:\Users\Rockstar\Desktop\StyleGood.pwn(1073) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


6 Errors.
Linhas:
Код:
Linha 671:  public LoadVip(){new arrCoords[2][64];new strFromFile2[256];new File: file = fopen("BrasilGames/Vips.cfg", io_read);if (file){new idx = 0;while(idx < sizeof(VipInfo)){fread(file, strFromFile2);split(strFromFile2, arrCoords, ',');

Linha 1073:   public HelperCheck(playerid){new idx = 0;while(idx < sizeof(HelperInfo)){if(strcmp(HelperInfo[idx][hMembro],PlayerName(playerid), true ) == 0 ){return true;}idx++;}return 0;}
Esperando ajuda e resposta !
Reply
#2

alguйm ajuda ?
Reply
#3

Um dos erros й na include.
Poste todas as linhas que aparece ali.

Quote:

C:\Users\Rockstar\Desktop\BrasilStyleGood\pawno\in clude\seif_walk.inc(39) : error 004: function "Walk_OnPlayerKeyStateChange" is not implemented

Reply
#4

Linha 671> public LoadVip(){new arrCoords[2][64];new strFromFile2[256];new File: file = fopen("BrasilGames/Vips.cfg", io_read);if (file){new idx = 0;while(idx < sizeof(VipInfo)){fread(file, strFromFile2);split(strFromFile2, arrCoords, ',');


Linha 1073> public HelperCheck(playerid){new idx = 0;while(idx < sizeof(HelperInfo)){if(strcmp(HelperInfo[idx][hMembro],PlayerName(playerid), true ) == 0 ){return true;}idx++;}return 0;}

si quiser que eu poste mais alguma coisa so dizer !!
Reply
#5

coloque o erro da include entre [@pawn] [@/pawn]

SEM OS "@@@"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)