STRCMP || Newbie Question
#1

Well, I made a command called /admins, It show you the admins. But if you do /adm, It also show the admins, If you do /admin, It shows the admins, If you do /admins 2usahs It shows the admins. I want to do it for /admins ONLY, And if he types anything else, It won't be successful.
Reply
#2

Код:
if(strcmp(cmdtext,"/admins",false)==0)
  {
     //your code goes here
     return 1;
   }
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)