SA-MP Forums Archive
Adding a script to a server host... - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Adding a script to a server host... (/showthread.php?tid=434854)



Adding a script to a server host... - NewCityRoleplay - 04.05.2013

Okay so my friend just made me a new script,

I just bought my server host yesterday ((KingJ))
and I don't know how to install the script?
can anyone help? Btw its a .pwn not .amx


Re : Adding a script to a server host... - Rayan_black - 04.05.2013

First make sure you have every needed inculde and plugin, then compile your code to create the .amx file, put the .amx and .pwn in gamemode directory, and inculde in pawno/include and then the plugins in plugins, after that open your server file and edit the server name / rcon pass etc.. and don't forget to load every plugin and filterscript needed, and vialo you finished.


Re: Adding a script to a server host... - Byter - 11.05.2013

If its A .pwn , when you compile it, it should automatically create a .amx unless there is a problem inside the scripting.
I usually just upload the .amx to the gamemode folder, so I have protection from my script being stolen.