how to fix the warning in streamer inc - 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: how to fix the warning in streamer inc (
/showthread.php?tid=520811)
how to fix the warning in streamer inc -
ReD_DeVi - 20.06.2014
this is the warning
Код:
C:\Users\aman\Desktop\SATDM~RP V14\pawno\include\streamer.inc(492) : warning 235: public function lacks forward declaration (symbol "OnPlayerWeaponShot")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
Re: how to fix the warning in streamer inc -
Dziugsas - 20.06.2014
or update to 0.3e.
Re: how to fix the warning in streamer inc -
ReD_DeVi - 20.06.2014
not working still same
Re: how to fix the warning in streamer inc -
Dziugsas - 20.06.2014
IDK i had same problem , update the streamer and server and got it working.
Re: how to fix the warning in streamer inc -
Laurey - 20.06.2014
Your streamer.inc is not matching your plugins version i believe, do it and let me know if that works.
Re: how to fix the warning in streamer inc -
ReD_DeVi - 20.06.2014
my streamer plugin is same i downloaded
Re: how to fix the warning in streamer inc -
Laurey - 20.06.2014
Well, then in your streamer.inc add forward OnPlayerWeaponShot(playerid, weaponid, hittype, hitid, Float:fX, Float:fY, Float:fZ); just above its public.
Re: how to fix the warning in streamer inc -
ReD_DeVi - 20.06.2014
Thank You