Posts: 38
Threads: 13
Joined: Jul 2012
Reputation:
0
Hello, I know strcmp is outdated, I want to convert to ZCMD, but I have like 50k lines, is there a easier way to do it, besides line by line?
PS, Im a new scripter
(sorry for double post)
How do I convert it, if I have to do it line by line?
Posts: 195
Threads: 14
Joined: Oct 2010
If you were going to convert you would indeed have to perform it line by line.
There are people on here that will do it for a price.
Tutorial: How to Convert
Posts: 195
Threads: 14
Joined: Oct 2010
Or he just read the tutorial I posted, plus what if he comes to change a multiparameter command and you tell him to 'just change if(strcmp..... to CMD:....'. I suggest you read the tutorial Zachlive.
Posts: 195
Threads: 14
Joined: Oct 2010
Posts: 38
Threads: 13
Joined: Jul 2012
Reputation:
0
All that I have to do is replace this....
CMD:help(playerid, params[]) ... with this?
So can I do.... replace if(strcmp(cmd, "/ to this "CMD:"
Then "true) == 0)" to "(playerid, params[])"?
Posts: 195
Threads: 14
Joined: Oct 2010
Read the tutorial I posted.