Search Results
Today, we'been testing and i was making changes in code when suddenly i see that 40k lines of my code is missing... All i can see in notepad++ is this: http://i.imgur.com/M0VO85x.png This is runnin...
87
Quote: Originally Posted by SickAttack Your file is just too big, consider switching to SQL. How comes file is too big ... damn even dini was able to handle it and other slow systems un...
52
I am testing this on localhost with this specs, it shouldn't lag with only 1 player online.... Lemme show more code, under onplayerconnect: This will load player's password if file exsist. Код:...
52
Bump, if you want more code i can post.
52
Aight so earlier tonight i got that feeling like "I can do this i can convert this shit" so i went forThis tutorial. And it went pretty smooth until i first came in game and noticed big lag, files are...
52
Код HTML: public OnRconLoginAttempt(ip[], password[], success) { new pip[16]; for(new i=0; i<MAX_PLAYERS; i++) { GetPlayerIp(i, pip, sizeof(pip)); if(!strcmp(ip, pip, true)) ...
22
I guess this will help you out. Код HTML: new TrueRcon[MAX_PLAYERS]; public OnPlayerConnect(playerid) { TrueRcon[playerid] = 0; return 1; } public OnRconLoginAttempt(ip[], password[], ...
22
It's still same... cant pass first msg.
27
Quote: Originally Posted by Ciarannn Change: pawn Код: if(!sscanf(params, "s[128]", params)) To this: pawn Код: if(sscanf(params, "s[128]", params)) I'been playing with this ...
27
SLOVED: Converted all commands into dialogs! lel.
27
Well seems like i can't get your include working (GetObjectOffset)... I was tryharding for an hour... inculding stuff, editing it but could not get it work.
32
It is not like i wanted it to be... you gave me script which will make you god if you are shielded... i only need dmg to not be done when player hit shield. if he get shot anywhere else it would take ...
32
Hello there, i am trying to make bulletproof shield, and im stuck at it.. ( So far its done for 1 player only, i will ad loops later ) Код: if(strcmp(cmd, "/dshild", true) == 0) { if(IsPla...
32
Check thouse 2, if you will still need help reply. https://sampwiki.blast.hk/wiki/CreatePickup and https://sampwiki.blast.hk/wiki/OnPlayerPickUpPickup
23
It's basicly a function wich opens dialog with all targetid data like :Country,Region, Host,... But i dont suggest you to use it at on player connect. Seems like include is broken and it need update o...
32
This is exactly how i made it, it dosent work for me aswell, but, Код: DisplayLookupData(playerid, targetid) It works well in this function.
32
Try to redownload plugins and move your server to no windows patrition, sometimes windows block that kind of things, also run server as administrator.
28
Quote: Originally Posted by MpK Good job, rep is coming. ty MTA Version Download:https://www.mediafire.com/?vld0pad078284u1
121