01.08.2011, 02:05
Use this...
..instead of this.
But I suggest you to use ycmd or zcmd, because they are more faster, than strokk.
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/help", cmdtext, true, 10) == 0)
{
SendClientMessage(playerid, COLOR_GREEN, "Don't Forget To Wipe You Ass After Taking A Shit!");
return 1;
}
return 0;
}
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/Help", cmdtext, true, 10) == 0)
{
SendClientMessage(playerid, COLOR GREEN, "Don't Forget To Wipe You Ass After Taking A Shit!"
return 1;
}
return 0;
}