Why won't GM load? :( -
Leo Delvecchio - 13.05.2012
When i refresh my server, it shows Gamemode: Unknown.
So i go to the console, and it shows that everything loaded perfectly except the gm:
[01:20:41] Number of vehicle models: 0
[01:20:41] Script[gamemodes/NG-RP.amx]: Run time error 19: "File or function is not found"
Please help me out?
Re: Why won't GM load? :( -
ViniBorn - 13.05.2012
Check your plugins
Post your server.cfg
Re: Why won't GM load? :( -
Leo Delvecchio - 13.05.2012
Quote:
Originally Posted by Viniborn
Check your plugins
Post your server.cfg
|
echo Executing Server Config...
lanmode 0
rcon_password
maxplayers 32
port 7770
hostname [HARD]Grand Life Roleplay [Newly Opened]
gamemode0 NG-RP
filterscripts animsz buttons carwash
plugins streamer.so sscanf.so audio.so
announce 1
query 1
weburl Coming soon
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 70
password
bind 174.138.169.94
that is my .cfg
Re: Why won't GM load? :( -
ProdrifterX - 13.05.2012
ah linux linux, i got linux too and i hate it ^^
Re: Why won't GM load? :( -
ViniBorn - 13.05.2012
The extent of your files can be wrong.
Linux
pawn Код:
//server.cfg
plugins streamer.so sscanf.so audio.so
//Folder plugins
streamer.so
sscanf.so
audio.so
Windows
pawn Код:
//server.cfg
plugins streamer sscanf audio
//Folder plugins
streamer.dll
sscanf.dll
audio.dll
Re: Why won't GM load? :( -
Leo Delvecchio - 13.05.2012
Quote:
Originally Posted by Viniborn
The extent of your files can be wrong.
Linux
pawn Код:
//server.cfg plugins streamer.so sscanf.so audio.so
//Folder plugins streamer.so sscanf.so audio.so
Windows
pawn Код:
//server.cfg plugins streamer sscanf audio
//Folder plugins streamer.dll sscanf.dll audio.dll
|
What do you mean by that? Can you tell me what to do step by step please? I would really appreciate it.
Re: Why won't GM load? :( -
Jonny5 - 13.05.2012
he means check your server/plugins
folder to see if you have the 3 plugins in there.
Also make sure you have the includes for each plugin in if they have any
they go in the pawno/include/
folder most of the time.
also make sure you open the correct pawno from within the server folder you are working on.
Re: Why won't GM load? :( -
Leo Delvecchio - 13.05.2012
Ahh ok i see the prob, it was not that but sombody put the pawno folder in the plugins folder... Wow...
Anyway i wouldn't have checked in that folder if it wasn't for you 2 ... +rep it is

Thanks!
Re: Why won't GM load? :( -
Leo Delvecchio - 13.05.2012
Oh wait!!! it's still the same after i put the file in the correct place and restarted
Re: Why won't GM load? :( -
Jonny5 - 13.05.2012
now open pawno and your gamemode and then compile!!!