Missing gamemode - 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: Missing gamemode (
/showthread.php?tid=394591)
Missing gamemode -
Rydur - 23.11.2012
Hello,
my source is a windows source so i just changed the plugins to .so and load it with wine on centos.
So it loads at the start and then says 0 plugins loaded. Then that my gamemode is missing.
My server.cfg is set right. The plugins are in the plugins folder.
Other than that i dont know.
Add my skype: max.whitton1
Server LOG
PHP код:
SA-MP Dedicated Server
----------------------
v0.3e, (C)2005-2012 SA-MP Team
[20:36:22]
[20:36:22] Server Plugins
[20:36:22] --------------
[20:36:22] Loading plugin: audio.so
[20:36:29] Failed.
[20:36:29] Loading plugin: sscanf.so
[20:36:31] Failed.
[20:36:31] Loading plugin: streamer.so
[20:36:31] Failed.
[20:36:31] Loading plugin: nativechecker.so
[20:36:31] Failed.
[20:36:31] Loaded 0 plugins.
[20:36:31]
[20:36:31] Filterscripts
[20:36:31] ---------------
[20:36:31] Loading filterscript 'anims.amx'...
[20:36:31] Loading filterscript 'buttons.amx'...
[20:36:31] Loading filterscript 'carwash.amx'...
[20:36:31]
-----------------------------------------------
[20:36:31]
[20:36:31] ---=== Car Wash Filterscript ===---
[20:36:31]
[20:36:31]
[20:36:31] -------------- Copyright -- 2011 --------------
[20:36:31] Loaded 3 filterscripts.
[20:36:31] Script[gamemodes/NGRP_nomysql.amx]: Run time error 19: "File or func$
[20:36:31] Number of vehicle models: 0
Re: Missing gamemode -
Rydur - 23.11.2012
I compiled the script allready. it made no diffrence.
Re: Missing gamemode -
NewerthRoleplay - 23.11.2012
Why are you running it with wine, the samp server package runs natively
Re: Missing gamemode -
Rydur - 23.11.2012
Because when i downloaded linux one. I just got an segmentation error which was impossible to fix.
NewerthRoleplay: I added your skype. Accept so you can help me please.
Re: Missing gamemode -
Rydur - 23.11.2012
How do i compile the plugins?, I just compiled the gamemode.
Re: Missing gamemode -
Rydur - 23.11.2012
So how do i compile plugins?
Re: Missing gamemode -
M3mPHi$_S3 - 23.11.2012
goto " server.cfg " and remove ".so"from last of them save and run again if not again then update your all plugin .
Re: Missing gamemode -
Rydur - 23.11.2012
I have did all of that and it still dont work.
Re: Missing gamemode -
Rydur - 23.11.2012
Anybody know ow to fix this bastard?
Re: Missing gamemode -
ikey07 - 23.11.2012
1. Make sure what sys you run windows or linux( to use *.so )
2. Get all your needed plugins(latest versions of them) and paste *.inc files from plugins to SAMP Folder/pawno/include folder ( DONT NEED TO UPLOAD TO HOST)
3. Open your gamemode and recompile it
4. Put all plugins you need *.dll for windows and *.so for Linux into plugins folder ( on the host )
5. Run your server