Posts: 24
Threads: 6
Joined: Aug 2013
Reputation:
0
Hi, where should I place my commands that I made with the help of ZCMD? It gives me errors when I put them under OnPlayerCommandText(), is there something else I'm not aware of?
Thanks.
Posts: 791
Threads: 20
Joined: Sep 2013
Reputation:
0
you put them anywhere on your gamemode. but make sure it's after ongamemodeinit not before it.
Notice:NEVER PUT IT ONPlAYERCOMMANDTEXT
Posts: 4
Threads: 1
Joined: Sep 2014
Something like
this?
I put them under defines , and it is working fine !