Posts: 305
Threads: 52
Joined: Mar 2012
Reputation:
0
Well, I've created a /acceptreport command but I got an Error saying "undefined symbol: id". So yeah, my command doesn't need parameters for it, but I want to sent the message to the player about the report that the admin accepted it.
Help please ?
Posts: 869
Threads: 48
Joined: Feb 2012
Reputation:
0
Post your code then can help you
Posts: 305
Threads: 52
Joined: Mar 2012
Reputation:
0
Look I don't want to show my codes, just show me a way of how to use my command my post above without sscanf or something -.-
Posts: 133
Threads: 15
Joined: Jun 2013
Reputation:
0
How in the World we can help you Without Even seeing The Code?
Posts: 807
Threads: 10
Joined: Jan 2013
Reputation:
0
I presume you're trying: /acceptreport [playerid]
Just
new id;
should do it fine. But that's pretty damn selfish of you to not reveal your code. You ask for help, then not reveal the part you need help with. SSCANF is probably the best method available.