04.12.2016, 16:45
Is there any possible way to get the first letter of a string only?
Found a function called 'Strmid' that may be useful in this @ https://sampwiki.blast.hk/wiki/Strmid but how can i use it?
PHP Code:
new _test[1];
strcat(_test, pName(playerid));
// or
format(_test, sizeof(_test), "%s", pName(playerid));
