30.07.2011, 08:32
Alright,
So I use Yom buttons, and If I type more than 50 characters it says
Invalid command length (exceeding 50 characters)
That's on the Yom Buttons filterscript....
Anyhelp to get it off?
So I use Yom buttons, and If I type more than 50 characters it says
Invalid command length (exceeding 50 characters)
pawn Код:
public OnPlayerCommandText (playerid, cmdtext [])
{
if (strlen (cmdtext)> 50)
{
SendClientMessage (playerid, 0xFF0000FF, "Invalid command length (exceeding 50 characters)");
return true;
}
Anyhelp to get it off?