View Single Post
  #6  
Old 11-12-2002, 04:11 PM
kunta
Sarnak
 
Join Date: Sep 2002
Posts: 83
Default

Quote:
Please Post Snippets Or Diffs
...of code you change.. otherwise we have to diff our files which have other modifcations, and find what you changes, THEN merge it..try something like this
/zone/client.cpp(path/file..make sure you include path):4567(line number to start)


code:--------------------------------------------------------------------------------
pp.aapoints = atoi(sep.arg[1]);
message << "Set your AA Points to: " << pp.aapoints << endl;
--------------------------------------------------------------------------------

makes it much easier on us to merge it

If you are changing the lines of code, also paste the block(s) of corresponding orginal source(from the zip) .. also.. i just made the above example up, don't do it

This is the way the dev forum says to post code, this is how quester has done it every time, I dont see where he has only done one thing. Have you seen the other work that he has done noob? Because if not, he has done alot more than just the one thing that you mentioned. I am not trying to argue with you just curious if you personally have not seen the code that he has done. And for the devs, if he followed the "set" proceedure, then why would his code not be added? It seems pretty beneficial to me, but I could be wrong, I dont know c++ good enough yet to know.
__________________
- Kunta
Reply With Quote