Search Results
Hello, So I switched to ubuntu 16.04 bc of my job and now I decided to move whole project on to sampctl because of its included linux compiler, now i installed all packages, setted the whole project ...
112
Thanks! Good to see some work being put out
17,736
Damn that is neat! Can't wait for DL to merge into the main branch!
3,983
Maybe they will return the Internet tab after Kalcor clears those fake servers.
819
Yea, and still pretty huge, at least in my country, - I would say more popular than ever, and I don't think this is going to change any time soon, well not for at least 4-5 more years.
13,580
My recommendation would be to use regex.
104
This is amazing. I started working on some projects with this plugin so far so good
36,773
Well it all depends on your skill and your will, for example look at what MTA has done, their anti cheat is pretty good. I know it's built in game, but you can also do something like that with another...
1,221
I took a look at your anti-cheat and memory reading @Whitetiger, it only seems to be checking that the models/textures weren't modified (in a certain simple way). I don't really think that is a good w...
1,221
If you mean like a table for each var, which would men if you have like 50 variables and 50 tables, then no, why would you do something like that ? What are columns made for then ? A table for each sy...
127
Deal! Well I know it's not impossible, MTA has pretty decent anticheat, I'll try to do a research on theirs and see if I can pull off some of their methods and maybe successfully get a stable client.
450
Well I think after some time I've came up with a solution that can easily block exe cheats for example aim bot, but still not tested. Correct me if this is a stupid idea but imagine if in that client ...
450
I can't give you no code when you didn't provide it for us. Can you please go to Scriptfiles/Houses/ and open one ini file and paste it here just so I can see what you have written in it.
207
I didn't understand the question at first, but also I can't give you the proper answer due the lack of code. Usually this happens when you try to pass uni chars into an ascii write operation, in ascii...
207
Well I don't think dini supports non-english chars, you should switch or write your code in english.
207
well remove one from include list if you use ysi library use y_foreach if not use standalone version
232
why are you using [MAX_PLAYERS] inside players enum ?
251
The error message clearly states that given variable is not an array, so make it one.
251
is crukk11 defined as boolean ? what i mean by that is it pawn Код: new bool:crukk11[MAX_PLAYERS];
188