Okay so im trying to make a simple console style chat program for training in networking. issue is none of the checklist commands are working for me.
for instance:
dbPrint((int)dbCheckListValueA(1));
results in:
Quote: "error C3861: 'dbCheckListValueA': identifier not found"
same with checklist string.
also can anybody shed some light on how exactly this works, I cant find any tutorials anywhere and im just kinda reading the information and syntax and trying to figure it out on my own. What exactly is stored into the checklist, and in what format? what index would it be if only one "game" is made, is it stored as an IP?
Show me your combat algorithms(programmers read this NOT in a programming state of mind)