10.11.2018, 06:21
Ignore all of those suggestions! CallRemoteFunction is correct and will require your function be declared public.
Also since the function is called externally, and uses a passed index to directly access an array, you should add some bounds checking.
pawn Код:
CallRemoteFunction("IsPlayerGod", "i", playerid);