I was wondering
#7

Quote:
Originally Posted by Pandabeer1337
why do you ask then lol.
I didn't had the idea before you posted that code and I started to think how to do that faster.

for those interested:

pawn Код:
stock SwitchYesNo(input)
{
    new string[4];
    if(input == 1)
    {
      format(string,sizeof(string),"Yes");
    } else {
        format(string,sizeof(string),"No");
    }
    return string;
}
Reply


Messages In This Thread
I was wondering - by Hiddos - 25.04.2010, 10:20
Re: I was wondering - by Om3n - 25.04.2010, 10:30
Re: I was wondering - by Hiddos - 25.04.2010, 10:37
Re: I was wondering - by Think - 25.04.2010, 10:39
Re: I was wondering - by Hiddos - 25.04.2010, 10:42
Re: I was wondering - by Think - 25.04.2010, 10:43
Re: I was wondering - by Hiddos - 25.04.2010, 10:50
Re: I was wondering - by Nero_3D - 25.04.2010, 11:27
Re: I was wondering - by Babul - 25.04.2010, 11:59

Forum Jump:


Users browsing this thread: 1 Guest(s)