Update problem! - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Update problem! (
/showthread.php?tid=442946)
Update problem! -
ewida - 09.06.2013
Hello guys im download server and update it to 0.3x and update the Streamer and sscanf and when compile it I get this errors.
pawn Код:
C:\Users\Administrator\Desktop\Server [APPROVED] 1\pawno\include\streamer.inc(155) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
C:\Users\Administrator\Desktop\Server [APPROVED] 1\pawno\include\streamer.inc(375) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\Administrator\Desktop\Server [APPROVED] 1\pawno\include\streamer.inc(397) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\Administrator\Desktop\Server [APPROVED] 1\pawno\include\streamer.inc(399) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
C:\Users\Administrator\Desktop\Server [APPROVED] 1\gamemodes\hzrpv1.pwn(17393) : warning 217: loose indentation
C:\Users\Administrator\Desktop\Server [APPROVED] 1\gamemodes\hzrpv1.pwn(17393) : error 017: undefined symbol "distance"
C:\Users\Administrator\Desktop\Server [APPROVED] 1\gamemodes\hzrpv1.pwn(17393) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Server [APPROVED] 1\gamemodes\hzrpv1.pwn(17393) : error 001: expected token: ";", but found ")"
C:\Users\Administrator\Desktop\Server [APPROVED] 1\gamemodes\hzrpv1.pwn(17393) : error 029: invalid expression, assumed zero
C:\Users\Administrator\Desktop\Server [APPROVED] 1\gamemodes\hzrpv1.pwn(17393) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
6 Errors.
and this the line number 17393
pawn Код:
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);
Help me tell me what im do!!
Re: Update problem! -
AndreT - 09.06.2013
AFAIK you MAY need to change .distance to .streamdistance as of some version!
Also, make sure you have the right SA-MP includes - these errors indicate you're not using the 0.3x includes.
// Furthermore I suggest using the search feature