PAWNO Error: Can't see anything. -
SamPHP - 30.08.2010
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?
Re: PAWNO Error: Can't see anything. -
JaTochNietDan - 30.08.2010
The fact that it creates the .amx means that it compiled just fine
Look for errors in your server_log.txt for reasons why it would say the gamemode is Unknown, it sounds the "file or function not found" error. Unless of course you haven't used SetGameModeText
Re: PAWNO Error: Can't see anything. -
SamPHP - 30.08.2010
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 :/!
Re: PAWNO Error: Can't see anything. -
Calgon - 30.08.2010
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?
Re: PAWNO Error: Can't see anything. -
SamPHP - 30.08.2010
Both .dll's are in there, yes.
Re: PAWNO Error: Can't see anything. -
Voldemort - 30.08.2010
Most cases this is because some plugin went wrong, if you use some.
Re: PAWNO Error: Can't see anything. -
JaTochNietDan - 30.08.2010
Quote:
Originally Posted by SamPHP
Both .dll's are in there, yes.
|
Try adding .dll after the plugin names on the plugin line in your server.cfg
I also assume you're running this server on Windows
Re: PAWNO Error: Can't see anything. -
SamPHP - 30.08.2010
I maked .dll behind them, no result.
Re: PAWNO Error: Can't see anything. -
JaTochNietDan - 30.08.2010
Quote:
Originally Posted by SamPHP
I maked .dll behind them, no result.
|
Is the server on Linux or Windows?
Re: PAWNO Error: Can't see anything. -
SamPHP - 30.08.2010
Windows yes.