SA-MP Forums Archive
Warning - 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: Warning (/showthread.php?tid=514467)



Warning - Johnson_Brooks - 21.05.2014

I've never used incognito's streamer for checkpoints and i dont really know too much about checkpoints.Anyways
:
Код:
955) : warning 235: public function lacks forward declaration (symbol "OnPlayerEnterDyanmicCP")
pawn Код:
public OnPlayerEnterDynamicCP(playerid,checkpointid)
{
//code here
}



Re: Warning - JFF - 21.05.2014

Add

pawn Код:
#include <streamer>
Under

pawn Код:
#include <a_samp>



Re: Warning - Konstantinos - 21.05.2014

Quote:
Originally Posted by Johnson_Brooks
Посмотреть сообщение
I've never used incognito's streamer for checkpoints and i dont really know too much about checkpoints.Anyways
:
Код:
955) : warning 235: public function lacks forward declaration (symbol "OnPlayerEnterDyanmicCP")
Typing mistake, change to "Dynamic" and it'll be fine. And don't forget to include streamer like the above user said.


Re: Warning - Johnson_Brooks - 21.05.2014

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Typing mistake, change to "Dynamic" and it'll be fine. And don't forget to include streamer like the above user said.
Τhe streamer is included ,im just fucking dumb . Thanks lol . I really need a new keyboard .


Re: Warning - gekas - 21.05.2014

Add The include <streamer> on code after <a_samp>
Allso add streamer.inc on pawno/include