Search Results
Quote: Originally Posted by iLearner How's that possible... I dont know i am asking that. Can it be about dedicated? We use OVH Game Server.
146
Quote: Originally Posted by JasonRiggs Show me the OnPlayerConnect code please.. I upload my OnPlayerConnect and OnPlayerDisconnect. Its in different language sorry for that. https://p...
146
Quote: Originally Posted by JasonRiggs The script is calling the callback OnPlayerDisconnect when a player connects as far as I can see.. Can you show us your OnPlayerConnect? But how i...
146
Quote: Originally Posted by iLearner Are all of them connecting from same machine? No, they are not from same machine. p1 was me and i was doing nothing in server. I didnt connect. It c...
146
Hi guys, my server kicks everyone randomly, when i checked the logs. I saw something that before kicking, there is a incoming connection same ip with player in server and different port. I also checke...
146
Quote: Originally Posted by JessThompson Very nice. I guess this could be used for the download of models on the new 0.3.8. Nice work +rep What i thought when i watched the video
422
Guys please help me. I've +100 online and my server suddenly crashing.
111
I solved OnPlayerDeath problem, I added if(killerid != INVALID_PLAYER_ID). now my server crashing by unknown problem. Код: [debug] Server crashed due to an unknown error [debug] Native backtrace:...
111
Quote: Originally Posted by Konstantinos The size of VMachines array is 43, this means the valid indexes are 0-42. Using sizeof is the best choice so if you add or remove data from the arr...
111
Quote: Originally Posted by Misiur First of all, read this: https://github.com/Zeex/samp-plugin-...ith-debug-info Second of all, do not use MD5 for passwords! It's broken (there are hash c...
111
Hey guys i've a problem. Код: [debug] AMX backtrace: [debug] #0 003b2f3c in ?? (1) from xax.amx [debug] #1 0021a934 in ?? (1) from xax.amx [debug] #2 0013b59c in public JBC_OnDialogResponse (1, 1,...
111
Thanks problem solved update mysql to r39-2
265
My problem didn't solved server.log : http://pastebin.com/29rxhV88 code : http://pastebin.com/KjBp01h1 whats problem at my code? i did what you said Maybe timer problem?
265
Any problem at pragma dynamic or getplayerspeed? i created a ticket about this problem to hosting and they only restarted my server for free memory but the problem not solved
265
when my server shuts down, i look server.log Quote: [10:16:17] [debug] #0 00000008 in public Speedo () from roleplay5.amx [10:16:17] [debug] Run time error 8: "Heap underflow" [10:16:17]...
265
PHP код:  mysql_format(mysql, mquery, sizeof(mquery), "UPDATE `players` SET `PlayerposX` = '%f', `PlayerposY` = '%f', `PlayerposZ` = '%f', `Int` = '%d', `Vw` = '%d', `Heal...
103
PHP код: stock TextPlan() {     for(new i;i<MAX_AIR;i++)     {     if(!strcmp(Samol[i][cOwner],"sell",true,24))     {     new strfd2[120], string[120];     format...
166
PHP код: ShowPlayerDialog(playerid, DIALOG_STYLE_MSGBOX, "Header", Dialog, "Apply", "Cancel"); 
170