PHP Code:
if(nmonths==1)
{
set_task(0.0, "thirtyone")
}
if(nmonths==2)
{
set_task(0.0, "february")
}
if(nmonths==3)
{
set_task(0.0, "thirty")
}
if(nmonths==4)
{
set_task(0.0, "thirtyone")
}
if(nmonths==5)
{
set_task(0.0, "thirtyone")
}
if(nmonths==6)
{
set_task(0.0, "thirty")
}
if(nmonths==7)
{
set_task(0.0, "thirtyone")
}
if(nmonths==8)
{
set_task(0.0, "thirtyone")
}
if(nmonths==9)
{
set_task(0.0, "thirty")
}
if(nmonths==10)
{
set_task(0.0, "thirtyone")
}
if(nmonths==11)
{
set_task(0.0, "thirty")
}
if(nmonths==12)
{
set_task(0.0, "newyear")
}
return PLUGIN_HANDLED
simply , awesome...
btw , read the tutorial's-
__________________