07.05.2011, 21:41
Better if you use strcmp because strfind will allow you to do stuff like
'adskadFireWoodakfk'
'FireWood000d15815'
'000000FireWood15915'
And infinite results and it will still work.
'adskadFireWoodakfk'
'FireWood000d15815'
'000000FireWood15915'
And infinite results and it will still work.
pawn Код:
if (strcmp(option, "ItemName", true) == 0)