Search Results
HUGE THANKS, ComDuck and TheToretto! I just reloaded the terminal and it worked.
353
Quote: Originally Posted by ComDuck Code: failed to ensure dependency from cache: exec: "git": executable file not found in %PATH% Did you check if git is installed on your computer? T...
353
When I try to enter the command: Quote: sampctl p init It shows this after all: Quote: INFO: Package does not have any tags, consider versioning your code with: `sampc...
353
Quote: Originally Posted by Calisthenics pawn Код: BS_IgnoreBits(bs, 8); before BS_ReadBulletSync function. I don't know what BS_IgnoreBits does but It works now! Thank you [REP++] ...
110
I'm learning about RakNet and I was trying to read bullet sync data but the data was not exactly what I want. It gives me strange value and in the code and the video below, you can see that I don't ch...
110
I often call a mysql query to get or check something and I also don't know this is good.
96
Quote: Originally Posted by xVIP3Rx He is trying to say don't use strings at all, Use implemented functions to extract the integer and fraction, This "probably, I'm not sure" should be fas...
234
Quote: Originally Posted by Calisthenics AmigaBlizzard has got a point. Instead of saving money as string, you can have 2 integer arrays. One being for money and the other for coins. Show...
234
Quote: Originally Posted by Calisthenics Well, the plugin is quite fast for splitting data from a string. However, I did a mistake myself. The code I provided will take space as default ...
234
Quote: Originally Posted by ****** Why do you think it is slow? Why are you worried? Have you profiled your mode and found this to be a bottleneck? I write the code just to see if it wo...
234
Hello guys, I want to devide this string "21.99" into two part, cash: "21" and coin: "99". I do this and it works, but I think it may be slow. Can you help me optimize it? PHP код: new _money...
234
Quote: Originally Posted by None1337 Код: new Float: roundedAmount = floatround(amount * 1000000.0) / 1000000.0; if(roundedAmount == 9.324511 && weaponid == 31) { SendClien...
147
In my opinion, i think you should round the value of 'amount' to 6 numbers after a comma, then assign it to another variable called 'roundedAmount' and use 'roundedAmount' for the comparison, for exam...
147
Quote: Originally Posted by iLearner Mine was to avoid the spam not to prevent them from joining. And again, did you try using YSF? I didn't yet. But I have just taken a look at some v...
623
Quote: Originally Posted by RogueDrifter @OP: 1- send me here the gpci id of the bots that are connecting to your server, use gpci and save it in a string then print it, if it has a speci...
623
Sad news, I tried all what you guys said but none of them worked (iLearner's and RogueDrifter's ways)! Bots still keep connecting to my server.
623
Quote: Originally Posted by RogueDrifter I don't think you can, before you use OnIncomingConnection you need to know that you can't even get the player's name, i didn't try gpci, but you c...
623
Quote: Originally Posted by RogueDrifter There's one thing... after doing some searches i realized that the gpci id of fake clients contain more numbers rather than letters, above 30 that ...
623
Quote: Originally Posted by iSteve Just some solutions that you can apply here is that 1: kick players if they are using a known proxy with the help of GeoIP 2: once these bots are joining...
623