GiveNameSpace
#3

pawn Код:
GiveNameSpace(name[])
{
    for(new i = 0; i < sizeof(name); i++)
    {
      if(name[i] == ' ')
      {
        return 1;
        }
    }
    return 0;
}
If in the name exist space return 1 or 0.
Reply


Messages In This Thread
GiveNameSpace - by TouR - 24.06.2010, 13:24
Re: GiveNameSpace - by Hiddos - 24.06.2010, 13:27
Re: GiveNameSpace - by ReVo_ - 24.06.2010, 13:30
Re: GiveNameSpace - by LTomi - 24.06.2010, 14:04
Re: GiveNameSpace - by Niixie - 24.06.2010, 14:13
Re: GiveNameSpace - by ipsBruno - 24.06.2010, 14:18

Forum Jump:


Users browsing this thread: 1 Guest(s)