13.06.2013, 12:14
is it because the command ccl?
i only make the commands.. [You Need ZCMD To Make This CMD Work]
i only make the commands.. [You Need ZCMD To Make This CMD Work]
pawn Код:
CMD:ccl(playerid, params[])
{
if(PlayerInfo[playerid][pAdmin] >= 5)
{
ReadChatLog(playerid);
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, "** You are not an admin!");
}
return 1;
}