[Tutorial] How to convert from strcmp to ZCMD and how to use it - 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)
+---- Forum: Tutorials (
https://sampforum.blast.hk/forumdisplay.php?fid=70)
+---- Thread: [Tutorial] How to convert from strcmp to ZCMD and how to use it (
/showthread.php?tid=459934)
How to convert from strcmp to ZCMD and some tips -
Wizzy951 - 25.08.2013
Temporarily unavailable. I am sorry for the inconvenience.
Re: How to convert from strcmp to ZCMD and how to use it -
Wizzy951 - 27.08.2013
-Remove-
Re: How to convert from strcmp to ZCMD and how to use it -
DanishHaq - 27.08.2013
Quote:
Originally Posted by Wizzy951
No one ? No comments ?
|
People don't HAVE to comment if they don't want to. Anyway, what about parameters? Why didn't you also explain how to use sscanf with zcmd as it's a lot easier to use than strtok as well for parameters... Just some advice..
Good for your first tutorial though, nice job.
Re: How to convert from strcmp to ZCMD and how to use it -
Nick.D - 27.08.2013
Quote:
Originally Posted by Wizzy951
No one ? No comments ?
|
Because there are already tutorials like this one that explain in much better detail.
Re: How to convert from strcmp to ZCMD and how to use it -
Wizzy951 - 27.08.2013
Quote:
Originally Posted by DanishHaq
People don't HAVE to comment if they don't want to. Anyway, what about parameters? Why didn't you also explain how to use sscanf with zcmd as it's a lot easier to use than strtok as well for parameters... Just some advice..
Good for your first tutorial though, nice job.
|
Thank you, I will update this tut about the parameters. I didn't explain how to use with sscanf because it wasn't the main idea of the tutorial.
Quote:
Originally Posted by Nick.D
Because there are already tutorials like this one that explain in much better detail.
|
Ok, I will appreciate to link me 1 or 2 on pm.
Re: How to convert from strcmp to ZCMD and how to use it -
Nick.D - 29.08.2013
Well there's this one:
https://sampforum.blast.hk/showthread.php?tid=280282.
Re: How to convert from strcmp to ZCMD and how to use it -
BoU3A - 30.08.2013
Good job ty u helped me
Re: How to convert from strcmp to ZCMD and how to use it -
***Niko*** - 28.11.2013
Nice tutorial,i'm looking to convert my commands now but i have around 50k lines in commands :/
i will do this 4ever
Re: How to convert from strcmp to ZCMD and how to use it -
Hansrutger - 06.12.2013
Good job, didn't know that OnPlayerCommandPerformed was the one to do it on, you helped me at least, thanks! :P