Search Results
Quote: Originally Posted by Deken why you dont try something like if because when it chose it will try every of that if something like this pawn Код: if(PlayerInfo[playerid][pAdmin] &...
246
Quote: Originally Posted by [HLF]Southclaw Can you figure out what a function named `KickEx` would do? I sure can't... Does it kick the player with a reason message? Does it kick the playe...
306
The server is not at issue here, it's your game. Changing MySQL charsets will only cause problems if you don't convert properly, and tbh you shouldn't touch stuff like that unless you're experienced i...
781
Wouldn't advise on changing constants unless you know exactly why and what the performance hit in doing so will be.
138
Please make sure you've got, like, a Russian language pack installed on your system. If you join a Russian server without it, you'll just get a bunch of weird letters like рдазаааавей.
781
Код: mysql_format(SQL, query, sizeof(query), "UPDATE %s SET %s=%d WHERE %s=%d", table, column, value, sqlID, sqlid); mysql_tquery(SQL, query);
121
Yeah, like anyone is going to create a GPS system for you You'll need experience to do that. If a library exists already, do yourself a favour and use it instead of wasting hours making one
179
I see so many gamemodes that get posted to this forum. They all work. Their databases work. So what's the problem? I'm going to keep this short, sweet and to the point. First of all, lets look at t...
488
Quote: Originally Posted by GTLS Stock is used to declare a function you may or may not use in your code. To just prevent warning while compiling. Theres no point of using stock if you are...
112
For the love of good look up what an ERD is and use it to establish a far better database design. If you're creating an RDB with one table, you're doing it wrong.
15,208
When you're handling playerid, your procedure should have at minimum 1 parameter, being playerid. You do not need any loops for that procedure. "playerid" does not need to have a loop in order to use...
483
Quote: Originally Posted by Undef1ned PHP код: new admtext[128];  The size of that array at most needs to be 26 long, and I'm including the colour formatting length. Ther...
168
Quote: Originally Posted by Banditul18 If you decide to help atleast make sure the information you give its correct. Its not INSERT INTO, it suppose to be UPDATE Код: UPDATE acounts S...
203
Look into string escaping.
85
Like the errors suggest, you're trying to access something that doesn't exist.
105
showthread.php?t=184328 Wasn't so hard, was it?
83
It explains itself. You're attempting to access something illegally.
175
Quote: Originally Posted by Watermelonnable If you'r referring to MySQL R41-4 it's because I want to have all my systems up to the newest version. If you're referring to foreach it's beca...
138
Is SA-MP foreach the same as .NET in the sense that if you wanted index looping, you'd opt for for() rather than foreach()? edit// i'm just wondering if foreach in sa-mp has add, remove and edit power...
138