11.06.2014, 16:52
https://sampwiki.blast.hk/wiki/Strfind
Just check from 1 to 9 actually, and if he has like 19 he will still get kicked.
You can add a stock and it would be like
All over till you get to 9.
Hope that helped.
(PS:Not really sure about "== 0" part as I never dealt with strfind)
Just check from 1 to 9 actually, and if he has like 19 he will still get kicked.
You can add a stock and it would be like
pawn Код:
if(strfind(name, "1", true) == 0) return Kick(playerid);
Hope that helped.
(PS:Not really sure about "== 0" part as I never dealt with strfind)