Search Results
https://sampforum.blast.hk/showthread.php?tid=343577
115
I don't think you'd need screenshots or video, go to your domain control panel and add an A record pointing to your server IP.
142
If your server lags over FTP, it's surely not your gamemode, but it might be your internet or your server provider's fault, issue a support ticket or email them if possible.
155
It really depends on where most of your players are from. I'm guessing all of these locations are good, so buy a VPS where you think players will have less lag
130
You can't just identify without being registered. However, you can do: Quote: /msg NickServ help register to see how to register and then register them
185
Of course you can use any httpd such as Apache or nginx, it's very easy to set up and quick to configure one. Also, when you have domain you simply point it to your VPS' IP, that doesn't matter
133
can you like, do ls and check if you're in the right directory
127
Why would you need to compile it on your server? Can't you like download pawno and compile it on your machine then upload it via (S)FTP?
72
It would've been nice if you provided the admin system you're using, but still, the logic works this way: Player issues a command You check his level If it's 4 or bigger than 4, success If his level ...
184
mIRC scripting is really inconvenient. I'd recommend you to use any other language for IRC bot(s) - it's really easy to write one if you follow the IRC rfc. However, the problem in your code is that y...
191
This shows up when you've missed to pass any argument to std:: string, maybe you've mistaken something in your server config file or script (?).
90
Quote: Originally Posted by GoldZoroGrab you wrote WhirPool.so //.so if the host is linux and it's WhirlPool.so //.so if the host is Linux In the server.cfg said in English: If you're ...
142
And how do you expect anyone to help you if you don't post your code?
152
Always use hashed passwords and so that they'd be not just hard to guess, but impossible to. What I use for my passwords, at first place - generate good passwords: PHP код: function pass($stÂ...
168
The hostname is the name of your server, not the address to it. If you want to do something like server.your-domain.com:7777 you may use reverse DNS or point the subdomain to your VPS' IP
281
Good tutorial, just to add - you don't need to use nohup, Ubuntu has its own integrated package for that - screen.
415