openPrivTextButton( "dopm_message",61,56,78,8,5,80,"^3Type message (up to 50 chars)","^3Click here to edit message",50,pm_text_input );
^^^
Found that in Gai-Luron's who.lpr.txt.
- The missing variable happens to be duration.
Problem:
I need a ban button for my admin panel that asks for "How many days?" which requires user input of up to 3 digits, before executing the cmdLFS function.
After looking through examples and some testing I can't figure out what the "5" means.
Also can anyone guide me onto the full format and values of a openPrivTextButton/opentextbutton?
It's not as similar to openPrivButton as I thought it was...
^^^
Found that in Gai-Luron's who.lpr.txt.
- The missing variable happens to be duration.
Problem:
I need a ban button for my admin panel that asks for "How many days?" which requires user input of up to 3 digits, before executing the cmdLFS function.
After looking through examples and some testing I can't figure out what the "5" means.
Also can anyone guide me onto the full format and values of a openPrivTextButton/opentextbutton?
It's not as similar to openPrivButton as I thought it was...