Pawn command error
#6

use like this
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
   if(!strcmp("/help",cmdtext,true)) {
      // Rest of your codes
      return 1;
   }
   return 0;
}
Reply


Messages In This Thread
Pawn command error - by Vlad64 - 28.12.2012, 14:55
Re: Pawn command error - by aslan890 - 28.12.2012, 15:00
Re: Pawn command error - by Konstantinos - 28.12.2012, 15:02
Re: Pawn command error - by Vlad64 - 28.12.2012, 15:08
Re: Pawn command error - by Vlad64 - 28.12.2012, 15:53
Re: Pawn command error - by dr.lozer - 28.12.2012, 16:52

Forum Jump:


Users browsing this thread: 1 Guest(s)