SA-MP Forums Archive
PAWNO Error: Can't see anything. - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: PAWNO Error: Can't see anything. (/showthread.php?tid=172463)



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.