26.10.2014, 01:17
Search for some things such as the @ symbol maybe?
For instance,
For instance,
pawn Code:
if(strfind(params, "@", true) == 0)
{
// then it may be valid.
}