Warning
#1

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
}
Reply
#2

Add

pawn Код:
#include <streamer>
Under

pawn Код:
#include <a_samp>
Reply
#3

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.
Reply
#4

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 .
Reply
#5

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


Forum Jump:


Users browsing this thread: 1 Guest(s)