27.04.2018, 17:39
Hello everyone,
I'm currently making a custom money textdraw and system for my server and I can't find a way to undefine the GetPlayerMoney function.
When I compile
it gives me 7 errors saying undefined symbol "GetPlayerMoney" and "GivePlayerMoney".
I don't know how to undefine those 2 functions and I can't find anything about it on the internet, so can somebody help me?
Thanks in advanced.
I'm currently making a custom money textdraw and system for my server and I can't find a way to undefine the GetPlayerMoney function.
When I compile
Код:
#undef GetPlayerMoney #undef GivePlayerMoney
I don't know how to undefine those 2 functions and I can't find anything about it on the internet, so can somebody help me?
Thanks in advanced.