Posts: 13
Threads: 4
Joined: Sep 2009
Reputation:
0
Well I'm testing out gamemodes and some of them are simple enough to start. On the two or three that I have tested they have the samp-server.exe, but in some of them they don't. I know this may sound like a really stupid questions; but how would I go about hosting the gamemodes without that file?
Posts: 364
Threads: 51
Joined: Aug 2009
Reputation:
0
That file is included in your pawno folder? It's not the gamemodes who have it. So i don't really understand waht you mean :b
Posts: 13
Threads: 4
Joined: Sep 2009
Reputation:
0
Okay, so I downloaded a gamemode. The file I downloaded included the samp-server.exe
I downloaded a few more but they only had two files; the pawno one and a .amx one. So I'm a little confused.
Posts: 364
Threads: 51
Joined: Aug 2009
Reputation:
0
You have to write the name of the .amx file into the "config" or "server" file at the line "Gamemode0" like if i had a amx file named "lol" i would do like this:
gamemode0 lol 1
P.S the config/server file is in your pawno folder.
Posts: 13
Threads: 4
Joined: Sep 2009
Reputation:
0
When I do that, the server doesn't load up