Search Results
Hello, From along time it's doing that "Kicking (IP) because they didn't logon to the game." and it's freezing the server and nobody can logon. I read a lot topics for that. I thought it's from infini...
217
Same. Something (I think those infinite loops) makes the server freeze.
233
OnGameModeInit: productiontimer = SetTimer("Production", 100, 1); speedotimer = SetTimer("SpeedoUpdate", 100, 1);
233
Yea, I did define at the top of the script: PHP код: #include <crashdetect>#define for___loop(%1;%2;%3) \    PrintAmxBacktrace(); \    for(%1;%2;%3)    #define while___lo...
233
Hmm, PHP код: [12:56:11] [debug] AMX backtrace:[12:56:11] [debug] #0 native PrintAmxBacktrace () from crashdetect.dll[12:56:11] [debug] #1 001af998 in public Production () atÂ...
233
Hello, I have a problem with infinite loops. Where do you think is the cause of infinite loop here: PHP код: public SpeedoUpdate() {     for(new i = 0, j = GetPlayerPoolSize(); i &...
233
Hello dears, I have a problem with dialogs. They run well on my local computer server host. Same script, everything same at linux, the dialog after you create a gang is not working. After you wrote a ...
110
one thing I mind it's from the folders of the files. PHP код: #define House_File            "House/%d.ini" #define FILE_FOR_PLAYER       "House/Player/%s.ini"  The qu...
233
Yea, right it's from the gamemode, but why it's working under Windows, but it doesn't under linux. PHP код: #include <a_samp>#include <Dini>#include <YSI\y_ini>#include &...
233
PHP код: ----------Loaded log file: "server_log.txt".----------SA-MP Dedicated Server----------------------v0.3.7, (C)2005-2015 SA-MP Team[14:49:02] [14:49:02] Server Plugins[14:49:0...
233
After I updated to 0.3.7 my server, OnGameModeInit stopped working for my VPS linux hosting. I started the gamemode under my PC at windows 8, it does work. I checked if it's from a plugin. Reinstalled...
233
I find working streamer plugin but now i have this error Код: ---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3z, (C)2005-2014 SA-MP Tea...
6,073
Quote: Originally Posted by VladimirMark Use the BlueG's MySQL R6 not the R38, and then recompile the script. ok now the problem is this Код: E:\Servers\GTA_SA-MP\samp03z_svr_R1_w...
6,073
hey guys can you help me ? I have little problem with compilation and already update my plugins in pawno but its not working Код: E:\Servers\GTA_SA-MP\samp03z_svr_R1_win32\pawno\include\streamer...
6,073
What you mean? I still can't get your point
335
Oh, sorry I found, the problem is because it doesn't know this House[id][EnterX] for the id which is not still created.
53
Stop that, your topic is at the top of the page. Soo You can use that filterscript which @MatriXgaMer gave you. Just remove PHP код: IsPlayerInRangeOfPoint  from the command. If you remo...
125
Where did you put it? Exactly after OnPlayerCommandText? If that's on right place, try to change PHP код: if(!strcmp(cmdtext, "/p", true))  to PHP код: if(!strcmp(cmd, "/p", tr...
98