15.08.2012, 17:26
Use https://sampwiki.blast.hk/wiki/Fexist perhaps that solves the problem.
Another solution https://sampforum.blast.hk/showthread.php?tid=175565
Now question; why do you need strmid? Age is supposed to be an integer.
pawn Код:
if(!fexist(string2)) return printf("An error occurred, no such user exist: %s" string2);
Now question; why do you need strmid? Age is supposed to be an integer.