Need help with Yom_Buttons
#1

Alright,
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;
}
That's on the Yom Buttons filterscript....
Anyhelp to get it off?
Reply


Messages In This Thread
Need help with Yom_Buttons - by xPhantom - 30.07.2011, 08:32
Re: Need help with Yom_Buttons - by Horrible - 30.07.2011, 10:31
Re: Need help with Yom_Buttons - by PGTips - 30.07.2011, 10:39
Re: Need help with Yom_Buttons - by =WoR=Bruno - 29.08.2011, 21:32

Forum Jump:


Users browsing this thread: 1 Guest(s)