Unknown GM - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Unknown GM (
/showthread.php?tid=327883)
Unknown GM -
NewerthRoleplay - 22.03.2012
Hi i just transferred my server that i was scripting on my PC (Windows) to my VPS (Linux) when i look at it on the samp gui it says it has an unknown gamemode and whenever i join it spawns me in dillimore. I scripted it in 0.3D and the server is on 0.3D R2 but i tried compiling with 0.3D R2 pawno but still no luck.
server.cfg
Код:
echo Executing Server Config...
lanmode 0
rcon_password connorissexy
maxplayers 50
port 7777
hostname Newerth Roleplay Beta Testing
gamemode0 NRP 1
filterscripts avs bank phone IJB
announce 0
plugins sscanf irc streamer
query 1
weburl www.newerthroleplay.info
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 500
logtimeformat [%H:%M:%S]
Re: Unknown GM -
MaximumGaming - 22.03.2012
Go to pawno right click run has admin, than re complie your script and re upload it! Re Upload the script and Includes/Plugins
Re: Unknown GM -
NewerthRoleplay - 22.03.2012
EDIT: [00:38:17] Script[gamemodes/NRP.amx]: Run time error 19: "File or function is not found"
Re: Unknown GM -
MaximumGaming - 22.03.2012
Yes I know trust me thats what you need to do! I swear! If you don't get It add me on skype/msn
Msn:
worldwideroleplay@live.com
Skype: sukhveer_padda
Trust Me First try what I told you, It works for me I used to get same ERROR!
REP+
Re: Unknown GM -
NewerthRoleplay - 22.03.2012
Quote:
Originally Posted by MaximumGaming
Yes I know trust me thats what you need to do! I swear! If you don't get It add me on skype/msn
Msn: worldwideroleplay@live.com
Skype: sukhveer_padda
Trust Me First try what I told you, It works for me I used to get same ERROR!
REP+
|
Carefull i wont be +repping soon as that didn't work
Re: Unknown GM -
Alex Valdez - 22.03.2012
Are the plugins .so or .dll? If you have them uploaded already,
Change this
"plugins sscanf irc streamer"
to this
"plugins sscanf.so irc.so streamer.so"
Re: Unknown GM -
BetaLaxx - 22.03.2012
Do what Alex said below, I had the same problem on jihost, but when I added .so it worked + you hosted them on Linux VPS So try adding .so without space after your plugins.
Re: Unknown GM -
MaximumGaming - 23.03.2012
Hmmmmmm Ya or you can do that!
Re: Unknown GM -
jaami - 23.03.2012
Most of linux server uses .so plugins. .dll is for computer server only.
Re: Unknown GM -
NewerthRoleplay - 23.03.2012
Quote:
Originally Posted by Alex Valdez
Are the plugins .so or .dll? If you have them uploaded already,
Change this
"plugins sscanf irc streamer"
to this
"plugins sscanf.so irc.so streamer.so"
|
Oh god just remembered its because my computer and my last host where both windows and you don't need to add the file extension on winds *facepalm :P