SA-MP Forums Archive
[Include] rCmd.inc - Easiest way to create commands! - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] rCmd.inc - Easiest way to create commands! (/showthread.php?tid=323777)

Pages: 1 2 3 4 5 6


Re: rCmd.inc - Easiest way to create commands! - SiDiCeR - 02.02.2013

I have a question:
With zcmd you could return a command (cmd:lala(playerid, params[]) { return cmd_bliea(playerid, params); }

Can you do that with rCmd ?


Re: rCmd.inc - Easiest way to create commands! - Biesmen - 03.02.2013

What is the capital i, if I may ask? And why do I have to enter an amount of length?


Re: rCmd.inc - Easiest way to create commands! - Biesmen - 03.02.2013

Quote:
Originally Posted by RyDeR`
Посмотреть сообщение
That's a feature of sscanf. It's used to use optional parameters. So, for example "I(500)", when your command text doesn't include a value, it will automatically use the value given between the brackets.
Ooh that's nice! Thanks!


Re: rCmd.inc - Easiest way to create commands! - SiDiCeR - 03.02.2013

Quote:
Originally Posted by RyDeR`
Посмотреть сообщение
I know it's not a good way, but I'll make a macro to make it easier, check the topic sometimes, I'll do it soon.
Thank you for your answer and I surely will do that!


Re: rCmd.inc - Easiest way to create commands! - Hiddos - 17.02.2013

So rCmd now supports optional parameters as well? That's just awesome!


Re: rCmd.inc - Easiest way to create commands! - RyDeR` - 06.07.2013

Just wondering, is anyone using this include? I'd like to hear some feedback and suggestions as I'm working on an update. In this update, I mainly focus on not including DynamicParams and make sure you can create commands without the "&" in front of your non-array variable.


Re: rCmd.inc - Easiest way to create commands! - SsHady - 06.07.2013

I'am Personally Using This from Many months Its just Awesome
I love it. its fast Simple and Flexible!!
Would love to see it updated


Re: rCmd.inc - Easiest way to create commands! - Salim_Karaja - 06.07.2013

how about speed test and comare to zcmd/y_commands ?


Re: rCmd.inc - Easiest way to create commands! - RyDeR` - 06.07.2013

Why does that matter to everyone in command systems? It's not that your server is going to freeze if you execute a simple command (unless you add very heavy code under the command). If you're really curious, yes, this is slower than zcmd and y_commands (not significantly slow). See the results here:
Quote:
Originally Posted by RyDeR`
Посмотреть сообщение
I have some benchmarks:
pawn Код:
[Benchmark] 'signle_int_zcmd' executed about 164.09 times/ms.
[Benchmark] 'signle_int_rcmd' executed about 109.70 times/ms.

[Benchmark] 'signle_string_zcmd' executed about 150.49 times/ms.
[Benchmark] 'signle_string_rcmd' executed about 72.40 times/ms.

[Benchmark] 'no_params_zcmd' executed about 187.40 times/ms.  
[Benchmark] 'no_params_rcmd' executed about 136.98 times/ms.

[Benchmark] 'mixed_params_zcmd_sscanf' executed about 86.96 times/ms.
[Benchmark] 'mixed_params_rcmd' executed about 49.35 times/ms.
In most cases it's ~2 times slower than zcmd. It's actually still pretty fast! I will see in future versions if I'll be able to increase performance. But again, those results are nothing you should really worry about.



Re: rCmd.inc - Easiest way to create commands! - Imperealist - 26.07.2013

After entering the second (in a row) team, no matter what specifically, the main thing that it was the current command, not "SERVER: Unknow Command" - the server will crash.

I read the whole thread, and took into account all that is said - none of this has helped.


Re: rCmd.inc - Easiest way to create commands! - RyDeR` - 27.07.2013

Could you please share what crashdetect debugs?


Re: rCmd.inc - Easiest way to create commands! - KingServerIRAN - 08.07.2015

Good Job i really like it