I need help - 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: I need help (
/showthread.php?tid=381442)
I need help -
Cookie. - 29.09.2012
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?
Re: I need help -
DwayneB - 29.09.2012
Re-Compile it with the latest Includes.
and make sure u have gamemode0 (gamemodename) 1.
Re: I need help -
Jikesh - 29.09.2012
You are missing the plugins, you need STREAMER AND SSCANF Plugins to run the first gamemode.
Download them first.
Re: I need help -
Cookie. - 29.09.2012
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?
Re: I need help -
DwayneB - 29.09.2012
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..
Re: I need help -
Cookie. - 29.09.2012
Tried Adding sscanf.dll in Plugins,then in server.cfg editing "sscanf.dll" nothing
Re: I need help -
DwayneB - 29.09.2012
Try to move (gamemodename).pwn and amx to your other SAMP Server folder.
Re: I need help -
CrossUSAAF - 29.09.2012
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.
Re: I need help -
Jikesh - 29.09.2012
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
Re: I need help -
Cookie. - 29.09.2012
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