23.03.2012, 00:18
try this
Oh and if you change your ban code to
BanEx(i, "reason"); This will savethe reason they were banned to the ban log
PHP код:
name[24], pname;
pname = GetPlayerName(playerid, name, sizeof(name));
if(pname == desired name here || pname == other desired name here)
{
// your code here
}
BanEx(i, "reason"); This will savethe reason they were banned to the ban log