Filterscript - Gamemode Problem
#1

Hi guys,
I made a filterscript with some commands, but if I load it, the commands scripted in the gamemodes don't work anymore...

(commands are down with dcmd and OnPlayerCommandText - but I don't want to change that:P)



Thanks
Reply
#2

remove the (last)
Код:
return 1;
from your OnPlayerCommandText(). this will cause your FS callback NOT to return, so it will execute the gamemodes' callback aswell, if it didnt find any known command in your FS.
Reply
#3

k ty


...message too short...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)