Underground Roleplay Problem - 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: Underground Roleplay Problem (
/showthread.php?tid=189470)
Underground Roleplay Problem -
Jacob_Venturas - 12.11.2010
Код:
###################[ Beginning first 1000 lines from log ]##############
[Thu Nov 11 21:15:03 2010] Launching server with the following commandline:
# /home/larpthe/.gameservers/samp_0/samp03svr +exec server.cfg
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3b R2, ©2005-2010 SA-MP Team
[21:15:03] gamemode1 = "" (string)
[21:15:03] gamemode2 = "" (string)
[21:15:03] gamemode3 = "" (string)
[21:15:03] filterscripts = "" (string)
[21:15:03]
[21:15:03] Server Plugins
[21:15:03] --------------
[21:15:03] Loading plugin: sampmysql
[21:15:03] Failed (plugins/sampmysql: cannot open shared object file: No such file or directory)
[21:15:03] Loaded 0 plugins.
[21:15:03]
[21:15:03] Filter Scripts
[21:15:03] ---------------
[21:15:03] Loaded 0 filter scripts.
[21:15:03] Script[gamemodes/unnga.amx]: Run time error 19: "File or function is not found"
[21:15:03] Number of vehicle models: 0
###################[ End of log ]#########################
So, I have the plugins set in my server.cfg, the gamemodes in my server.cfg are set, and each of these is uploaded in right part. Please, tell me what's wrong.
I also have all of my correct MySQL information set inside my .amx!
Re: Underground Roleplay Problem -
Salmon - 12.11.2010
Im assuming its linux, but double check that the files actually exist, and that they are set to the proper permissions
Re: Underground Roleplay Problem -
Jacob_Venturas - 12.11.2010
Quote:
Originally Posted by Salmon
Im assuming its linux, but double check that the files actually exist, and that they are set to the proper permissions
|
They are.
Re: Underground Roleplay Problem -
Jacob_Venturas - 12.11.2010
bump...............................
Re: Underground Roleplay Problem -
The_Moddler - 12.11.2010
In plugins you have to add .so, example, sscanf.so
Re: Underground Roleplay Problem -
Jacob_Venturas - 12.11.2010
Quote:
Originally Posted by The_Moddler
In plugins you have to add .so, example, sscanf.so
|
Hmmmmm I'll try that though I would think I would know that :P I'll keep this updated.