SA-MP Forums Archive
Well, it's all gone wrong. - 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: Well, it's all gone wrong. (/showthread.php?tid=204445)



Well, it's all gone wrong. - 06leachr - 29.12.2010

So like many people I'm sure today I tried to upgrade my server to 0.3c. I installed the server package (linux) onto my server fine. I then downloaded the new pawno compiler and compiled my gamemode. Still all OK. When I try to play, I'm getting 'Unknown' in the map, and when I launch the game I spawn in the countryside somewhere. I checked my streamer was up to date, even re-downloaded the pawn compiler. But I'm still getting this error:

pawn Код:
[17:46:38] Script[gamemodes/xyz.amx]: Run time error 19: "File or function is not found"
I've ******d, I've checked topic on here, I tried connecting to IRC as well, but I'm lost. Help would be much appreciated.

Scott & Rob.


Re: Well, it's all gone wrong. - ExeC - 29.12.2010

Happened to me before. The problem with my server was, that somehow my streamer couldn't work, probably because I was missing a plugin. Are you using LuxAdmin system in your server? If yes, you probably should check that you got every plugin in the plugins folder, and also check that it's wrote in the server.cfg. (plugins Whirlpool.dll/so). Also, check that you got all the includes in the includes folder... Try these things, and I hope that it will work.


Regards.


Re: Well, it's all gone wrong. - Scenario - 29.12.2010

Are you positive you are loading the plugins correctly and that your folder permissions are 755 or 777?


Re: Well, it's all gone wrong. - Stefan_Toretto - 29.12.2010

or you are using SetPlayerHoldingObject?


Re: Well, it's all gone wrong. - 06leachr - 30.12.2010

Quote:
Originally Posted by Stefan_Toretto
Посмотреть сообщение
or you are using SetPlayerHoldingObject?
Yeah, but it's compiling with the new one fine?


Re: Well, it's all gone wrong. - DVDK - 30.12.2010

Try to run it without all plugins.


Re: Well, it's all gone wrong. - 06leachr - 30.12.2010

The current plugins I have:

pawn Код:
#include <a_samp>
#include <streamer>
#include <zcmd>
#include <GeoIP_Plugin>
#include <gtazones>
#include <Dini>
So I thought I'd comment them all out and try without them. Then add them in one by one. But as soon as I commented out
pawn Код:
#include <Dini>
I got shitloads of errors, which I guess is understandable. This leaves me in a bit of a problem, as I've got nowhere to look now.

That's why I'm looking to the amazing community for help/advice.


Re: Well, it's all gone wrong. - Damian - 30.12.2010

Did you update your .inc files?


Re: Well, it's all gone wrong. - Auxxx - 30.12.2010

Quote:
Originally Posted by Damian
Посмотреть сообщение
Did you update your .inc files?
True. Update your includes, if you haven't done it and recompile.


Re: Well, it's all gone wrong. - 06leachr - 30.12.2010

Deleted, see next post.