Streamer Plugin Errors / Gate Bug -
RalphDogg - 16.06.2012
Hey.. erm I kind off have a gate bug so this guy told me to update my streamer I updated it to the latest.. which is v.26 something I believe and when I tryed to compile it a few errors came up here they are.
C:\Users\Zain\Desktop\Sa-mp server\pawno\include\streamer.inc(156) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
C:\Users\Zain\Desktop\Sa-mp server\pawno\include\streamer.inc(382) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\Zain\Desktop\Sa-mp server\pawno\include\streamer.inc(404) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\Zain\Desktop\Sa-mp server\pawno\include\streamer.inc(406) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
C:\Users\Zain\Desktop\Sa-mp server\gamemodes\TestRP.pwn(16899) : error 017: undefined symbol "distance"
C:\Users\Zain\Desktop\Sa-mp server\gamemodes\TestRP.pwn(16899) : warning 215: expression has no effect
C:\Users\Zain\Desktop\Sa-mp server\gamemodes\TestRP.pwn(16899) : error 001: expected token: ";", but found ")"
C:\Users\Zain\Desktop\Sa-mp server\gamemodes\TestRP.pwn(16899) : error 029: invalid expression, assumed zero
C:\Users\Zain\Desktop\Sa-mp server\gamemodes\TestRP.pwn(16899) : fatal error 107: too many error messages on one line
^^^^^^ ERRORS ^^^^^^^
Here is the coding.
(16899) - 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);
(406) - #define BUYTOYSCOP2 10154
(382) - #define DELETETOY 10132
(404) - #define NGMENUSKIN 10152
(156) - #define FDUTYMENU 111
That is the coding and the errors are all above it.
Please help me thanks.
Re: Streamer Plugin Errors / Gate Bug -
Kindred - 16.06.2012
The first two warnings and the first two errors are probably caused by the fact you don't have the latest sa-mp includes (0.3e), as those things (edit object, select object, etcetra) are new functions.
The other errors I honestly have no idea about.
Re: Streamer Plugin Errors / Gate Bug -
RalphDogg - 16.06.2012
My includes are updated with the latest version of the SA-MP server (0.3e)
:L so you can't help me? -.-
Re: Streamer Plugin Errors / Gate Bug -
Face9000 - 16.06.2012
He means streamer includes.
Re: Streamer Plugin Errors / Gate Bug -
RalphDogg - 16.06.2012
I fixed those errors but now I got these ones but the line for all these are the same just this look
undefined symbol "iIndex"
and this is the code
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);
Re: Streamer Plugin Errors / Gate Bug -
xRotem - 17.06.2012
I have this too can you help us fix it please? i hate this errors i can't fix one of them