Problem "~"
#7

Quote:
Originally Posted by zSuYaNw
Посмотреть сообщение
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?
This is what strfind is going to do.

I guess there is problem related to your string.
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: 4 Guest(s)