Posts: 1,409
Threads: 376
Joined: Apr 2012
Reputation:
0
Heyho, i wanna ask how to make an Command that Admins see which Command type the Players also when a Player type "/rules", that a Message come to the Admin like "[CMD] Playername: /rules". I have no Idea for that.
Posts: 1,409
Threads: 376
Joined: Apr 2012
Reputation:
0
Yep i use ZCMD. And i got a Error:
warning 203: symbol is never used: "OnPlayerCommandReceived"
Can you help me?
Posts: 2,364
Threads: 135
Joined: Dec 2009
Reputation:
0
Edited my post,
This happens becouse that should be a public and its thinking its a function.
So just put a "public" I front of it or copy my previous post again.
Posts: 1,409
Threads: 376
Joined: Apr 2012
Reputation:
0
Now: warning 219: local variable "str" shadows a variable at a preceding level
on the line: new str[68];format(str, sizeof str,"[CMD] %s: %s",name,cmdtext);
Posts: 2,364
Threads: 135
Joined: Dec 2009
Reputation:
0
C'mon you can't fix that yourself, seriously ?
It shows it becouse you already have the variable "str"
I edited it again.