I would to make a stock or callback that
So when i make /adminchat cmd i don't need to make multiple if / else statements.
Is this possible, Thanks!
PHP Code:
If(PlayerInfo[playerid][pAdmin] == 1)
{
format(string,sizeof(string), "Junior Admin");
}
Is this possible, Thanks!