SA-MP Forums Archive
.amx isn't found(?) - 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: .amx isn't found(?) (/showthread.php?tid=375670)



.amx isn't found(?) - davelord - 07.09.2012

Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3e-R2, ©2005-2012 SA-MP Team

[22:57:39] filterscripts = ""  (string)
[22:57:39] 
[22:57:39] Server Plugins
[22:57:39] --------------
[22:57:39]  Loaded 0 plugins.

[22:57:39] 
[22:57:39] Filterscripts
[22:57:39] ---------------
[22:57:39]   Loaded 0 filterscripts.

[22:57:39] Script[gamemodes/login.amx]: Run time error 19: "File or function is not found"
[22:57:39] Number of vehicle models: 0
The .amx compiled smoothly, no errors/warnings, or whatever. What's the problem?


Re: .amx isn't found(?) - CoaPsyFactor - 07.09.2012

you haven't loaded any plugin, what Includes do you use? And what functions that are not SAMPs?


Re: .amx isn't found(?) - DarkB0y - 07.09.2012

check the .pwn if there an errors it will not appear the .amx all should be clear


Re: .amx isn't found(?) - davelord - 07.09.2012

no errors, no plugins - this include https://sampforum.blast.hk/showthread.php?tid=262795


Re: .amx isn't found(?) - CoaPsyFactor - 07.09.2012

hm, i think it is because of this natives in that include try to delete all these native function();


Re: .amx isn't found(?) - davelord - 07.09.2012

Fixed, thanks CoaPsy, rep++