Search Results
Dafuq, it only outputs till SELECT * FRO while the length of the string is 256 characters, thats weird: Edit: tried changing the name of the string, still the same effect
194
I've tried that and mysql_log still gives out the same problem. I am kinda out of idea's here, it worked before. And i have changed nothing since then. Anyone still an idea?
194
I have printed the strings to console, they are fine and both contain the right stuff, Any more idea's?
194
Hello, can anyone find what i am doing wrong on this query: pawn Код: format(Query, sizeof(Query), "SELECT * FROM Users WHERE Name='%s' AND Password='%s'", pName, HashPW);            mysql_...
194
The answers are literally on the site itself, also this is in the wrong section
200
The wiki states that the PlayerTextDraw limit is 256, but im questioning whether this is limit is for the whole server or can every player have 256 textdraws max?
102
I used Ikkentim his code it still does this:
211
That gives me a tag mismatch because the ( ) brackets are missing. But that wouldn't work the way it should either.
211
Hello i am trying to let this make a nice calculation that should be 0.75 because the AHouseData[HouseID][price] = 1 I'm doing this: pawn Код: SellPrice = (AHouseData[HouseID][price] * 0.75); Bu...
211
Hello, As stated on the wiki theres a limit of 256 per player textdraws. [code] Created Serverwise (Per-Player) 256 N/A [code] But is that 256 PER player or for the whole server? Thanks in advance...
68
1. The title should be a short summary of what the problem is 2. This is scripting help, so do not ask people to do it for you.
100
Well when i print them one by one it works just fine but when i place them into a string it outputs this: Код: 11, 12, 11, 12, 12, 13, 10, 6, 15, 16, 17, 19, 21, 22, 21, 22, 8, 25, 26, 8, 25, 26,...
165
I want it to create a string like this: Код: From: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
165
Hello, i am having trouble getting data from an array into a query. When i dont use the format it perfectly outputs everything i need. But when i format that into a string it starts running every load...
165
Thank you very much Jay_ i got it running!
191