SA-MP Forums Archive
Amx - 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 (/showthread.php?tid=332441)



Amx - Alex.Cone - 08.04.2012

I have compiled my gamemode named "bcpr.pwn", and i got "bcrp.amx"
Then I want to run my server but I got this:
Код:
SA-MP Dedicated Server
----------------------
v0.3d-R2, ©2005-2011 SA-MP Team

[10:44:42] filterscripts = ""  (string)
[10:44:42] 
[10:44:42] Server Plugins
[10:44:42] --------------
[10:44:42]  Loading plugin: sscanf.dll
[10:44:42] 

[10:44:42]  ===============================

[10:44:42]       sscanf plugin loaded.     

[10:44:42]    © 2009 Alex "******" Cole

[10:44:42]  ===============================

[10:44:42] sscanf error: The current build ONLY supports 0.3d
[10:44:42]   Loaded.
[10:44:42]  Loading plugin: streamer.dll
[10:44:42] 

*** Streamer Plugin v2.6 by Incognito loaded ***

[10:44:42]   Loaded.
[10:44:42]  Loaded 2 plugins.

[10:44:42] 
[10:44:42] Filterscripts
[10:44:42] ---------------
[10:44:42]   Loaded 0 filterscripts.

[10:44:42] Script[gamemodes/bcrp.amx]: Run time error 19: "File or function is not found"
[10:44:42] Number of vehicle models: 0
[10:44:43] --- Server Shutting Down.
[10:44:43] 

[10:44:43]  ===============================

[10:44:43]      sscanf plugin unloaded.    

[10:44:43]  ===============================

[10:44:43] 

*** Streamer Plugin v2.6 by Incognito unloaded ***
Why? I have bcrp.amx in my gamemode folder.


Re: Amx - Dan. - 08.04.2012

You have to update your sscanf2, because the one you have only runs on 0.3d.


Re: Amx - Reklez - 08.04.2012

Код:
sscanf error: The current build ONLY supports 0.3d
update your sscanf to the latest version.