Quote:
Originally Posted by Bos93
mottzi, you can change g_Noclip to get_user_noclip ;-)
|
This is true, but only for the current example, that mottzi gave. It was about the way you can detect and turn on/off the function. And actually, the best way is with bool, because it has only two values, which you can easily reverse in this way. (bool[id] = !bool[id])
__________________