05.04.2016, 11:40
Is it Possible to Get Value From Strfind ? Like this
Example:
Is it possible ? to get Value "1" From String and return value out ?
and if it's change to 2 3 or 4 value will changes as I changes
//Sorry for my bad grammer
Thank you
PP.
Example:
pawn Код:
if(strfind(text,"this is mean to id 1",true) != -1)
{
Condition Blah Blah
}
and if it's change to 2 3 or 4 value will changes as I changes
//Sorry for my bad grammer
Thank you
PP.