hi
i have problem this new lapper.how i make clickable buttons in !help window? example:type !help. after in comand list, click to !drf button.will open !drf window.
and last question in schedule action how i make automatic type /rcm_all command per hour?
Clickable buttons - done same way as any other button - the !help command opens up a large button with text in it. Just make it open another button at same time before the !help sub routine finishes - bit like the CLOSE button underneath the Help window.
Likely you'll have to move the help text within the button and then carefully place your other button(s) beside the correct piece of text.
This other button(s) should have as part of it's sub-routine that it closes all the other buttons within and including the help first before you open the new button or table.
I did something like that few years ago in one of my older lapper scripts - fair bit of work, but quite effective.
/rcm all - look for RegisterScheduleAction items in the LFSLapper.lpr script and in the /doc/changes.txt file
i have a problem now.i converted this.works perfectly.but i dont convert this.
openPrivButton( "buttontop",125,40,12,5,5,-1,80,"^6!top",MA_top );
what i type for "MA_top" (in new lapper version)? so lapper does not respond to click in !help menu.
ty sinanju
sin'rs lapper is best i have ever seen.there are very labor Do you think share your scoring system (!licence,!points,!rank) settings and pit exit message commands?,
and in RegisterScheduleAction if i use this
RegisterScheduleAction( "0 0 1 * * * *", SA_mid );
lapper show "mid" every hour ?I want to shows every hour
thats ok but
openPrivButton( "buttontrack",125,75,12,5,5,-1,80,"^6!track",MA_track );
what I type instead of "ma_track" ? and for all other commands (!stats !dstats !near !cleanspb !laps !hand ....)
Pit Exit Messages - I've got same message for every track I've got the !zone for.
To get the zone, go to part of track you want message to appear, and type !zone. Note the zone parameters (e.g. -120:79); watch for the negative numbers.
In your Lapper config file, look for the RegisterZoneAction coding (it's near the top).
hi sinanju and lapper users.Thank you for your reply sinanju..They help me for a lot of work.
i have a few problems.
i want to server welcome warning message, don't show to already accepted players.and also pitboard configuration in server welcome don't show to already set players.probably this makes with UserStoredValue command.i dont understand how to use UserStoredValue.
-----
i read this threads http://www.lfsforum.net/showthread.php?t=61635 http://www.lfsforum.net/showthread.php?t=61166
but i dont understand.very mixed.which works ?for login and register commands, what can i do ?
-----
players entering the server, for join to race wait 2 minute..how can i do?
-----
and last, i want to create create empty field for players to fill.and save to entered text.
ty
5/30/2010 8:19:20 PM -> Syntax error in cfg file "LFSLapper.lpr" at line #649
You can't change the dimension of an array...
Function 'onconnect' script aborted