Server Crashing- GUI and %%%%%
#7

Try with this "FindBadSign":

pawn Код:
forward FindBadSign(string[]);
public FindBadSign(string[])
{
    for(new i; i < strlen(string); i++)
    {
        switch(string[i])
        {
            case 0x30..0x39: continue; //[0-9]
            case 0x41..0x5A: continue; //[A-Z]
            case 0x61..0x7A: continue; //[a-z]
            default: return 1;
        }
    }
    return 0;
}
Reply


Messages In This Thread
Server Crashing- GUI and %%%%% - by kosa12505 - 02.10.2011, 13:13
Re: Server Crashing- GUI and %%%%% - by brett7 - 02.10.2011, 13:33
Re: Server Crashing- GUI and %%%%% - by kosa12505 - 02.10.2011, 16:02
Re: Server Crashing- GUI and %%%%% - by kosa12505 - 02.10.2011, 16:05
Re: Server Crashing- GUI and %%%%% - by Pharrel - 02.10.2011, 16:10
Re: Server Crashing- GUI and %%%%% - by kosa12505 - 02.10.2011, 16:20
Respuesta: Server Crashing- GUI and %%%%% - by OPremium - 02.10.2011, 16:35
Re: Server Crashing- GUI and %%%%% - by kosa12505 - 02.10.2011, 16:49

Forum Jump:


Users browsing this thread: 1 Guest(s)