SA-MP Forums Archive
[Ajuda] Erro no compilar - 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] Erro no compilar (/showthread.php?tid=558420)



Erro no compilar - FPB_Lipos - 16.01.2015

Alguem pode me ajudar?

Код:
C:\Users\Felipe\Desktop\Test\pawno\include\streamer.inc(333) : warning 201: redefinition of constant/macro (symbol "OnGameModeInit")
C:\Users\Felipe\Desktop\Test\gamemodes\BLC.pwn(6409) : error 017: undefined symbol "string"
C:\Users\Felipe\Desktop\Test\gamemodes\BLC.pwn(6409) : error 017: undefined symbol "string"
C:\Users\Felipe\Desktop\Test\gamemodes\BLC.pwn(6409) : error 029: invalid expression, assumed zero
C:\Users\Felipe\Desktop\Test\gamemodes\BLC.pwn(6409) : fatal error 107: too many error messages on one line

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


4 Errors.
pawn Код:
if(IsAnOwnableCar(vehicleid))
    {
6409        format(string,sizeof(string),"You are entering to a %s (%d)   Owner: %s",vehicle, vehicleid,    CarInfo[vehicleid][cOwner]);
        SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
    }



Re: Erro no compilar - Tugamars - 16.01.2015

Vocк necessita de criar a string primeiro .

E depois tem um erro qualquer na include streamer que nгo sei qual й .


Re: Erro no compilar - CharCoast - 16.01.2015

Crie a "string" e atualize a include e o plugin streamer