C:\Documents and Settings\*\Desktop\samp03e_svr_win32\pawno\include\streamer.inc(156) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128" C:\Documents and Settings\*\Desktop\samp03e_svr_win32\pawno\include\streamer.inc(382) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject") C:\Documents and Settings\*\Desktop\samp03e_svr_win32\pawno\include\streamer.inc(404) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject") C:\Documents and Settings\*\Desktop\samp03e_svr_win32\pawno\include\streamer.inc(406) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT" C:\Documents and Settings\*\Desktop\samp03e_svr_win32\gamemodes\*.pwn(17087) : error 017: undefined symbol "distance" C:\Documents and Settings\*\Desktop\samp03e_svr_win32\gamemodes\*.pwn(17087) : warning 215: expression has no effect C:\Documents and Settings\*\Desktop\samp03e_svr_win32\gamemodes\*.pwn(17087) : error 001: expected token: ";", but found ")" C:\Documents and Settings\*\Desktop\samp03e_svr_win32\gamemodes\*.pwn(17087) : error 029: invalid expression, assumed zero C:\Documents and Settings\*\Desktop\samp03e_svr_win32\gamemodes\*.pwn(17087) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 6 Errors.
I have this little problem, can someone help me out ? I am using the last Streamer Plugin and is not working. When I am putting a old streamer.inc it works but I get the 'Unknown' GM thing.
Код:
C:\Documents and Settings\*\Desktop\samp03e_svr_win32\pawno\include\streamer.inc(156) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128" C:\Documents and Settings\*\Desktop\samp03e_svr_win32\pawno\include\streamer.inc(382) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject") C:\Documents and Settings\*\Desktop\samp03e_svr_win32\pawno\include\streamer.inc(404) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject") C:\Documents and Settings\*\Desktop\samp03e_svr_win32\pawno\include\streamer.inc(406) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT" C:\Documents and Settings\*\Desktop\samp03e_svr_win32\gamemodes\*.pwn(17087) : error 017: undefined symbol "distance" C:\Documents and Settings\*\Desktop\samp03e_svr_win32\gamemodes\*.pwn(17087) : warning 215: expression has no effect C:\Documents and Settings\*\Desktop\samp03e_svr_win32\gamemodes\*.pwn(17087) : error 001: expected token: ";", but found ")" C:\Documents and Settings\*\Desktop\samp03e_svr_win32\gamemodes\*.pwn(17087) : error 029: invalid expression, assumed zero C:\Documents and Settings\*\Desktop\samp03e_svr_win32\gamemodes\*.pwn(17087) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 6 Errors. |
C:\Documents and Settings\*\Desktop\samp03e_svr_win32\gamemodes\*.pwn(17087) : error 017: undefined symbol "distance" C:\Documents and Settings\*\Desktop\samp03e_svr_win32\gamemodes\*.pwn(17087) : warning 215: expression has no effect C:\Documents and Settings\*\Desktop\samp03e_svr_win32\gamemodes\*.pwn(17087) : error 001: expected token: ";", but found ")" C:\Documents and Settings\*\Desktop\samp03e_svr_win32\gamemodes\*.pwn(17087) : error 029: invalid expression, assumed zero C:\Documents and Settings\*\Desktop\samp03e_svr_win32\gamemodes\*.pwn(17087) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
HouseInfo[iIndex][hTextID] = CreateDynamic3DTextLabel(szFileStr, COLOR_GREEN, HouseInfo[iIndex][hExteriorX], HouseInfo[iIndex][hExteriorY], HouseInfo[iIndex][hExteriorZ]+0.5,30.0, .testlos = 1, .distance = 30.0);
HouseInfo[iIndex][hTextID] = CreateDynamic3DTextLabel(szFileStr, COLOR_GREEN, HouseInfo[iIndex][hExteriorX], HouseInfo[iIndex][hExteriorY], HouseInfo[iIndex][hExteriorZ]+0.5,30.0, .testlos = 1, .distance = 30.0);
HouseInfo[iIndex][hTextID] = CreateDynamic3DTextLabel(szFileStr, COLOR_GREEN, HouseInfo[iIndex][hExteriorX], HouseInfo[iIndex][hExteriorY], HouseInfo[iIndex][hExteriorZ]+0.5,30.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 1, -1, -1, -1, 30.0);
C:\Documents and Settings\*\Desktop\samp03e_svr_win32\gamemodes\*.pwn(52806) : error 017: undefined symbol "distance" C:\Documents and Settings\*\Desktop\samp03e_svr_win32\gamemodes\*.pwn(52806) : warning 215: expression has no effect C:\Documents and Settings\*\Desktop\samp03e_svr_win32\gamemodes\*.pwn(52806) : error 001: expected token: ";", but found ")" C:\Documents and Settings\*\Desktop\samp03e_svr_win32\gamemodes\*.pwn(52806) : error 029: invalid expression, assumed zero C:\Documents and Settings\*\Desktop\samp03e_svr_win32\gamemodes\*.pwn(52806) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
HouseInfo[house][hTextID] = CreateDynamic3DTextLabel( string, COLOR_GREEN, HouseInfo[house][hExteriorX], HouseInfo[house][hExteriorY], HouseInfo[house][hExteriorZ]+0.5, 30.0, .testlos = 1, .distance = 30.0);
C:\Documents and Settings\*\Desktop\samp03e_svr_win32\gamemodes\*.pwn(52806) : error 017: undefined symbol "iIndex"
I did and now I get this on every one I edited.
Код:
C:\Documents and Settings\*\Desktop\samp03e_svr_win32\gamemodes\*.pwn(52806) : error 017: undefined symbol "iIndex" |