30.06.2012, 17:48
Quote:
You can use this stock (I did not make it).
pawn Код:
pawn Код:
|
Then you can use:
pawn Код:
if(detectIP(sometext)) {
// If there's an IP in the text
}
else {
// No IP in the text
}
You can use this stock (I did not make it).
pawn Код:
pawn Код:
|
if(detectIP(sometext)) {
// If there's an IP in the text
}
else {
// No IP in the text
}