Well, this is based on C++ but you don't have to include anything. Also no declarations..
You declare vars and functions like this:
number = 1;
string = "lol";
myFuncion(parameter){ //anything }
The code isn't compiled. It is open source in the serverside pk3 file
You declare vars and functions like this:
number = 1;
string = "lol";
myFuncion(parameter){ //anything }
The code isn't compiled. It is open source in the serverside pk3 file