Problem "~"
#2

This function check caracter by caracter:
PHP код:
for(new istring[i]; ++i){
     if(
string[i] == '~'){
         break;
     }
}

if(
string[i] != EOS){
     return 
SendClientMessage(playeridCOLOR_RED"Can't use in /cnn or /cnnn '~' ");

you can test it?
Reply


Messages In This Thread
Problem "~" - by Ugaustin - 09.06.2016, 13:23
Re: Problem "~" - by zSuYaNw - 09.06.2016, 13:43
Re: Problem "~" - by Ugaustin - 09.06.2016, 14:02
Re: Problem "~" - by zSuYaNw - 09.06.2016, 14:06
Re: Problem "~" - by Ugaustin - 09.06.2016, 15:33
Re: Problem "~" - by Sjn - 09.06.2016, 15:51
Re: Problem "~" - by Gammix - 09.06.2016, 15:59

Forum Jump:


Users browsing this thread: 1 Guest(s)