SA-MP Forums Archive
Ubuntu - Linux - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Ubuntu - Linux (/showthread.php?tid=144394)



Ubuntu - Linux - Scenario - 27.04.2010

Hello, I recently wanted to give Linux a shot with SA:MP... It is totally different, can anyone explain to me how things differentiate from Windows and Linux with SA:MP? There is no PAWNO and when I try to run the "samp03svr" it won't open a window, is that normal?

Thanks!!!


Re: Ubuntu - Linux - BP13 - 27.04.2010

Quote:
Originally Posted by RealCop228
Hello, I recently wanted to give Linux a shot with SA:MP... It is totally different, can anyone explain to me how things differentiate from Windows and Linux with SA:MP? There is no PAWNO and when I try to run the "samp03svr" it won't open a window, is that normal?

Thanks!!!
I think you need to use "Wine" on the pawno editor. I would try linux on "Windows virtual machine" but I have no idea how to. I have never seven seen a computer running linux in my life. But I heard that WINE emulates the program for a somewhat windows compatibility. Not sure about the window thing though. As long as the process is running it should be good.


Re: Ubuntu - Linux - Scenario - 27.04.2010

Quote:
Originally Posted by [SU
BP13 ]
Quote:
Originally Posted by RealCop228
Hello, I recently wanted to give Linux a shot with SA:MP... It is totally different, can anyone explain to me how things differentiate from Windows and Linux with SA:MP? There is no PAWNO and when I try to run the "samp03svr" it won't open a window, is that normal?

Thanks!!!
I think you need to use "Wine" on the pawno editor. I would try linux on "Windows virtual machine" but I have no idea how to. I have never seven seen a computer running linux in my life. But I heard that WINE emulates the program for a somewhat windows compatibility. Not sure about the window thing though. As long as the process is running it should be good.
Ah, thank you. I totally forgot about the "Wine" program. Cool, I will check it out. Thanks again!


Re: Ubuntu - Linux - joemomma53 - 27.04.2010

for pawno, run it in wine. pawn-cc doesn't work though so it's useless trying to set up. run the server in the terminal. cd to the location of your server, and use ./samp03svr

if you want to keep the server running when you close the terminal use nohup ./samp03svr &


Re: Ubuntu - Linux - Scenario - 27.04.2010

Quote:
Originally Posted by w0w
your giving advice but u dont know how to use the os? linux is simple as fuck
Yeah, but he could have heard of the information he gave me from other people, or ******... You never know.

Quote:
Originally Posted by Joemomma53
for pawno, run it in wine. pawn-cc doesn't work though so it's useless trying to set up. run the server in the terminal. cd to the location of your server, and use ./samp03svr

if you want to keep the server running when you close the terminal use nohup ./samp03svr &
Ah, okay. That's how I run the server, thanks!