30.05.2012, 22:35
Ehm.. i have a problem with this lines... This is.
Help Please... :S
pawn Код:
D:\Royal Gaming\gamemodes\gtarp.pwn(11243) : error 001: expected token: "-string end-", but found "-identifier-"
D:\Royal Gaming\gamemodes\gtarp.pwn(11243) : error 001: expected token: "-string end-", but found "-identifier-"
D:\Royal Gaming\gamemodes\gtarp.pwn(11243) : warning 215: expression has no effect
D:\Royal Gaming\gamemodes\gtarp.pwn(11243) : error 001: expected token: ";", but found "-identifier-"
D:\Royal Gaming\gamemodes\gtarp.pwn(11243) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
pawn Код:
for(new h = 0; h < sizeof(BizzInfo); h++)
{
if(BizzInfo[h][bOwned] == 0)
{
format(string,sizeof(string), "" color_cyan "Message"wh": %s\n"color_cyan"This Business is for sale\n"color_cyan"Cost"wh": "color_green"%dLei \n"color_cyan"Level"wh": %d \n"color_cyan"to buy this Business \ntype "color_yellow"/buybiz",BizzInfo[h][bMessage],BizzInfo[h][bBuyPrice],BizzInfo[h][bLevelNeeded]);
bizsale = Create3DTextLabel(string,COLOR_DBLUE,BizzInfo[h][bEntranceX], BizzInfo[h][bEntranceY], 0.8+BizzInfo[h][bEntranceZ],10.0,0);
}