Error when running my server? - 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: Error when running my server? (
/showthread.php?tid=126391)
Error when running my server? -
Torran - 08.02.2010
Код:
SA-MP Dedicated Server
----------------------
v0.3a R4, ©2005-2009 SA-MP Team
[12:31:07] filterscripts = "" (string)
[12:31:07]
[12:31:07] Server Plugins
[12:31:07] --------------
[12:31:07] Loaded 0 plugins.
[12:31:07]
[12:31:07] Filter Scripts
[12:31:07] ---------------
[12:31:07] Loaded 0 filter scripts.
[12:31:07] Script[gamemodes/Roleplay.amx]: Run time error 19: "File or function is not found"
[12:31:07] Number of vehicle models: 0
Why is this?
I have
OnGameModeInit()
And OnGameModeExit()
And
main()
{
}
EDIT: I have SeifAdmin and have made it into a gamemode..
Anyone know why i get these error though?
Re: Error when running my server? -
MaykoX - 08.02.2010
Make sure you have every files in there (plugins, gamemodes...) Maybe gamemode name changed to somthing while compiling check it.
Re: Error when running my server? -
Torran - 08.02.2010
Oh wait, I forgot whirlpool, Let me check that
FIXED