[Ajuda] Erro no compilar
#1

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

Vocк necessita de criar a string primeiro .

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

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


Forum Jump:


Users browsing this thread: 2 Guest(s)