16.01.2015, 23:40
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);
}