10.11.2018, 20:15
Quote:
Ignore all of those suggestions! CallRemoteFunction is correct and will require your function be declared public.
pawn Код:
|
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)