Search Results
What benefits do you hope to gain by using a Windows server?
175
Damn my lengthy explanations... the questions get answered about 8 times from when I start writing
262
Quote: Stack/heap size: 9600 bytes; estimated max. usage: unknown, due to recursion Are you calling a function from the same function? That's known as a "recursive function"...
262
Quote: Originally Posted by Sn00Py No. When I buy the car , there writes Could by these ? In my command , at /v park doesn't appear MySql connections , or anything else. If you have sky...
119
That will happen when said query has something wrong with it, so you'd better investigate your query. You're using the %e (floating-point scientific notation) specifier when I'm pretty sure you shoul...
210
Step 1: Get a free host Step 2: Have a pretty damn good demonstration of your script and, uhh, 'plan' - no ones going to believe your word is worth their time Step 3: Add to the join message "looking ...
212
Quote: Originally Posted by AiRaLoKa event it's commented? EDIT: i fixed it... i removed some '\' one line before that line POST-EDIT: Yeah, I was just going to mention posting the ...
192
Well the "problem" is pretty obvious - code you want to be executed isn't being executed because the rest of the code isn't letting the script engine get to it... This is where debugging and testing m...
113
Quote: Originally Posted by AiRaLoKa that's why i asked it here -_- i'm in doubt is it counted as one cell or two, becouse it's tabulate. And the other like \n (new line) is it counted one...
192
Links to the game modes in question would always be handy for those wishing to help you. Then again, if you're using a certain game modes feature - you really need to take it up with the writer of tha...
113
Quote: Originally Posted by [uL]Pottus I have no faith in shoddy make belief currency. If everyone lacked faith in all currencies, they would all be shoddy and make-believe - kinda how ...
517
Post 1/1. Forum membership succeeded
75
Or disable that retarded warning. And perhaps use a better IDE/Compiler?
79
Quote: Originally Posted by TheSy I have: new totalcars = 0; Therefore the use of sizeof is good in this case? Depends. Using sizeof(totalcars) will give you either 1, 2 or 4 (probabl...
111
Quote: Originally Posted by Type-R so your saying the server itself is fine, its me that is the problem? I'm just saying words related to what that stack log you posted says. The functi...
20,560
Well a great lesson about the decimal system and, well, addition.. if you add 100 to 99, you get 199. A trick to working this out, is to imagine the numbers with a matching amount of digits (where any...
100
You're not showing enough code. I can assume this is returning 0: strcmp(x_nr,"park",true) Therefore, none of the code you're showing is being executed. And strcmp + an if/elseif/elseif/elseif/elsei...
68
Eigh... stop copy and pasting code EDIT: That's not helpful, I should have resisted posting
98
Quote: Originally Posted by Type-R anyone know what the issue could be? Either a mod, fire or the audio system (or more likely a fire-related part of the audio system). Either way, it's...
20,560