String finder
#1

////////
Reply
#2

Compare the string and inputtext at OnPlayerDialogResponse.
Reply
#3

pawn Код:
if(strfind(inputtext, "f") != -1) {
    // If the input has 'f' in it - do this code
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)