Help : .amx = 0MB after add include - 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: Help : .amx = 0MB after add include (
/showthread.php?tid=429195)
Help : .amx = 0MB after add include -
morocco - 08.04.2013
Hi guys
myGamemode.amx = 0MB

after add #include <sscanf2>
#include <Dini>
#include <YSI\y_ini>
#include <foreach>
#include <streamer>
#include <YSI\y_commands>
Look , i using LARP GM
Re: Help : .amx = 0MB after add include -
Scenario - 08.04.2013
Did your compiler return any errors or warnings?
Re : Re: Help : .amx = 0MB after add include -
morocco - 08.04.2013
Quote:
Originally Posted by RealCop228
Did your compiler return any errors or warnings?
|
No . but if i delete #include <sscanf2> , i get Fix complat PAWN
But this probleme
pawn Код:
Run time error 19: "File or function is not found"
Re: Help : .amx = 0MB after add include -
Jstylezzz - 08.04.2013
The runtime error normally only shows up in the server console, as far as I know..
Probably the sscanf plugin is not loaded/not loaded correctly. Make sure it's loaded.
Re: Help : .amx = 0MB after add include -
Gamer_007 - 08.04.2013
what about using nativechecker plugin??Good to find what messed up in ur Server.
Re : Re: Help : .amx = 0MB after add include -
morocco - 08.04.2013
Quote:
Originally Posted by Jstylezzz
The runtime error normally only shows up in the server console, as far as I know..
Probably the sscanf plugin is not loaded/not loaded correctly. Make sure it's loaded.
|
Quote:
Originally Posted by Gamer_007
what about using nativechecker plugin??Good to find what messed up in ur Server.
|
Error: Function not registered: 'Streamer_CallbackHook'
Re: Help : .amx = 0MB after add include -
Jstylezzz - 08.04.2013
There you go : )
You need to load the streamer plugin.
Re : Re: Help : .amx = 0MB after add include -
morocco - 08.04.2013
Quote:
Originally Posted by Jstylezzz
There you go : )
You need to load the streamer plugin.
|
Код:
C:\Documents and Settings\Administrateur\Bureau\Test rp\pawno\include\YSI\y_bintree.inc(378) : warning 219: local variable "right" shadows a variable at a preceding level
C:\Documents and Settings\Administrateur\Bureau\Test rp\pawno\include\YSI\y_bintree.inc(511) : warning 219: local variable "right" shadows a variable at a preceding level
C:\Documents and Settings\Administrateur\Bureau\Test rp\gamemodes\larp.pwn(250) : error 025: function heading differs from prototype
C:\Documents and Settings\Administrateur\Bureau\Test rp\gamemodes\larp.pwn(11689) : error 025: function heading differs from prototype
C:\Documents and Settings\Administrateur\Bureau\Test rp\gamemodes\larp.pwn(19443) : error 035: argument type mismatch (argument 2)
Re: Help : .amx = 0MB after add include -
Jstylezzz - 08.04.2013
These are some errors caused by wrong scripting. Can you show me the code located on and near the error lines?
Re : Re: Help : .amx = 0MB after add include -
morocco - 08.04.2013
Quote:
Originally Posted by Jstylezzz
These are some errors caused by wrong scripting. Can you show me the code located on and near the error lines?
|
Код:
250 : forward OnPlayerLogin(playerid,password[]);
11689: public OnPlayerLogin(playerid,password[])
19443 : OnPlayerLogin(playerid,tmppass);