Search Results
Quote: Originally Posted by Kar If I load YSF, just for SendBulletData. YSF won't be doing much underlying work or anything right? All I want is SendBulletData. Actually it'd still do ...
49,893
Why would I use this instead of default mysql shell that is waaay more advanced and comes with every installation anyway?
516
Quote: Originally Posted by SickAttack It can be done with the current features, so I say no to this one. There's a lot of other important things to take care of first. Toggling ped inv...
33,781
Your onboard graphics must have a driver. Go search it deeper on ******
208
Quote: Originally Posted by SickAttack You can use valstr to convert an integer to a string. "new digit" should be out of the loop the function is just ridiculous I respected the funct...
54,974
Quote: Originally Posted by Dayrion PHP Code: //code  That code reminds me of the first year of C programming courses in highschool. I remember this was one of our homeworks....
54,974
1. Tell your players to use this mod: SA-MP-RemoveBuilding-Crashfix; 2. Try to reduce the number of RemoveBuilding calls by playing around with modelid parameter (-1) and/or increase range where appli...
294
Quote: Originally Posted by Crayder Compared to Discord, TeamSpeak is 20th century news to me. Discord can do a lot more than TeamSpeak. Even Mumble is better than TS in my opinion. St...
4,472
Also, sizeof operator (which btw gets evaluated at compile-time) returns the size of an array, not the length of a string, so the proper line would be: Код: if(strlen(params) == 0) { /* code */ } /...
110
Search on ****** for: "gta sa v1.0 fixed us exe"
138
Play around with offset values until you find the right one.
268
Assuming you have to use only modulus and division, you can do something like this: Код: num = num - ( ( num / 100 % 10 ) * 100 ) - ( num % 10 ) + d * 100 + d; cout << (char)(ch-1) <<...
193
1. nu trebuie sa incluzi nimic 2. trebuie ca acea functie ( in cazul tau, AntiDeAMX() ) sa fie 'chemata' undeva, altfel nu se va afla in *.amx, deci nu va avea niciun efect. 3. ar trebui sa functionez...
518
Quote: Originally Posted by xeeZ I've recompiled the Linux binary, download again. Thank you, it works perfectly!
10,485
https://github.com/Whitetigerswt/samp-font-changer
210
Quote: Originally Posted by KyleSmith When I compile / include <YSF> I get all these errors: I never have them if I don't include YSF. C:\Users\Kyle\Desktop\Scripting - 0.3x\pawno\...
49,893
pawn Code: #include < a_samp >new _m_ac_money [ MAX_PLAYERS ];forward _m_ac_MoneyCheck ( );stock _m_ac_GivePlayerMoney ( playerid, money ){    if ( !IsPlayerConnected ( playerid ) ) return 0;...
343
I had the same problem. Try to increase streaming memory.
220