Search Results
I don't remember the last time I was on this forum, but now I am here to say that this feature is extremely great Quote: The game will not pause when you enter the menu Gonna inst...
26,942
There can be a limit for planted satchels for every player: let's say - 25 or 50
250
для кого придуман поиск? https://sampforum.blast.hk/showthread.php?tid=102865
267
что именно не понятно при установке/использовании? конкретнее а вообще там в теме очень подробная инструкция...
267
я думаю в этом и есть проблема сколько объектов кстати?
267
Quote: Originally Posted by Фархад ...компилю с инклудами стрима какого?)
267
Quote: Originally Posted by admantis Then I doubt that will work, right? No doubt, it will work
291
% divides PlayerInfo[killerd][pKills] by 15 and gets the remainder if(!(PlayerInfo[killerd][pKills] % 15)) is the same as: "If remainder is 0 then"
291
OnObjectAttachedToPlayer would be the best solution here. Though not the easiest I guess
378
This can be helpful for you - http://forum.sa-mp.com/showpost.php?...6&postcount=14 It uses only distance instead of width and height though
207
не надо) нет смысла
443
я же уже сказал.. перефразирую: не пользуюсь мидостримом потому что он медленнее работает, менее удобный, мене...
443
юзаю плагин от инкогнито измени просто дефолтный distance в streamer.inc в этой строчке: pawn Code: native CreateDynamicObject(modelid, Float:x,...
443
мидострим хорош, пользовался им пока не появился плагин от инкогнито) ибо он быстрее работает, более удобный, ...
443
I had some random problems throughout the script when I haven't used it, but I needed to. Files weren't read e.t.c.
132
The number corresponds to the size of the stack and the heap in cells. In short (as I understand) it's the amount of memory you need for your script
132
Put at the very top of the script: pawn Code: #pragma dynamic 10000 Or a greater value, if 10000 is not enough. For ex. 15000
132
There is no such a function. You need to destroy and then recreate the vehicle with a new model id If you mean the command that changes the model of the vehicle you are currently in, then here's it: ...
102
Try setting DMZ host to 192.168.2.1 UPD: Oops. I didn't noticed that you tried and it worked
220
Quote: Originally Posted by funky1234 ... pawn Код: for(new i; i < MAX_OBJECTS; i++){   DestroyObject(i);} ... Add IsValidObject here, because the server will crash (atleast it...
90