(adsbygoogle = window.adsbygoogle || []).push({});
I doubt thaat there are any ACTUAL programmers on this forum that dont just go into files and copy and paste commands like theres no tommorow, but my question is what language it cod "scripted" in. Notice i didnt say coded in becuase i know its c/c++, but im talking about the whole modded lobby thing, what is that coded in, it looks cryptic to me and i know c++.
eg.
<menu>
<text>SUK MY KOK</text>
Ive seen code like the above and then ive seen what looks like actual c++ functions like
varType FunctionName
{
...........
.........
setSelfCrypticCode a(4,6);
}
now something like this i understand, its a function with a particular return type weather it be a custom class or an int, followed by a name etc.. it looks very c++ esk, then there is weird variable type declerations and more constructor and function calling etc. I understand that there are also a lot of commands in it etc. So dont think im completely clueless, its just that the mod menu code is foreign to me.
Can you also tell me the difference between the two snippets i wrote above?