Jump to content

#1ERuPTiON

Members
  • Posts

    101
  • Joined

  • Last visited

Everything posted by #1ERuPTiON

  1. mtasa://91.215.156.71:22005 This server uses my name to get players "Eru" <--- please delete it from this server
  2. HAHAHAHAHAHA, oke. I just died at this part; "you need guieditor", to get it even more clear for you; "need". You don't 'need' it, it's only usefull. ontopic; creating a login and register system, you should understand the basic functions of GUI's, with the following functions you'll be able to retrieve data and register or login an account ( this does not include how to create your gui ) guiGetText logIn spawnPlayer getAccountData setAccountData getAccount -- if it's already an account, you can't register it addAccount I think its kinda obvious that I'm refering that its the easiest way to create the window. But I guess you don't understand
  3. Yes .. For my opinion its a great and better way to resize your windows..
  4. Basically the same thing than windows .. You just open your ports and look for an youtube video..
  5. If you want to make a window for the login / register and tabs, etc you need guieditor. https://community.multitheftauto.com/ind ... ils&id=141 You can also copy some login/register codes from other login/register scripts. So look for one in the community.
  6. #1ERuPTiON

    Help-me

    Actually the better way is to use guieditor.. Make the windows / tab panels all you want and how big you want. You can download here: https://community.multitheftauto.com/ind ... ils&id=141 ( start in server and use /guied and right click > create > window ) Then resize however you want
  7. If you want to make a window for the login / register and tabs, etc you need guieditor. https://community.multitheftauto.com/ind ... ils&id=141 You can also copy some login/register codes from other login/register scripts. So look for one in the community.
  8. Go to skype .. and I'll give you pass to my local server so you can see what happens
  9. I know that, I said I wanted it all in one button, When you click button once it shows chat, then again hides chat
  10. Anyone, Help me with this, basically I want a button to click "showchat" and when you click it once, it will hide chat, click again show chat. I don't know how to do this please help - skype : destroyermarc354
  11. Still doesn't work and you forgot to add "addEventHandler("onClientGUIClick", getRootElement(), showChatOnButtonClick_Handler)" in the second one .. Anyways, i don't know maybe I have to make separate tabs for showchat and hidechat ? because this doesn't work
  12. Thanks, But now when I click it, yes it hides the chat, but I wanted it when you click it again it will show again .. Doesn't work with that .
  13. My complete script is a Shop I'm making.. But here is the showChat.. -- Client -- showChat = guiCreateButton(385, 100, 144, 25, "Show/Hide Chat", false, tab) guiSetProperty(showChat, "CaptionColour", "FFFE0000") guiSetProperty(showChat, "PushedTextColour", "FFFE0000") guiSetProperty(showChat, "HoverTextColour", "FFFE0000") guiSetProperty(showChat, "NormalTextColour", "FFFE0000") guiSetFont(showChat, "default-bold-small") addEventHandler("onClientGUIClick",root,function() if ( source == showChat ) then triggerServerEvent("showChat",localPlayer) end end) -- Server -- addEvent("showChat",true) addEventHandler("showChat",root, function() showChat(false) end)
  14. Okay, can you do the function showchat for me, I would really appreciate it. The button name = showChat
  15. I know you had to do onClientGUIClick but I will try to use executeCommandHandler ..
  16. Hello, I need help with adding "showchat" which disables/enables chat. I have no idea on how to do that, i tried everything .. And I also need help with adding Speed + Big Jump if anyone knows how .... Skype - destroyermarc354 Ingame: [Victory]#1ERuPTiON / [xXx]#1ERuPTiON / 'kkingg'
  17. spectates another player.. either from their team or other team, what ever when they get killed spectates another person and then when the respawn comes it stop .
  18. Hello, I need a script that spectates a person when they die. And then when they respawn it would go away. I own a tdma DeathMatch Server on MTA:SA called [xXx] & I need a script spectator. Can someone help me find or make me one? [Eruption][xXx] DeathMatch Server ≈ العقرب سيرفر ايروبشن ديث ماتشKsa IP: mtasa://37.187.28.212:24263
  19. This is good work .. and more easier than the one in the admin panel of mta:sa
  20. None of this links work bro skype: destroyermarc354
×
×
  • Create New...