When I turn on the "samp server"
#1

That's my server.log when I post my GameMode on the folder of newst update's of samp... What's that's mean's ? I can fix that ?
Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3e-R2, ©2005-2012 SA-MP Team

[20:47:12] 
[20:47:12] Server Plugins
[20:47:12] --------------
[20:47:12]  Loaded 0 plugins.

[20:47:12] 
[20:47:12] Filterscripts
[20:47:12] ---------------
[20:47:12]   Loading filterscript 'Streamer.amx'...
[20:47:12]   Loaded 1 filterscripts.

[20:47:12] Script[gamemodes/KGRP.amx]: Run time error 17: "Invalid/unsupported P-code file format"
[20:47:12] Failed to load 'gamemodes/KGRP.amx' script.
[20:47:12] Number of vehicle models: 0
That's my server.log when I post my GameMode on the folder of newst update's of samp... What's that's mean's ? I can fix that ?
Reply
#2

Make sure you are using the latest compiler. Compile again and post
Reply
#3

Your GM is not finished yet.

Maybe it doesn't have something on:

OnGameModeInit.
Reply
#4

I can be wrong, but isn't Streamer a plugin (Streamer.dll) and not a .amx/.pwn file?
Reply
#5

I dont have Streamer.so that's connect to these ?
Reply
#6

It's probably the compiler issue.

Re-download SAMP 0.3e server package and try replacing your old pawno folder with the new one.

http://www.sa-mp.com/download.php
Reply
#7

In your server.cfg, you need to have
Windows Servers:
Код:
plugins streamer
You will need the file with the .dll extension for these kind of servers.

Linux Servers:
Код:
plugins streamer.so
You will need the file the .so extension for these kind of servers.

They go on the 'plugins' line, not the filterscripts line.
Reply
#8

Quote:
Originally Posted by clarencecuzz
Посмотреть сообщение
In your server.cfg, you need to have
Windows Servers:
Код:
plugins streamer
You will need the file with the .dll extension for these kind of servers.

Linux Servers:
Код:
plugins streamer.so
You will need the file the .so extension for these kind of servers.

They go on the 'plugins' line, not the filterscripts line.
Nobody says he is using streamer.

Check whether the .amx file exists, wether you have any plugins used in your gamemode /your gamemode's incudes and which you do not have in your server config.
Reply
#9

Quote:
Originally Posted by ikkentim
Посмотреть сообщение
Nobody says he is using streamer.

Check whether the .amx file exists, wether you have any plugins used in your gamemode /your gamemode's incudes and which you do not have in your server config.
So what do you suppose streamer.amx is??

If it was a missing .amx file, it wouldn't give this error.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)