Local Chat problem - + REP!
#7

Код:
stock strreplace(string[], find, replace) 
{ 

    for(new i=0; i < sizeof(string); i++) 
    { 
        if(string[i] == find) 
        { 
            string[i] = replace; 
        } 
    }
Reply


Messages In This Thread
Local Chat problem - + REP! - by Lynet - 13.12.2012, 05:35
Re: Local Chat problem - + REP! - by RajatPawar - 13.12.2012, 05:36
Re: Local Chat problem - + REP! - by Threshold - 13.12.2012, 05:47
Re: Local Chat problem - + REP! - by Lynet - 13.12.2012, 06:40
Re: Local Chat problem - + REP! - by dr.lozer - 13.12.2012, 06:44
Re: Local Chat problem - + REP! - by Lynet - 13.12.2012, 07:00
Re: Local Chat problem - + REP! - by iSkull - 17.10.2013, 09:55
Re: Local Chat problem - + REP! - by Konstantinos - 17.10.2013, 10:05

Forum Jump:


Users browsing this thread: 1 Guest(s)