-
Commenting code...?
i been trying to change some values and someone had pmed me told me to add ; 200 to the end of the code like could some one explain this to me?
1) is he referring to hex code? Assembly?
2) how would this look ..... in code the pm reads as ..
"I cracked ventrilo to hold max clients of 200 .. it can be changed to w.e amount u want . send me a pm and i will walk you through it. its very simple to do. but the way they coded it makes it look difficult to do. all i did was take all the max_clients =%d and add ; 200 at the end of the code line .. basically addding a comment to it seemed to work. I have tested with 30 people . no lock ups nor limit on the official "8 " client load, all 30 got in and was fine."
Been trying to contact him for a about a month no replys =/ any help
ps:in hex it looks more like maxclients = %d...
-
Probably a bug or feauture :)
Remember, comments are only comments if the programmer wrote his stuff to be that way.. Could easily be changed at any time, any point.
Anyway, why don't just edit your ventrilo config file and find out?