13.09.2014, 13:49
Actually, I'm kinda confused to use y_master too. My project needs to follow this structure:
[gamemode.pwn -> Contains the functions that can be accessed by filterscript.pwn and anticheat.pwn]
[filterscript.pwn -> Calls the functions on gamemode.pwn]
[anticheat.pwn -> Calls the functions on gamemode.pwn]
Since I'm using CallRemoteFunction, I suppose I'll get some problems calling declared 'public' functions that exists on all these scripts. Will y_master solve this problem?
[gamemode.pwn -> Contains the functions that can be accessed by filterscript.pwn and anticheat.pwn]
[filterscript.pwn -> Calls the functions on gamemode.pwn]
[anticheat.pwn -> Calls the functions on gamemode.pwn]
Since I'm using CallRemoteFunction, I suppose I'll get some problems calling declared 'public' functions that exists on all these scripts. Will y_master solve this problem?