26.08.2016, 00:37
Did you try creating a new variable within the function?
Compilers sometimes are funny, and when something doesn't work one way, it does work the other way while the principle is the same.
PHP код:
//stock kick(blabla)
{
new pName[24];
format(pName, 24, Player[kickerid][epd_Username]); //Or if it still doesn't work; format(pName, 24, "%s", Player[kickerid][epd_Username]);
//Messagestuff ("The server") : (pName)
}

