11.11.2018, 14:37
Quote:
|
^^^
Your macro didn't work since you tried to pass a parameter to it, but it doesn't use any. Replace your macro with this: Код:
#define IsPlayerGod(%0) CallRemoteFunction("IsPlayerGod", "i", %0)
|
Код:
new IsPlayerGod = 0;
IsPlayerGod = CallRemoteFunction("IsPlayerGod", "i", %0);
"error 010: invalid function or declaration"


