Posts: 674
Threads: 163
Joined: Oct 2012
Reputation:
0
Hello,
I was wondering if there are any files to make your own Pawn compiler online..
The reason I want to have that is that my scritpers can go to that compiler and script there.
if they save the file I will see it in a ftp or so.
if they are done with the script. then I can turn it online by myself, So nobody else but me needs the login stuff for the vps..
Please let me know.
sincerely,
Justinlampy
Posts: 2,286
Threads: 18
Joined: Jun 2010
Build
https://github.com/Zeex/pawn yourself if you want to use a Linux server, or use a Windows server. Then you'd have to code your own web IDE.
Slice used to have one:
https://sampforum.blast.hk/showthread.php?tid=314780 but it's down now.
EDIT: If you just want to sync their files to your FTP server, you can use FTPBox for Windows.
EDIT 2:
https://github.com/oscar-broman/ppg
Posts: 2,286
Threads: 18
Joined: Jun 2010
Did you even look at my last edit?
Posts: 674
Threads: 163
Joined: Oct 2012
Reputation:
0
yes I did.
the point is. I dont have a linux server.
I work with windows..
Posts: 852
Threads: 26
Joined: Jul 2011
Reputation:
0
Just a question, can I use this on my website if it's on a Linux server? It's not a VPS but a shared hosting?
EDIT: never mind. I can't.
Posts: 1,167
Threads: 57
Joined: Jul 2010
Reputation:
0
make a limited access FTP user and give it to your scripter, so he hev access to gamemode folder only for example
Posts: 674
Threads: 163
Joined: Oct 2012
Reputation:
0
But i know there is something like a windows box or so..
that scripters can reach the script and compile and run the beta server to test if its allright..
the only thing is that i dont know where i can find it or if its custom made...
Posts: 1,696
Threads: 6
Joined: Dec 2008
Posts: 3,133
Threads: 71
Joined: Dec 2013
Reputation:
0
You can use an FTP server / linux VPS. Linux allows remote command line running(meaning you can start / stop the server from a webpage / PHP).
Alternatively, using a windows VPS would work too using an FTP. See XAMPP / filezilla server.