Without sscanf - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Without sscanf (
/showthread.php?tid=445818)
Without sscanf -
Zex Tan - 23.06.2013
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 ?
Re: Without sscanf -
Areax - 23.06.2013
Post the code.
Re: Without sscanf -
IceBilizard - 23.06.2013
Post your code then can help you
Re: Without sscanf -
Zex Tan - 23.06.2013
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 -.-
Re: Without sscanf -
Sulps - 23.06.2013
How in the World we can help you Without Even seeing The Code?
Re: Without sscanf -
DobbysGamertag - 23.06.2013
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.
Re: Without sscanf -
Zex Tan - 23.06.2013
Quote:
Originally Posted by DobbysGamertag
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.
|
Alright, thanks anyways