13.08.2015, 17:31
Hey guys.. Hopefully you guys can help me solve this:
Error I get:
The Lines, Starting with line 532 Onwards:
Thank you!
Error I get:
Код:
C:\Users\Gabriel Vasvari\Desktop\Blueberry Roleplay\Script\gamemodes\roleplay.pwn(532) : error 017: undefined symbol "HouseLabel" C:\Users\Gabriel Vasvari\Desktop\Blueberry Roleplay\Script\gamemodes\roleplay.pwn(532) : warning 215: expression has no effect C:\Users\Gabriel Vasvari\Desktop\Blueberry Roleplay\Script\gamemodes\roleplay.pwn(532) : error 001: expected token: ";", but found "]" C:\Users\Gabriel Vasvari\Desktop\Blueberry Roleplay\Script\gamemodes\roleplay.pwn(532) : error 029: invalid expression, assumed zero C:\Users\Gabriel Vasvari\Desktop\Blueberry Roleplay\Script\gamemodes\roleplay.pwn(532) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
Код:
HouseLabel[h] = CreateDynamic3DTextLabel(labeltext, COLOUR_GREEN, hInfo[h][CPOutX], hInfo[h][CPOutY], hInfo[h][CPOutZ]+0.7, TEXTLABEL_DISTANCE, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, TEXTLABEL_TESTLOS, hInfo[h][SpawnWorld], hInfo[h][SpawnInterior], -1, TEXTLABEL_DISTANCE); if(isnull(hIntInfo[hInfo[h][HouseInterior]][IntName])) { hInfo[h][HouseInterior] = DEFAULT_H_INTERIOR; file = INI_Open(HouseFile(h)); INI_WriteInt(file, "HouseInterior", DEFAULT_H_INTERIOR); INI_Close(file); } Iter_Add(Houses, h); hcount++; } }