01.12.2013, 08:58
Hi all I want to do one system but I got some errors and warnings which I don`t understand how to fix can any one take a look?
Warnings and errors
pawn Код:
enum GiftInfo
{
Float:Gift[3],
GiftText[54],
Text3D:label2
}
new GiftBox[][GiftInfo] =
{
{{909.0928,2024.3037,65.6028},{"{FFD900}[ {FFFFFF}GIFT {FFD900}]"},{909.0928,2024.3037,65.6028}}
};
Код:
D:\SA-MP Server Stuff 2\SA-MP Server\gamemodes\battletestv6.pwn(259) : warning 228: length of initialler exceeds size of the enum field D:\SA-MP Server Stuff 2\SA-MP Server\gamemodes\battletestv6.pwn(259) : warning 213: tag mismatch D:\SA-MP Server Stuff 2\SA-MP Server\gamemodes\battletestv6.pwn(259) : error 018: initialization data exceeds declared size Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.