11.02.2013, 14:41
I have 1 gamemode and 4 Filterscripts. I'm using OnPlayerSpawn in 2 of the filterscripts. Apparently OnPlayerSpawn only gets called from one filterscript and doesn't get called in the gamemode. Why does that happen?
BTW all the OnPlayerSpawn callbacks return 1 ofc.
Also, my config file filterscripts order (if that matters):
(a filterscript that uses OnPlayerSpawn) (The filterscript where OnPlayerSpawn gets called from) (2 other filterscripts)
BTW all the OnPlayerSpawn callbacks return 1 ofc.
Also, my config file filterscripts order (if that matters):
(a filterscript that uses OnPlayerSpawn) (The filterscript where OnPlayerSpawn gets called from) (2 other filterscripts)