Sir help me please im clueless of what to do with the source code im newbie creating a server please help me admins..
Printable View
Sir help me please im clueless of what to do with the source code im newbie creating a server please help me admins..
source code use build server files
how to compile it read topic
https://forum.ragezone.com/f444/comp...e-code-930345/
ok sir at where exactly should i put that source code?
If you don't even know what to do with it, you shouldn't be trying to do it at all. Blackcat linked you to the appropriate how-to thread, anyway.
ok sir sorry for being dumb i ask because i dont know exactly where to put that source folder..sorry just a newbie i want to learn thats why i ask..nice advice there ty..
its good that you were asking
but to learn these things
you must be knowledgeable in programming
and if you didn't have that knowledge
its better to ask yourself to take on a programming course first
.
Source codes are used to recreate or create functions on your Game server into a finer Level of adjustments
You need to use VC++, not VB. Also, by the looks of that linked thread the files were built with VC6 in mind (give or take), which means you probably need to go looking for that. You could try compile it in a later Visual Studio, but that would depend on the quality of the code. Going from C++98 standard to C++11/C++14 isn't exactly fun or doable by anyone, particularly if you have very, very little knowledge to begin with.