SA-MP Forums Archive
GameMode Error - Other threads doesn't help! (samp-server.exe starts but gives an error) - 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: GameMode Error - Other threads doesn't help! (samp-server.exe starts but gives an error) (/showthread.php?tid=427836)



GameMode Error - Other threads doesn't help! (samp-server.exe starts but gives an error) (SOLVED) - Spose - 03.04.2013

Hi there. My friend has a problem and I'm trying to help him. We've come to an easy solution (put RemoveBuildingForPlayer under OnPlayerConnect like always), he complies it and he doesn't recieve a single error or warning. But when he starts up his server.exe, it suddenly gives him an error.

Code:
Script[gamemodes/eddie.amx]: Run time error 19: "File or function is not found"
We would both appreciate it very much if someone could help us and try to solve our problem.

Thanks in advance,
Spose & his friend.


Re: GameMode Error - Other threads doesn't help! (samp-server.exe starts but gives an error) - Jstylezzz - 03.04.2013

Is your samp-server.exe up to date? Not sure if that would be the problem, but try updating everything.


Re: GameMode Error - Other threads doesn't help! (samp-server.exe starts but gives an error) - Spose - 03.04.2013

Quote:
Originally Posted by Jstylezzz
View Post
Is your samp-server.exe up to date? Not sure if that would be the problem, but try updating everything.
Updated ealier, before I got these error.


Re: GameMode Error - Other threads doesn't help! (samp-server.exe starts but gives an error) - LarzI - 03.04.2013

Your script is either missing "main() { }" or some of your plugins aren't up to date.


Re: GameMode Error - Other threads doesn't help! (samp-server.exe starts but gives an error) - sniperwars - 03.04.2013

Your plugins are either out of date or you are missing the "main() { }".


Re: GameMode Error - Other threads doesn't help! (samp-server.exe starts but gives an error) - LarzI - 03.04.2013

Which is exactly what I said 25 minutes before you.


Re: GameMode Error - Other threads doesn't help! (samp-server.exe starts but gives an error) - Spose - 04.04.2013

Quote:
Originally Posted by LarzI
View Post
Your script is either missing "main() { }" or some of your plugins aren't up to date.
Thanks guys, updated my plugins and now it works splendid