Posts: 12
Threads: 2
Joined: Aug 2010
Reputation:
0
When I try to compile my .pwn to .amx in pawno it says this;
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
No bytes done and stuff, and in SA:MP it says: Gamemode Unknown
Any fixes?
Posts: 12
Threads: 2
Joined: Aug 2010
Reputation:
0
SA-MP Dedicated Server
----------------------
v0.3a R8, ©2005-2010 SA-MP Team
[11:44:54] filterscripts = "" (string)
[11:44:54]
[11:44:54] Server Plugins
[11:44:54] --------------
[11:44:54] Loading plugin: sscanf
[11:44:54] Failed.
[11:44:54] Loading plugin: mysql
[11:44:54] Failed.
[11:44:54] Loaded 0 plugins.
[11:44:54]
[11:44:54] Filter Scripts
[11:44:54] ---------------
[11:44:54] Loaded 0 filter scripts.
[11:44:54] Script[gamemodes/qrp.amx]: Run time error 19: "File or function is not found"
[11:44:54] Number of vehicle models: 0
But I got all filterscripts in my Filterscript folder & .amx in gamemodes :/!
Posts: 6,129
Threads: 36
Joined: Jan 2009
Quote:
Originally Posted by SamPHP
SA-MP Dedicated Server
----------------------
v0.3a R8, ©2005-2010 SA-MP Team
[11:44:54] filterscripts = "" (string)
[11:44:54]
[11:44:54] Server Plugins
[11:44:54] --------------
[11:44:54] Loading plugin: sscanf
[11:44:54] Failed.
[11:44:54] Loading plugin: mysql
[11:44:54] Failed.
[11:44:54] Loaded 0 plugins.
[11:44:54]
[11:44:54] Filter Scripts
[11:44:54] ---------------
[11:44:54] Loaded 0 filter scripts.
[11:44:54] Script[gamemodes/qrp.amx]: Run time error 19: "File or function is not found"
[11:44:54] Number of vehicle models: 0
But I got all filterscripts in my Filterscript folder & .amx in gamemodes :/!
|
[11:44:54] Loading plugin: sscanf
[11:44:54] Failed.
[11:44:54] Loading plugin: mysql
[11:44:54] Failed.
Do you have mysql.dll/mysql.so and sscanf.so/sscanf.dll in your /plugins/ directory?
Posts: 12
Threads: 2
Joined: Aug 2010
Reputation:
0
Both .dll's are in there, yes.
Posts: 560
Threads: 32
Joined: Aug 2010
Reputation:
0
Most cases this is because some plugin went wrong, if you use some.
Posts: 12
Threads: 2
Joined: Aug 2010
Reputation:
0
I maked .dll behind them, no result.