Posts: 292
Threads: 87
Joined: Feb 2011
Reputation:
0
Hello, something just happend and the server doesn't load the gamemode, which is fully compiled. Here's the server log:
SA-MP Dedicated Server
----------------------
v0.3c, ©2005-2010 SA-MP Team
[00:52:32]
[00:52:32] Server Plugins
[00:52:32] --------------
[00:52:32] Loading plugin: streamer
[00:52:32]
*** Streamer Plugin v2.5.2 by Incognito loaded ***
[00:52:32] Loaded.
[00:52:32] Loaded 1 plugins.
[00:52:32]
[00:52:32] Ban list
[00:52:32] --------
[00:52:32] Loaded: samp.ban
[00:52:32]
[00:52:32]
[00:52:32] Filter Scripts
[00:52:32] ---------------
[00:52:32] Loaded 0 filter scripts.
[00:52:32] Script[gamemodes/FreeRoamLT.amx]: Run time error 19: "File or function is not found"
[00:52:32] Number of vehicle models: 0
Any suggestions?
Posts: 2,038
Threads: 17
Joined: Aug 2010
Reputation:
0
Have you added the gamemode to the server config ?
Is it in the gamemode folder ?
Posts: 513
Threads: 18
Joined: Mar 2010
Reputation:
0
Compile the GM if any error that's why its not loading
Posts: 292
Threads: 87
Joined: Feb 2011
Reputation:
0
Theres no errors when compilling and the gamemode is in gamemodes folder and it is in server.cfg. When compiling the server theres just this one warning at the end of the gamemode:
C:\Users\Type-R\Desktop\FreeRoam LT\gamemodes\FreeRoamLT.pwn(8784) : warning 203: symbol is never used: "ret_memcpy"
i dont know how to fix it.
Posts: 292
Threads: 87
Joined: Feb 2011
Reputation:
0
Thanks, i got rid of the warning, but i still can't figure out how to get the server read the Gamemode...
Posts: 4,649
Threads: 64
Joined: Dec 2009
Reputation:
0
bad pawno version. try compile with right pawno version
Posts: 292
Threads: 87
Joined: Feb 2011
Reputation:
0
This was a server log, before i edited the server it would give this message:
[01:45:49] Script[gamemodes/FreeRoamLT.amx]: Run time error 20: "Invalid index parameter (bad entry point)"
[01:45:49] Number of vehicle models: 78
but the server would still work, any suggestions?
Posts: 292
Threads: 87
Joined: Feb 2011
Reputation:
0
So for the one that isin't loading the script, can it be that i scripted something wrong maybe?
Posts: 2,038
Threads: 17
Joined: Aug 2010
Reputation:
0
Lets take a peek at your gm then ?
If it's to big to put on here, use pastebin.
Posts: 1,152
Threads: 11
Joined: Feb 2010
Reputation:
0
This error means you are missing a plugin, Please check if all plugins you have included really are there, if not, download them
Posts: 484
Threads: 61
Joined: Oct 2009
Reputation:
0
Almost sure this error
Run time error 19: "File or function is not found"
is not referring to the script not being found, Try seeing if your script need plugins that you aren't loading.
Posts: 358
Threads: 38
Joined: May 2010
Reputation:
0
the error runtime 19 comes because of: You got missing plugins , or scriptfiles.
check your plugins
Posts: 358
Threads: 38
Joined: May 2010
Reputation:
0
kk. but i dont have main() function in gamemode and still no errors with compiling.. lol