The most annoying error i ever seen - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: The most annoying error i ever seen (
/showthread.php?tid=312088)
The most annoying error i ever seen -
CJ101 - 19.01.2012
True!
Код:
[14:51:12] [debug] [irc.amx]: public OnGameModeInit()
[14:51:12] [debug] [irc.amx]: File 'C:\Users\Justin\Documents\RXDM\pawno\include\irc.inc'
[14:51:12] [debug] [irc.amx]: Some or all frames are missing
[14:51:12] [debug] [irc.amx]: Call stack (most recent call first):
[14:51:12] [debug] [irc.amx]: IRC_ReplyCTCP
[14:51:12] [debug] [irc.amx]: IRC_SetIntData
[14:51:12] [debug] [irc.amx]: These natives are not registered:
[14:51:12] [debug] [irc.amx]: Run time error 19: "File or function is not found"
[14:51:12] [debug] [irc.amx]: During execution of OnGameModeInit():
Trying to add irc into a new gamemode im making. I've tried the following to fix this:
- Reuploading the newest version of sa-mp 0.3d
- Reuploading the newest plugin
- I have also tried switching the irc code between the gamemode and a filterscript.
This is not related to any code - that is not the reason i am getting this error.
Running Linux (volt)
Re: The most annoying error i ever seen -
Silentfood - 20.01.2012
Make sure you have the IRC include file inside your Pawno's include folder, so that it registers the natives.
Re: The most annoying error i ever seen -
CJ101 - 20.01.2012
Quote:
Originally Posted by Silentfood
Make sure you have the IRC include file inside your Pawno's include folder, so that it registers the natives.
|
When the server compiles, it should compile any includes with it, so it wont matter if you have the includes when running the server.