28.01.2014, 20:59
This isnt working properly, becouse when I type to inputtext this "_text" it says as it is okay name..
I have got this code, but here is problem not like upper one, but when i type for example "text_" it count as correct name
I have got this code, but here is problem not like upper one, but when i type for example "text_" it count as correct name
pawn Код:
if(inputtext[0] != '_' && inputtext[strlen(inputtext)] != '_' && (strfind(inputtext, "_", true) != -1))