20.11.2019, 16:47
Why not just:
...and similar to other cases too.
This doesn't seem like a tutorial anyways, i don't see any usage examples (your test command isn't really an example tbh) either.
I think this post belongs here: https://sampforum.blast.hk/showthread.php?tid=281
pawn Code:
stock SizedRandomUpperCharacters(size) {
new str[128];
for (new i = 0; i < size; i++) {
format(str, sizeof(str), "%s%c", str, RandomEx(1, 26));
}
return str;
}
This doesn't seem like a tutorial anyways, i don't see any usage examples (your test command isn't really an example tbh) either.
I think this post belongs here: https://sampforum.blast.hk/showthread.php?tid=281