30.10.2010, 18:56
Can someone please give me some Turorials on DCMD or show me what is changed from the STRCMP code to the DCMD code,Ill a example with STRCMP if someone could kindly convert and deaply explain how its diffrent to me plz
And are the fuctions the same just the codeing?
eg. My command codes start from this base..
Thanks in advanced
And are the fuctions the same just the codeing?
eg. My command codes start from this base..
Код:
if (strcmp("/command", cmdtext, true) == 0) { //functions return 1; }