I need help
#1

Im a newbie when it comes to scripting but im learning,anyways if smbody could help me,when i install a gamemode and replace the server.cfg gamemode like "gamemode0 GM" it doesnt work,i extracted all of the downloaded files to the right places but i keep getting the error

"Run Time Error:19 GM.amx is not found or not working" or smthing like that

The Gamemodes i wanted to install:

https://sampforum.blast.hk/showthread.php?tid=354546
https://sampforum.blast.hk/showthread.php?tid=289027

Help,i can take a couple of screens of the files (where did i extract them) or a pic of the error?
Reply
#2

Re-Compile it with the latest Includes.
and make sure u have gamemode0 (gamemodename) 1.
Reply
#3

You are missing the plugins, you need STREAMER AND SSCANF Plugins to run the first gamemode.
Download them first.
Reply
#4

I tried writing

gamemode 0 MWB 1 still not working

Do i install the plugins by copying them to plugins or include or pawno/include or another location

Sry for my newbie skills

Oh i tried the same thing with my script (one i made in pawno) and it worked

Whats the problem now?
Reply
#5

Place your plugins a.k.a (filename.dll) into Plugins folder in your Server folder. Open up your server.cfg and add them on line

plugins

ex. plugins streamer.dll sscanf.dll audio.dll etc..
Reply
#6

Tried Adding sscanf.dll in Plugins,then in server.cfg editing "sscanf.dll" nothing
Reply
#7

Try to move (gamemodename).pwn and amx to your other SAMP Server folder.
Reply
#8

For your game mode, put like this:

gamemode0 <correctnamehere> 1

Plugins are like this:

plugins sscanf.dll <etc>

Also read all instructions that are included with your downloads (if they have).

Remember there is differences between Linux and Widnows. Windows plugins are known as .DLL extension and Linux plugins are known as .SO extension. Is it possible you post here your server.cfg, so it could be easier to see, if you have done something wrong. Also did you compile your game modes to .AMX format? If they are .PWN format they doesn't load.

Thank you.
Reply
#9

Quote:
Originally Posted by Cookie.
Посмотреть сообщение
I tried writing

gamemode 0 MWB 1 still not working

Do i install the plugins by copying them to plugins or include or pawno/include or another location

Sry for my newbie skills

Oh i tried the same thing with my script (one i made in pawno) and it worked

Whats the problem now?
Create a folder called as "plugins" in your SA-MP server directory. Then copy all the .so and .dl plugin files to this folder.
And copy the streamer.inc and sscanf.inc files to /pawno/include
Reply
#10

http://s1061.beta.photobucket.com/us...d5e87.png.html

http://s1061.beta.photobucket.com/us...tml?sort=3&o=2

http://s1061.beta.photobucket.com/us...tml?sort=3&o=1

http://s1061.beta.photobucket.com/us...tml?sort=3&o=0

Sry dont really know how to upload images im new :/

My Errors
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)