Jump to content

mjau

Members
  • Posts

    589
  • Joined

  • Last visited

Everything posted by mjau

  1. A. IDK I just know i hate justiin bieber ... Q.U still having exams Qaisjp ?
  2. Updates... --There will be 2 versions 1 with ability to buy super powers and weapons and one without ...
  3. Tnx and tank07 i will finish this
  4. Hi this is the second script im working on wich will be released it is a userpanel wich can do well almost everything u need... What it can do... -- Login/register system at first tab to make players login before doing anything else -- General info tab wich shows everything it shows Health, Armor, Serial, IP, Ping, Money, Weapon skills etc -- Buy weapon skills tab where All skills can be upgraded .. Buy superpowers tab where you can buy Invisibility, enable glitches, Fly, Super speed, Instantkill etc -- Buy weapons all kinds of weapons are availbe exept minigun and that shit .. Change nick ability in GUI... --Automatic updater .... GUI Designing... things to do ... --Create login tab --Adding weapons to weapon tab and set the cost --Finishing weapon and login tab --Make superpowers tab --Make general info tab Okay now i need some help its about translating help page well all languagaes are allowed ... So if u want to help translate you will get credited both here and on community for it might get some more shit to idk what it would be yet ... anyway if you want to join fill out this application The Language you want to translate to: You are good at this not to many grammar mistakes and that : Age(Dont lie please its no age limit for translating text...): If you apply and get to do the language you chose then i will send you a text file to translate Languages we have:English,Norwegian Any suggestions or anything reply here
  5. A. Oh No ... Q. What is doggy halifaxy thingy ?
  6. mjau

    Bind key problem

    It wokrs but i have to press 1 time to open and one to close but hlding it is not that important Tnx for the help Solidsnake
  7. mjau

    Bind key problem

    No errors and when i join the gui shows up then i press f2 and nothing happens it shouldnt show up when i join and it should atleast close when i hit f2...
  8. mjau

    Bind key problem

    Ok now error is gone f2 just dont work
  9. mjau

    Bind key problem

    i used your code then i get a debug error Attemtp to call global "bindkey" A nil value and f2 dont work at all
  10. mjau

    Bind key problem

    dont work now it dont even open the gui it says bad arguent at gusetvisible thing dev point gave me it expected gui elemtn got nil
  11. Even tough i dont like apple this is too bad
  12. This script is included in Adminpanel try /report in your server
  13. Hi ive created a gui and want it to open when i hold f2 and when i release f2 it closes it worked but because i was just testig i changed the command handler for binding the keys to an event handler now the gui get stuck and doest go away when i release f2 hers new binkey code addEventHandler("onClientPlayerSpawn",root, function() bindKey ( "F2", "down", openGui ) bindKey ( "F2", "up", closeGui ) bindKey ( "F2", "down", stats ) end ) old function bindkeys() bindKey ( "F2", "down", openGui ) bindKey ( "F2", "up", closeGui ) bindKey ( "F2", "down", stats ) end addCommandHandler("bindme", bindkeys)
  14. addEventHandler( "giveweapon", getRootElement(), giveTheWeapon ) was scripting
  15. Actually, it's milliseconds. Years* 31536000000
×
×
  • Create New...