GM Plugins -
GTA Simmer - 09.10.2013
The script for my server was created or edited on a linux system as it has all the plugins with the .so file. I have downloaded and added the equivalant windows files .dll
So now I have both versions in the plugin file so should I remove the .so file since I am on windows?
Also I can no longer compile the script as it say it cannot read the sscanf file. I have not edited the script except for name change. Any help would be appreciated and if you need more info, let me know.
Re: GM Plugins -
Jankingston - 09.10.2013
no need to delete
u have got sscanf2.inc file in pawno/includes?
Re: GM Plugins -
GTA Simmer - 09.10.2013
Yes it is listed in the pawno script includes
Re: GM Plugins -
RajatPawar - 09.10.2013
Can you show us your include lines, in your script and your server.cfg?
Re: GM Plugins -
GTA Simmer - 09.10.2013
From server config.......
SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team
[00:41:31] password = "" (string)
[00:41:31]
[00:41:31] Server Plugins
[00:41:31] --------------
[00:41:31] Loading plugin: mysql.dll
[00:41:31]
> MySQL plugin R6-2 successfully loaded.
[00:41:31] Loaded.
[00:41:31] Loading plugin: sscanf.dll
[00:41:31]
[00:41:31] ===============================
[00:41:31] sscanf plugin loaded.
[00:41:31] Version: 2.8.1
[00:41:31] © 2012 Alex "******" Cole
[00:41:31] ===============================
[00:41:31] Loaded.
[00:41:31] Loading plugin: streamer.dll
[00:41:31]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[00:41:31] Loaded.
[00:41:31] Loading plugin: Whirlpool.dll
[00:41:31]
[00:41:31] ==================
[00:41:31]
[00:41:31] Whirlpool loaded
[00:41:31]
[00:41:31] ==================
[00:41:31]
[00:41:31] Loaded.
[00:41:31] Loading plugin: MapAndreas.dll
[00:41:31] Loaded.
[00:41:31] Loading plugin: nativechecker.dll
[00:41:31] Loaded.
[00:41:31] Loaded 6 plugins.
From script....
#include <a_samp>
#include <sscanf2>
#include <streamer>
So my guess is that I need to download a new version of sscanf2
Script shows that but only have sscanf. Keep in mind that the script is currently running though so that is why I am confused about this.
Re: GM Plugins - Astralis - 10.10.2013
Quote:
Originally Posted by GTA Simmer
From server config.......
SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team
[00:41:31] password = "" (string)
[00:41:31]
[00:41:31] Server Plugins
[00:41:31] --------------
[00:41:31] Loading plugin: mysql.dll
[00:41:31]
> MySQL plugin R6-2 successfully loaded.
[00:41:31] Loaded.
[00:41:31] Loading plugin: sscanf.dll
[00:41:31]
[00:41:31] ===============================
[00:41:31] sscanf plugin loaded.
[00:41:31] Version: 2.8.1
[00:41:31] © 2012 Alex "******" Cole
[00:41:31] ===============================
[00:41:31] Loaded.
[00:41:31] Loading plugin: streamer.dll
[00:41:31]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[00:41:31] Loaded.
[00:41:31] Loading plugin: Whirlpool.dll
[00:41:31]
[00:41:31] ==================
[00:41:31]
[00:41:31] Whirlpool loaded
[00:41:31]
[00:41:31] ==================
[00:41:31]
[00:41:31] Loaded.
[00:41:31] Loading plugin: MapAndreas.dll
[00:41:31] Loaded.
[00:41:31] Loading plugin: nativechecker.dll
[00:41:31] Loaded.
[00:41:31] Loaded 6 plugins.
From script....
#include <a_samp>
#include <sscanf2>
#include <streamer>
So my guess is that I need to download a new version of sscanf2 Script shows that but only have sscanf. Keep in mind that the script is currently running though so that is why I am confused about this.
|
it shows that it's working fine and loaded on the current version, however you can upgrade the plugin by replacing old one with newer release.
Re: GM Plugins -
GTA Simmer - 10.10.2013
Thank you all for the help and with the new download it has rectified the compile problem. Not sure why but I can now compile it.