18.01.2012, 21:18
Quote:
Well, no, the only thing the "bool" tag does is tell the compiler to complain (no pun intended) if you give the variable anything but true or false, or if you compare it to anything but true or false.
"true" is essentially 1 and "false" 0. |
Okay, could I ask you to explain what the "char" tag does after MAX_PLAYERS, and what it does that causes me to have to use curly brackets around the playerid?