Search Results
Quote: Originally Posted by Gamer_Z @TS: - You should also differentiate the data between lagcomp on and lagcomp off (lag compensation changes the way you need to aim). - I looked at the...
631
Hi there! As discussed in this thread, I'd like to provide a filterscript that records valuable shooting battle data. This data will be used to train a Machine Learning script that is able to classi...
631
Quote: Originally Posted by Mutha_X What is about visual information (collisions), (relative)difference-vectros between shoots (how player moves his mouse), ping & packet loss informat...
462
Quote: Originally Posted by Freaksken Once you've written the algorithm and provided it with the test data, so it has a good idea of what is cheating and what not, will it be able to impro...
462
Quote: Originally Posted by Tamer If you make a PAWN script that can be plugged in and used at our gamemodes to give you the necessary data, I can provide you hours of data of aimbotting u...
462
Quote: Originally Posted by MichiEXE Is it basically some sort of artificial intelligence Anti-Cheat? Is that method already used in any other games/Anti Cheats? And also, it sounds like i...
462
Hey there! I've kind of retired from the SA:MP community, but a recent development in my real-life interests and education sort of pulled me back for one last neat little script In the past few mont...
462
Quote: Originally Posted by RIDE2DAY Really good tutorial, as Cryder said, Incognito's streamer is an amazing tool. I wonder what method would you use in order to identify different prope...
715
Quote: Originally Posted by justice96 Would it be much better If you update it to the texture. so player can make their creativity through the texture. Alas, SA:MP does not allow textur...
1,141
I'll share this one with you all Enjoy! https://www.youtube.com/watch?v=GmYqA-Q7tDg Код: #include <a_samp> #include <ZCMD> #include <streamer> #define MAX_WEPTINTS 11 e...
1,141
Quote: Originally Posted by SickAttack Attach an object and retexture it. niCe did the exact same thing, and by the video you can see that it's made pretty well (has some extras too). ht...
504
Hey! Was a bit bored and decided to script weapon tints, like GTA V's weapon shop. A video: https://www.youtube.com/watch?v=GmYqA-Q7tDg
504
You forgot the bracket that closes the enumerator. Correct use: Код: enum PLAYER_MAIN { PLAYER_NAME[MAX_PLAYER_NAME], PLAYER_IP[16], PLAYER_REGGED, PLAYER_PASS, PLAYER_LOGGED, PLAYER_LEVEL, PLAYE...
62
Introduction Hey there! This is my first tutorial ever! I have been scripting for this game for a while and I feel it's time to share some of the things I learnt in my journey. The first thing I'd ...
715
You can always use Incognito's streamer: vehicle3Dtext[vehicleid] = CreateDynamic3DTextLabel(string, TEAM_SAS_COLOR, x, y, z, 10, .attachedvehicle = vehicleid, .testlos = 1);
165
Hey, I was wondering if we're able to use such characters in text labels (if at all). Characters like ® seem to work fine. This one (█) seems to return a ;-like character. Cheers, Jingles
63
Sweeties! For those who are into this kinda stuff: [ame]www.youtube.com/watch?v=y4vT1If2Jfk[/ame] Or who would like to know more about my style of coding. Required includes: mSelection (by d0): h...
552
How do I get the following to work: PHP код: for(new i; i < MAX_BLACKMARKETS; ++i)     {         if(IsValidDynamic3DTextLabel(arrBlackMarket[i][bm_iTextID]))        Â...
54
Hi! I wanted to use the returned value from the callback in mysql_function_query, but it only seems to return 0 or 1. Ex.: mysql_function_query(dbhandle, "SELECT `phonenr` FROM `chars` WHERE `id` = '...
47