NPC and sscanf related warning.
#1

So I'm receiving a warning from sscanf2 include saying

pawn Код:
C:\Users\Luke\Desktop\HSRP\pawno\include\sscanf2.inc(69) : warning 235: public function lacks forward declaration (symbol "OnNPCModeInit")
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase
I've read the sscanf2's topic about NPC modes and it still leads to no avail no matter what I do. Does anyone have a solution? (Yes, I've tried to manually forward it.)
Reply
#2

Yes.

pawn Код:
#include <a_samp>
#include <a_npc>
#include <zcmd>
#include <sscanf2>
#include <streamer>
#include <foreach>
#include <YSI\y_ini>
Reply
#3

I'm not too sure what you mean. a_npc has all the native functions and callback a_samp has?
Reply
#4

Quote:
Originally Posted by ******
Посмотреть сообщение
No it doesn't. a_samp has the functions the server can use, and a_npc has a different set that only NPCs can use.
We found out the issue was because you didn't include NPCMode.so in sscanf for linux, and our host is on a Linux server. Would you be able to create a version for Linux servers? We'd really like NPCs to roam around
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)