SA-MP Forums Archive
I am receiving the Problems in ****** Script. - 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: I am receiving the Problems in ****** Script. (/showthread.php?tid=466948)



I am receiving the Problems in ****** Script. - MAFIAWARS - 30.09.2013

Better If ****** Reply on this Topic.

My Pawno Compilation isn't responding and It is showing nothing after Pressing F5. And Also there is no missing Brackets in it. But When I am starting the Server, it is saying that:

PHP код:
Script[gamemodes/Gamemode.amx]:Run Time error 17"invalid/unsupported P-code file format"
Failed to load 'gamemodes/Gamemode.amx' Script
But It is not showing me any ERROR. Can any Master Scripter take my Script and Solve this Problem, Like ****** or Someone else?


Re: I am receiving the Problems in ****** Script. - MAFIAWARS - 30.09.2013

How to Fix that Error:

pawn Код:
E:\Scritping\pawno\include\YSI\y_users.inc(150) : fatal error 111: user error: Default hash removed: See YSI topic for details.


Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
And That is my Includation and Defination Lists:

pawn Код:
#inclue <a_samp>
#include <YSI\y_ini>
#include <foreach>
#include <sscanf2>
#include <zcmd>
#define MODE_NAME "RunMeOnceOnly"
#include <YSI\y_users>
#define YSI_DO_USER_UPGRADE
#define PP_YSI

#define MODE_NAME "RunMeOnceOnly"

#include <YSI\y_users>

main()
{
}
#define MY_DEF                          if (IsPlayerConnected(playerid))
#define dregister 2011
#define dlogin 2012
#define UserPath "Users/%s.ini"



Re: I am receiving the Problems in ****** Script. - MAFIAWARS - 30.09.2013

Please Reply, I am waiting.


Re: I am receiving the Problems in ****** Script. - Team_PRO - 30.09.2013

try to re-download the include file just what like i did!


Re: I am receiving the Problems in ****** Script. - MAFIAWARS - 30.09.2013

Ok Solved Every Error, Now just receiving ONE Only.

pawn Код:
E:\Scritping\gamemodes\Gamemode.pwn(5) : error 031: unknown directive
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
pawn Код:
#inclue <a_samp> // Line 05
#include <YSI\y_ini>
#include <zcmd>
#include <sscanf2>



Re: I am receiving the Problems in ****** Script. - Konstantinos - 30.09.2013

It's
pawn Код:
#include <a_samp>
You wrote inclue by accident.


Re: I am receiving the Problems in ****** Script. - MAFIAWARS - 30.09.2013

Server Fixed Again. Thank you Everyone ! Specially my dear Friend Konstantinos.


Re: I am receiving the Problems in ****** Script. - MAFIAWARS - 30.09.2013

WAIT WAIT WAIT. My "Pawn" File isn't giving any Error so Why the Console is giving Error lol?



What is that ERROR:

And That is my Server .CFG File. Can you tell me What is the problem in my CFG File?
pawn Код:
echo Executing Server Config...
lanmode 0
rcon_password 123
maxplayers 50
port 7777
hostname [ENG] MAFIA_WARS's PERMANENT RPG
gamemode0 Gamemode
filterscripts gl_actions gl_realtime gl_property gl_mapicon ls_mall attachments skinchanger vspawner
announce 0
query 1
chatlogging 0
weburl http://www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
plugins sscanf2



Re: I am receiving the Problems in ****** Script. - Konstantinos - 30.09.2013

The plugin is called sscanf, not sscanf2. Correct it from server.cfg


Re: I am receiving the Problems in ****** Script. - MAFIAWARS - 30.09.2013

Done. But Still facing the Same Problem.