Help Need in ZCMD
#1

Hello
in my Gamemode all cmd's on #include <a_samp> i mean my all cmd in "if"
and if i want to make a cmd in zcmd like CMD:MY CMD i need change my all cmd's to zcmd?
Reply
#2

You mean if you've strcmp OnPlayerCommandText?

Yes, yes you need to change it all to zcmd.
Reply
#3

oooh god... it is hard to make all to ZCMD... can you help me? do u have skype?
Reply
#4

its not hard.

replace "if (stcmp(cmdtext,"/command",false))" with

CMD:command(playerid,params[])



Remember to use the includes!

#include <ZCMD> (on top of script)
Reply
#5

Can you explain me how make cmd by very easy? on <a_samp>
please explain me... how make cmd in <a_samp>
Reply
#6

strcmp is not only use for command making.

strcmp means string comparing.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)