Streamer errors - 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: Streamer errors (
/showthread.php?tid=408591)
Streamer errors -
jordyvc - 18.01.2013
Hey,
I've updated the streamer, but now I get some errors:
Код:
C:\Users\Administrator\Desktop\AFRPWindows\pawno\include\streamer.inc(155) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
C:\Users\Administrator\Desktop\AFRPWindows\pawno\include\streamer.inc(375) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\Administrator\Desktop\AFRPWindows\pawno\include\streamer.inc(397) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\Administrator\Desktop\AFRPWindows\pawno\include\streamer.inc(399) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
C:\Users\Administrator\Desktop\AFRPWindows\gamemodes\afrp.pwn(13141) : warning 204: symbol is assigned a value that is never used: "hLic"
C:\Users\Administrator\Desktop\AFRPWindows\gamemodes\afrp.pwn(21108) : warning 203: symbol is never used: "fishNames"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
Do someone now what I need to do now?
Regards,
Jordyvc
Re: Streamer errors -
DiGiTaL_AnGeL - 18.01.2013
Do you have the newest include+the newest plugin?
Re: Streamer errors -
jordyvc - 18.01.2013
Yes I have the newest include and plugin.
Re: Streamer errors -
Infinity90 - 18.01.2013
Try updating everything (include)
Re: Streamer errors -
jordyvc - 18.01.2013
pawn Код:
bPickupID,
bPrice,
}
enum spikeE {
sObjID,
Float:sPos[4],
sDeployer[MAX_PLAYER_NAME],
}
enum RblockE {
rObjID,
rObjID2,
rObjID3,
rObjID4,
Float:rPos[4],
rDeployer[MAX_PLAYER_NAME],
}
enum vehicleE {
vVehicleModelID,
Float: vVehiclePosition[3],
Float: vVehicleRotation,
vVehicleGroup,
vVehicleJob,
vVehicleColour[2]