commands work but still say unknown command
#1

Remove.
Reply
#2

pawn Код:
if(IsPlayerAdmin)
{
      if(strcmp("/test", cmdtext, true) == 0)
      {
           Function
           return 1;
      }
}
Remember that you need to return 1 so that it is registered as a cmd.
Reply
#3

Remove.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)