[NEED HELP] Have main game-mode script work in a filterscript
#9

Quote:
Originally Posted by nG Inverse
Посмотреть сообщение
Ignore all of those suggestions! CallRemoteFunction is correct and will require your function be declared public.

pawn Код:
CallRemoteFunction("IsPlayerGod", "i", playerid);
^^^

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)
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)