Search Results
I updated my streamer plugin and this happens more often please help!!!!
271
Quote: Originally Posted by Sew_Sumi Your script can cause this. People coin infinite loops a lot, but bad structure and logic can also cause this to occur by the instances I have seen it ...
271
plugins that i used: streamer mysql crashdetect ctime encrypt fcnpc all plugins are up2date
271
Quote: Originally Posted by Younes44 Update your streamer plugins with latest version(don't forget to compile your gamemode too) and don't use uneeded plugins next time show us atleast som...
271
I already checked OnPlayerConnect and there is nothing special please help
271
Quote: Originally Posted by xTURBOx Never tried this, but i got this idea(May NOT work, i didnot test it) create a 5-10sec timer to getplayerhealth(old hp) and set their hp +1(new hp) an...
125
Some players in my server timeout very easily it should be their network problem their client will not update the time on the bottom right and they will not get hurt by anybody even the admin cannot s...
125
My server failed to load your YSF plugin I have installed Visual C++ Redistributable 2013 x86 in my server. My OS is Windows Server 2008 R2 and my samp server version is 0.3z - R4 i have put YSF.dll i...
49,936
Quote: Originally Posted by Vince Each set of checkpoints must have the same number of checkpoints (if that makes sense). The first set has 47 checkpoints while the second set only has 37....
87
new const Float:checkpoint13[][][] = { {{1364.8833,-933.6073,33.9164}, {1465.0887,-867.3798,55.0282}, {1516.8230,-800.1524,73.1352}, {1455.9711,-718.4130,91.5759}, {1307.8579,-708.4246,92.5416}, {1123...
87
Quote: Originally Posted by Ciandlah Код: new Float x[][][] = { {{1.0, 1.0, 1.0, 1.0}, {1.0, 1.0, 1.0, 1.0}, {1.0, 1.0, 1.0, 1.0}} // 1 {{1.0, 1.0, 1.0, 1.0}, {1.0, 1.0, 1.0, 1.0}, {1....
95
Код: new Float:xfz[][][] = { {{1.0, 1.0, 1.0, 1.0}, {1.0, 1.0, 1.0, 1.0}, {1.0, 1.0, 1.0, 1.0}}, {{1.0, 1.0, 1.0, 1.0}, {1.0, 1.0, 1.0, 1.0}, {1.0, 1.0, 1.0, 1.0}, {1.0, 1.0, 1.0, 1.0}}, {{1.0, 1....
95
Quote: Originally Posted by iFarbod the problem is with the MySQL Code something like this : when you request min x , returns max x - like this. EDIT: Never worked with MySQL! just get...
133
Quote: Originally Posted by Matess Yeah but problem could be in coordinates so post them too. Min X: -2668.91 Min Y: 410.124 Max X: -2743.56 Max Y: 340.968 Min X: -2327.63 Min Y: -1683....
133
Quote: Originally Posted by Matess Create it correctly will solve this problem.. post your code. for(new i = 0; i < sizeof(TurfInfo); i++) { Turfs[i] = GangZoneCreate(TurfInfo[i][zMi...
133
Quote: Originally Posted by Vince pawn Код: mysql_store_result(); // store result once, before processingwhile(mysql_fetch_row_format(result2, " ")) // Are you sure you're using a spac...
109
here is my code Код: public OnQueryFinish(query[], resultid, extraid, connectionHandle) { if(resultid == CreateTask) { new result[100], result2[100]; printf(query); mysql_store_result(); ...
109