Help me for scripting mikrotik

i new used mikrotik. i have problem.
give me example a script for used on - off IP address. if morning in 08.00 ip address on until 12.00 and the last off. pls help me.

please, see the second example (just change the actions you want to perform i.e. enable/disable IP):
http://www.mikrotik.com/docs/ros/2.8/system/scripting.content#2.70.14.5

Edgars

I write a script from example. but when run from log have a inforamtion like this

Script Error not enough permissions (9)

Whta is problem ?

Check if the user you are currently logged under has sufficient permissions to execute a script.

/user print detail
/user group print detail

i’m already cek /user print detail. from MT

user
name=“ronny” group=full address=0.0.0.0/0

group
name=“full” policy=local,telnet,ssh,ftp,reboot,read,write,policy,test,web

so, what is problem, if i try run the script allways message out from log is Script Error not enough permissions (9).

upgrade to the newest RouterOS version!

Edgars