Posts: 116
Threads: 19
Joined: Sep 2014
Reputation:
0
I need help on how to insert gamemodes/filescripts/includes and how to test my server, mean how can I see if my gamodes worked? Please fast.
Posts: 6,242
Threads: 8
Joined: Jun 2008
http://lmgtfy.com/?q=how+to+make+a+SA-MP+server
If it worked, then you'd be able to connect, use the mode/filterscript and won't have any errors, as long as the coding for those scripts are up to scratch.
Posts: 6,242
Threads: 8
Joined: Jun 2008
The files in the standard server package are already compiled so you could just put the server on, start it, and you'd be ready to connect to it providing you did port forwarding.
This is also not the place to ask about hosts, you could at least search around on the forums, as it's often asked every 6 months.
Steer clear of the free hosts... If you have any spare computers laying around, those would do better to get used to the sa-mp server and scripting, than the free host, and it'd be safer as well.
Posts: 116
Threads: 19
Joined: Sep 2014
Reputation:
0
Fixed all the problem above, i got another problem on how to make myself as an admin, i logged in as an admin at rcon, but I don't have the acces to /ban etc..
Posts: 6,242
Threads: 8
Joined: Jun 2008
You need to read more tutorials.
You should be able to ban using RCON, but you will now need an Admin Filterscript, or code one yourself. Otherwise find a gamemode, with the feature built-in.
/rcon cmdlist will list all the commands from RCon.
Posts: 503
Threads: 24
Joined: Jul 2012
Depends on what kind of gamemode you're using. Login in the server, make your account ready for usage. When that's done /rcon login yourpassword and /makeadmin if the gamemode has the specific command, if not then go to scriptfiles > should be a file called "users", or just an .ini file for ex. "Big_Boy.ini". Open the .ini file and edit your "AdminLevel=" to the admin level you'd like to be, ex. "AdminLevel=9999" or so.