Error
Mxiym opened this issue · 1 comments
Mxiym commented
sss/core/world/supply-crate.pwn(315) : warning 204: symbol is assigned a value that is never used: "buttonid"
sss/core/world/weapons-cache.pwn(142) : warning 204: symbol is assigned a value that is never used: "buttonid"
sss/world/puzzles/mtchill.pwn(86) : warning 204: symbol is assigned a value that is never used: "buttonid"
sss/world/xmas.pwn(49) : warning 204: symbol is assigned a value that is never used: "buttonid"
C:\Users\yPower\Desktop\gamemode\ScavengeSurvive-master\gamemodes\ScavengeSurvive.pwn(858) : error 025: function heading differs from prototype
C:\Users\yPower\Desktop\gamemode\ScavengeSurvive-master\gamemodes\ScavengeSurvive.pwn(864) : warning 203: symbol is never used: "report_CurrentID"
C:\Users\yPower\Desktop\gamemode\ScavengeSurvive-master\gamemodes\ScavengeSurvive.pwn(864) : warning 203: symbol is never used: "report_CurrentReason"
C:\Users\yPower\Desktop\gamemode\ScavengeSurvive-master\gamemodes\ScavengeSurvive.pwn(864) : warning 203: symbol is never used: "report_CurrentReportList"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
Southclaws commented
The only error there is the one on line 858 and I assume it's related to Streamer_OnPluginError
but the latest commit has a different line number so I assume you're compiling a slightly older commit.
The latest version matches fine and won't cause that error:
https://github.com/Southclaws/ScavengeSurvive/blob/master/gamemodes/ScavengeSurvive.pwn#L852
https://github.com/samp-incognito/samp-streamer-plugin/blob/master/streamer.inc#L444