Search Results
Can someone help me? I am currently using centos 7 x64 this happens twice a day. Code: *** Error in `./samp03svr': malloc(): memory corruption: 0xb7640408 *** ======= Backtrace: ========= /lib/libc.s...
56
This occurs again. Code: *** Error in `./samp03svr': malloc(): memory corruption: 0xb75f6409 *** ======= Backtrace: ========= /lib/libc.so.6(+0x76a03)[0xb74b2a03]
95,828
Code: #include <YSI\y_iterate> #include <YSI\y_flooding> #include <YSI\y_timers> #include <YSI\y_bit>
6,628
I was using YSI 4.0 downloading by myself and changed to include with initial release by Misiur 8 days ago. Then Server CPU increases %100 after 4-5 hours later. Any ideas?
6,628
Quote: Originally Posted by Sew_Sumi "leased by you" covers the usage of VPSes, so really that shits on your entire post of "belong to a company" I forgot to add "they are not provider,...
484
When I was surfing game-mp.com I saw the rules: a) That you are over the age of 18 years. b) That servers listed on your account are owned or leased by you, or you lease the IP address associated wit...
484
It will set all values to '0'. Код: static const empty_player[RndEnum]; RndArr[playerid] = empty_player;
137
Perfect I was looking for. It wrote something like that. recursion detected: function 18720 indirectly calls itself
426
Quote: Originally Posted by Arbico This will cause only people that commit suicide to get kicked, Look closely If the killer is the player, kick the player, which if someone fall from a hi...
149
Код: if(killerid != INVALID_PLAYER_ID && playerid == killerid) { return Kick(playerid); } if(GetPVarInt(playerid, "last_died_at") > GetTickCount()) { Kick(playerid); ...
149
Make sure column names are true.
73
Quote: Originally Posted by Sew_Sumi So did you make it, or did you simply start editing it? Gamemode is made from scratch not editing. Quote: Originally Posted by Sew_Sumi ...
117
I have been scripting this game mode since 2013 I never thougth about optimization. I checked other copies they have same recursion thing. I checked every line three times and found nothing.
117
Here is my chat log table it should be something like that Also do not change main collation just try what I say. It'll work.
88
yourvalue must be a text and change collation to 'utf8_general_ci' for your chat log table.
88
I read that nothing changes
117
I already saw this anything else?
117
Hey, I checked every line of gamemode but I did not find any recursion. Code: Header size: 18044 bytes Code size: 1011168 bytes Data size: 3277336 bytes Stack/heap size: ...
117
Show your query and do you use escape string?
88