Posts: 6
Threads: 1
Joined: May 2011
Reputation:
0
Some one can help me please?
Run time error 19: "File or function is not found"
Posts: 145
Threads: 16
Joined: Apr 2012
Reputation:
0
Rename your gamemode to something else and then change it in server.cfg. Then change it back to the one you want to name it.
Posts: 318
Threads: 31
Joined: Mar 2012
Reputation:
0
Most often, your plugins(if you have any) are the ones causing this run time errors. Make sure to update them and use the correct files for them. Don't forget to install them properly.
This usually happens when you're running a local server for testing then eventually uploading them to your host which uses a different operating system.
A good example would be:
1. You're testing it out on your computer which runs on Windows.
2. Then uploaded it to your host which runs on Linux.
3. Windows would require .dll file extensions and Linux would look for .so extensions for plugins.
Posts: 6
Threads: 1
Joined: May 2011
Reputation:
0
Can you give me link please??
Its not work.
Post your server_log here.
Posts: 6
Threads: 1
Joined: May 2011
Reputation:
0
echo Executing Server Config...
lanmode 0
rcon_password 1234
maxplayers 500
port 7777
hostname Los Santos Role Play Join Now
gamemode0 SSS 1
filterscripts ls_elevator buttons Untitled
plugins streamer sscanf
announce 1
query 1
weburl a.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 70
Posts: 18
Threads: 6
Joined: Dec 2011
Reputation:
0
Check if you have in the mode:
main()
{
}
if not, add it.
Posts: 6
Threads: 1
Joined: May 2011
Reputation:
0
Not work.
error 021: symbol already defined: "main"
Posts: 5,314
Threads: 12
Joined: Aug 2010
Reputation:
0
Your SO is windows or linux?