VERRY BIG COMMAND FLAW THAT CRASHES COMMANDS
#9

add

pawn Код:
stock strint(input[])
{
    if(strlen(input) < 25) return strval(input);
    return -1;
}
to your script, and replace any calling of "strval" with "strint" (except the strval in the above function, ofc)
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)