My commands arnt work!
#4

Try this:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
     if (!strcmp("/help", cmdtext, true, 5))
     {
          SendClientMessage(playerid, 0xFFFF00AA, "(INFO) Welcome to my Server's HELP command!");
          SendClientMessage(playerid, 0xFFFF00AA, "(INFO) Hope you enjoy the tutorial!");  
     }
     return 1;
}
return 0;
Reply


Messages In This Thread
My commands arnt work! - by Michael_Cuellar - 24.04.2012, 02:58
Re: My commands arnt work! - by iRage - 24.04.2012, 03:02
Re: My commands arnt work! - by Michael_Cuellar - 24.04.2012, 03:07
Re: My commands arnt work! - by nmader - 24.04.2012, 03:12
Re: My commands arnt work! - by Michael_Cuellar - 24.04.2012, 03:23
Re: My commands arnt work! - by nmader - 24.04.2012, 03:59
Re: My commands arnt work! - by RollTi - 24.04.2012, 04:02
Re: My commands arnt work! - by Michael_Cuellar - 24.04.2012, 04:14
Re: My commands arnt work! - by RollTi - 24.04.2012, 04:17

Forum Jump:


Users browsing this thread: 1 Guest(s)