16.01.2017, 16:25
Estou com um sistema onde o parвmetro nгo pode conter caracteres especiais, alguйm conhece alguma funзгo que verifica se tem caracteres especiais? Eu encontrei essa, porйm nгo me pareceu eficaz:
pawn Код:
if(strfind("Are you in here?", "you", true) != -1) //returns 4, because the start of 'you' (y) is at index 4 in the string
{
SendClientMessageToAll(0xFFFFFFFF, "I found you!");
}