17.03.2017, 07:28
Quote:
I have a bool variable which determines if the player is either dead or alive, but I have no idea how can I obtain those values.
I was thinking about converting the boolean into a int, but that would screw up my code. Any idea? Edit 1: Nevermind, I was reading documentation but there was nothing about a cache_get_value_bool, I just tried because I had nothing else to try and it's compiling. |
pawn Код:
#define cache_get_value_bool(%1) cache_get_value_int(%1)