06.11.2015, 01:31
Is there any way to fix this problem? Its like I used to include another filterscript in filterscript like this :
In that Include I already defined the Public OnPlayerConnect.But in the filterscript,I want to define Public OnPlayerConnect again so If I put the codes under it the both filterscript code will added together under Public OnPlayerConnect.Is there any way to do this? BTW I got this error :
Yeah I know why this error occured.
PHP код:
#include "../filterscripts/map.pwn""
PHP код:
error 021: symbol already defined: "OnPlayerConnect"