Jump to content

Ernis456

Members
  • Posts

    51
  • Joined

  • Last visited

About Ernis456

  • Birthday 17/05/1991

Details

  • Location
    Lithuania

Ernis456's Achievements

Snitch

Snitch (10/54)

0

Reputation

  1. $7.00 for this map o_O ? I can sell this map for $7.00 :
  2. I going to use this becouse 50p's app don't support utf8
  3. Does that editor suport utf8 language ? Does it support letters : ąčęėįšųū ?
  4. Hi, I created with Guieditor GUI that has 5 radio buttons.I creating this for Role Play Server. How to check with button player was sellected when him pres "Continue" button ? GUI LANG: GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Label = {} GUIEditor_Radio = {} GUIEditor_Window[1] = guiCreateWindow(279,218,426,277,"Role Play Testas",false) GUIEditor_Radio[1] = guiCreateRadioButton(43,68,221,25,"1 - Answer",false,GUIEditor_Window[1]) guiSetFont(GUIEditor_Radio[1],"clear-normal") GUIEditor_Radio[2] = guiCreateRadioButton(43,99,165,19,"2- Answer",false,GUIEditor_Window[1]) guiSetFont(GUIEditor_Radio[2],"clear-normal") GUIEditor_Radio[3] = guiCreateRadioButton(43,129,184,21,"3- Answer",false,GUIEditor_Window[1]) guiSetFont(GUIEditor_Radio[3],"clear-normal") GUIEditor_Radio[4] = guiCreateRadioButton(43,158,200,19,"4- Answer",false,GUIEditor_Window[1]) guiSetFont(GUIEditor_Radio[4],"clear-normal") GUIEditor_Radio[5] = guiCreateRadioButton(43,190,210,21,"5- Answer",false,GUIEditor_Window[1]) guiRadioButtonSetSelected(GUIEditor_Radio[5],true) guiSetFont(GUIEditor_Radio[5],"clear-normal") GUIEditor_Button[1] = guiCreateButton(193,243,209,19,"Continue",false,GUIEditor_Window[1]) GUIEditor_Label[1] = guiCreateLabel(44,27,380,37,"Question",false,GUIEditor_Window[1]) guiLabelSetColor(GUIEditor_Label[1],255,0,0) guiLabelSetVerticalAlign(GUIEditor_Label[1],"top") guiLabelSetHorizontalAlign(GUIEditor_Label[1],"left",false) guiSetFont(GUIEditor_Label[1],"clear-normal") How to create function that shows that GUI and how to create e.g. if player selected 3. Answer continue, if not do current function.
  5. This is older version, i have this, I need version with inventory Drop and these commands : http://dukenukem.pastebin.com/FfAzntib
  6. Where can I download this mod, please give me download link.
  7. FIXED. I downloaded this : http://packages.debian.org/lenny/libpcre3
  8. I did all steps, still doesn't work.
  9. I installed apt-get install ia32-libs but still getting error : ./mta-server: error while loading shared libraries: libpcre.so.3: cannot open shared object file: No such file or directory
  10. When I try to run I get this error : ./mta-server: error while loading shared libraries: libpcre.so.3: cannot open shared object file: No such file or directory I tried to install libpcre with apt-get install libprce3 but it don't help.
  11. screen -A -m -d -S mta ./mta-server (use this ONCE!, nothing will shop up, but the server will be running) Error : -bash: screen: command not found I think I need to create Screen but I don't now how.
  12. I creating mta server on Linux Debian 5.0 VPS hosting. I using programs WinSCP and putty. When I run server using program putty ./mta-server what write to close putty program but not shut down server becouse when I close putty program server turns off.
×
×
  • Create New...