--------------------------------------------------------------------------------------------------------
Admin level 99 can still summon any monster, if you don't want it change it:
if(pc_get_group_level(sd) < 99 && (mB = monsterBlock(mob_id)))
To:
if((mB = monsterBlock(mob_id)))
Hi MarkZD
Pls adivse where i must pu Before add:
thanks