24.04.2012, 03:12
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;