ok i put the one with the on lapper start but now there is not even a welcome message i did it like this
<?php
###################################
#Event triggered when lapper start#
###################################
Sub DisplaySpeed( $userName )
PrivMsg( langEngine( "%{main_speedtrap}%" , ToPlayerUnit( GetCurrentPlayerVar( "InstantSpeed" ) ),GetCurrentPlayerVar("UnitSpeed") ) );
EndSub
Sub ExitDisplaySpeed( $userName )
# PrivMsg( "Exiting of displaySpeed" );
EndSub
Event OnLapperStart()
# RegisterScheduleAction( "0 0 0 * * * *", SA_mid );
# RegisterScheduleAction( "0 0 0 * 1 1 *", SA_newyear );
# RegisterNodeAction( "BL1" , 140 , DisplaySpeed,ExitDisplaySpeed );
# RegisterNodeAction( "BL1R" , 245 , DisplaySpeed,ExitDisplaySpeed );
# RegisterZoneAction( "BL1" , -60,106, 5 , DisplaySpeed,ExitDisplaySpeed );
EndEvent
Sub SA_mid() # Lapper Event
globalRcm( langEngine( "%{main_midnight}%" ) );
EndSub
Sub SA_newyear() # Lapper Event
globalRcm( langEngine( "%{main_newyear}%" ) );
EndSub
Event OnButtonFunction($userName, $SubT) # Player Event When Player push shift+I or Shift+B
# DEBUG ("Button SubT for " . $userName . " is " . $SubT);
EndEvent
Event OnLapperStart()
RegisterScheduleAction( "0 5 * * * * *", SR_Facebook );
Sub SR_Facebook()
openGlobalButton( "facebook_text_line1",50,10,100,6,6,1,0,"A message from our sponsor:";
openGlobalButton( "facebook_text_line2",50,17,100,6,6,1,0,"Visit my Facebook page at";
openGlobalButton( "facebook_text_line3",50,24,100,6,6,1,0,"https://www.facebook.com/richard.curran.129?fref=ts";
EndSub
EndEvent
?>
can you please give me the whole thing im the worst at undestating codeing sorry to bother you