Posts: 511
Threads: 122
Joined: Jan 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
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
Did your compiler return any errors or warnings?
Posts: 511
Threads: 122
Joined: Jan 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"
Posts: 1,861
Threads: 103
Joined: Sep 2011
Reputation:
0
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.
Posts: 670
Threads: 49
Joined: Dec 2011
Reputation:
0
what about using nativechecker plugin??Good to find what messed up in ur Server.
Posts: 511
Threads: 122
Joined: Jan 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'
Posts: 1,861
Threads: 103
Joined: Sep 2011
Reputation:
0
There you go : )
You need to load the streamer plugin.
Posts: 511
Threads: 122
Joined: Jan 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)
Posts: 1,861
Threads: 103
Joined: Sep 2011
Reputation:
0
These are some errors caused by wrong scripting. Can you show me the code located on and near the error lines?
Posts: 511
Threads: 122
Joined: Jan 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);