09.11.2018, 18:59
OK, so I have this type of code in my main gamemode:
I have read some of that "CallRemoteFunction" things, but I can't get it to work properly...
Code in filterscript:
Erros I get trying to compile filterscript:
PHP код:
new godmode[MAX_PLAYERS];
forward IsPlayerGod(TargetID);
public IsPlayerGod(TargetID)return (godmode[TargetID]);
Code in filterscript:
PHP код:
#define IsPlayerGod() CallRemoteFunction("IsPlayerGod","")
Код HTML:
error 017: undefined symbol "IsPlayerGod"