I need this stock
#1

Hey all

Well as the tittle says, i need "stock strmatch"
Don't tell me search ... I already did, & found nothing

Thanks
Reply
#2

Use strcmp().
Reply
#3

as i said, i need the strmatch stock, please if u have it post it here
Reply
#4

pawn Код:
stock strmatch(Float:Intelligence)
{
if(Intelligence < 1)
{
return "Maybe you should read my post.";
}
}
Reply
#5

pawn Код:
stock strmatch(const String1[], const String2[])
{
    if ((strcmp(String1, String2, true, strlen(String2)) == 0) && (strlen(String2) == strlen(String1)))
    {
    return true;
    }
    else
    {
    return false;
    }
}
just a lil' edit from what calgon said.
Reply
#6

Quote:
Originally Posted by Calgon
pawn Код:
stock strmatch(Float:Intelligence)
{
if(Intelligence < 1)
{
return "Maybe you should read my post.";
}
}
How about "Gtfo from here if u don't have what i need ?"

Thx coole
Reply
#7

Quote:
Originally Posted by Takumi[URP
]
Quote:
Originally Posted by Calgon
pawn Код:
stock strmatch(Float:Intelligence)
{
if(Intelligence < 1)
{
return "Maybe you should read my post.";
}
}
How about "Gtfo from here if u don't have what i need ?"

Thx coole
pawn Код:
stock strmatch(Float:Gtfo)
{
if(Gtfo = 1)
{
return "Gtfo from here if you don't have what I need.";
}
}
Hows that?
Reply
#8

Quote:
Originally Posted by Takumi[URP
]
Quote:
Originally Posted by Calgon
pawn Код:
stock strmatch(Float:Intelligence)
{
if(Intelligence < 1)
{
return "Maybe you should read my post.";
}
}
How about "Gtfo from here if u don't have what i need ?"

Thx coole
I told you a way around it, you're too ignorant to have read it. So no, you GTFO.
Reply
#9

Calgon why dont you

pawn Код:
return stfu();
if you just say use strcmp();

it isnt very helpful. as to coole, I needed it as well, so thanks.
Reply
#10

Why doesn't this thread
pawn Код:
return die;
Thanksbai.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)