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
#2

what is your error?
are u get error while compile?
Reply
#3

Simple just incrase 50 through out your script to somthing else although it was probs 50 for a reason
Reply
#4

Just comment or delete that part of the code.Not needed anyway...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)