11.10.2009, 05:31
can't get the server to start this is what i have in the startup config
#!/bin/sh
# Needed to make symlinks/shortcuts work.
# the binaries must run with correct working directory
screen -d -m ./samp03svr
and it doesn't start up or nothing and i can't find out why it has permissions to exec and everything
#!/bin/sh
# Needed to make symlinks/shortcuts work.
# the binaries must run with correct working directory
screen -d -m ./samp03svr
and it doesn't start up or nothing and i can't find out why it has permissions to exec and everything