makeAdmin Command urgent
#10

Quote:
Originally Posted by Mriss
Посмотреть сообщение
and error 017: undefined symbol "strreplace"
pawn Код:
stock strreplace(string[], find, replace)
{
    for(new i=0; string[i]; i++)
    {
        if(string[i] == find)
        {
            string[i] = replace;
        }
    }
}
Reply


Messages In This Thread
makeAdmin Command urgent - by Mriss - 07.03.2014, 22:04
Re: makeAdmin Command urgent - by ConnorHunter - 07.03.2014, 22:12
Re: makeAdmin Command urgent - by Mriss - 07.03.2014, 22:13
Re: makeAdmin Command urgent - by ConnorHunter - 07.03.2014, 22:16
Re: makeAdmin Command urgent - by Mriss - 07.03.2014, 22:19
Re: makeAdmin Command urgent - by ConnorHunter - 07.03.2014, 22:19
Re: makeAdmin Command urgent - by Mriss - 07.03.2014, 22:22
Re: makeAdmin Command urgent - by ConnorHunter - 07.03.2014, 22:24
Re: makeAdmin Command urgent - by Mriss - 07.03.2014, 22:26
Re: makeAdmin Command urgent - by ConnorHunter - 07.03.2014, 22:26

Forum Jump:


Users browsing this thread: 1 Guest(s)