I got some 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: I got some error (
/showthread.php?tid=333570)
I got some error -
SkypeMan - 11.04.2012
Some one can help me please?
Run time error 19: "File or function is not found"
Re: I got some error -
WarriorEd22 - 11.04.2012
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.
Re: I got some error -
MP2 - 12.04.2012
Quote:
Originally Posted by WarriorEd22
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.
|
Don't post if you're clueless, k.
Run the nativechecker plugin.
Re: I got some error -
Skribblez - 12.04.2012
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.
Re : I got some error -
SkypeMan - 12.04.2012
Can you give me link please??
Its not work.
Re: I got some error -
Mark™ - 12.04.2012
Post your server_log here.
Re : I got some error -
SkypeMan - 12.04.2012
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
Re: I got some error -
iKn0w - 12.04.2012
Check if you have in the mode:
main()
{
}
if not, add it.
Re : I got some error -
SkypeMan - 12.04.2012
Not work.
error 021: symbol already defined: "main"
Re: I got some error -
ViniBorn - 12.04.2012
Your SO is windows or linux?