Posts: 3,324
Threads: 96
Joined: Sep 2013
I have commands in both, my gamemode and filterscript. Only those in the filterscript are working. I never had this problem before and can't pinpoint the cause. Has anyone else experienced this, if so what is the solution?
Thanks anyways.
Posts: 3,133
Threads: 71
Joined: Dec 2013
Reputation:
0
Have you tried using other command processors such as ZCMD? I am not really familiar with YCMD, but it may or may not be YCMD specifically causing the issue.
What happens when you try to use gamemode commands with the filterscript unloaded?
Posts: 3,324
Threads: 96
Joined: Sep 2013
It's the same with the FS unloaded.
Also, I will never go back to ZCMD, it's shitty compared to YCMD in my eyes. YCMD is not the problem, I've always used it (the past 2 years).
Posts: 654
Threads: 19
Joined: Jun 2012
Reputation:
0
The most I would use is ZCMD , What is the Problem with that processor command?
Posts: 3,324
Threads: 96
Joined: Sep 2013
Quote:
Originally Posted by !R1Ch@rD!
The most I would use is ZCMD , What is the Problem with that processor command?
|
Once you understand the possibilities of YCMD, you'll never go back. Don't get me wrong, ZCMD is next to best and my second favorite, but I've had the best out of YCMD.
But that is off topic, YCMD is not the problem, there is something going on here. Somebody give an actual answer not a suggestion/preferred system argument. It only happens when the filterscript is in the cfg file, if i load it manually this 'bug' does not occur. What does that sound like?
Posts: 3,324
Threads: 96
Joined: Sep 2013
Lol, it was actually just a loop stuck at -1 in the gamemode init. I feel so dumb for not noticing the loop was fucked up first... XD