Search Results
Hello, My SAMP server (running on Debian 6) hangs after a while 2-3 hours. I have to manually close it (ctrl+z because ctrl-x doesn't work) and re-run it. Players get Connected. Joining the game fore...
102
Thought JunkBuster was dead. Installing it now. Thanks! Exactly what I was looking for
110
I have a lot of hackers on my server lately. What is the best thing I can do about them? -Nick
110
Quote: Originally Posted by MouseBreaker EDIT: http://www.bergfiles.com/i/bf4ddc21ebh32i0 I removed it. It also kicked a lot of people that are actually from the Netherlands. Can I fix ...
183
Quote: Originally Posted by MouseBreaker EDIT: http://www.bergfiles.com/i/bf4ddc21ebh32i0 Thanks! Works for me!
183
Quote: Originally Posted by MouseBreaker See this. https://sampforum.blast.hk/showthread.php?tid=32509 Using, pawn Код: GetPlayerCountryName(playerid); pawn Код: if(!strcmp(GetPlay...
183
Hey everyone! I want my server to be accesable from only the Netherlands, Germany and Belgium. How can I do this? Thanks! -Nick
183
Quote: Originally Posted by Plovix This has to work: PHP код: public OnPlayerSpawn(playerid)  {     if(Variables[playerid][LoggedIn] != true)      {     GameTextFo...
184
Quote: Originally Posted by Plovix Replace: PHP код: if(!Variables[playerid][LoggedIn] = true))  With: PHP код: if(!Variables[playerid][LoggedIn] == true)  ...
184
Hey guys! I am busy with a login system but it won't work for me and I can't figure out what I'm doing wrong. Here is my code: Код: public OnPlayerSpawn(playerid) { if(!Variables[playerid][Logg...
184
Hello guys. This is going to be easy. I want to create a command that makes an empty file with my filename. For example: /file lemon writes a file called lemon.txt in scriptfiles. How can I do th...
64
Quote: Originally Posted by ****** As you rightly pointed out, people must release the .pwn with the .amx here, so why not just get the original? The only way to clean those scripts up is...
139
Quote: Originally Posted by Sinner So you can't fucking rip other people's work, make your own damn script. It is a rule that you must provide the pwn right? And if i give the creator c...
139
Quote: Originally Posted by Sinner Someone used DeAmx... "found this script somewhere on the internet" my ass. Yeah? So?
139
I've found this script somewhere on the internet. The AMX included works fine, but the PWN is messed up, but I can't figure out how to fix it. Can you guys help? Code: http://pastebin.com/byUUTiu0 E...
139
I used DeAMX to decomile the script Code: #include <a_samp> #include <core> #include <float> public OnFilterScriptInit() { print("Whitelist loaded."); if(!fexist("whitelist.txt...
612