Jump to content

HUNGRY:3

Members
  • Posts

    395
  • Joined

  • Last visited

Everything posted by HUNGRY:3

  1. hello i've a problem i've created an object but.... i can go inside it how can i fix that?
  2. and all of the scripts are stolen from Evolution Network and Kill or be Killed
  3. i did and i didn't say some thing .___.
  4. hello mihaay since u suck at gui i'll help u.... i can do what ever u want
  5. i tried that but not working any ways thanks and it's ok for setplayermoney
  6. Hello, I made a DayZ Vip System. this is script is only made for vip [ VERY IMPORTANT PERSON ] to use this scripts you must type these commands: /addvip [FULLNAME] -- add player /removevip [FULLNAME] -- remove player after adding the VIP type /vippanel -- to open the panel and type it again to close it. you will see buttons and here what they do : Give Backpack -- gives you backpack Give Money -- gives money ( ONLY FOR DAYZ SERVERS WHO USE SHOPS ) Shout -- just output blalalla from edit box Vip Mode ON -- it draws in your head VIP [NO DM] Vip Mode OFF -- it turn off the text in your head Up Blood -- it makes your blood 25000 Turn On/Off Music -- Music link to download : https://community.multitheftauto.com/in ... s&id=11291 IF THESE IS ANY BUG CONTACT ME ! screen shots: Enjoy!
  7. thanks it working :C
  8. HUNGRY:3

    triggring..

    hello i'm trying to trigger for server to client but it's give me errors i made a gui button when i click it it must give me the money.... here is the code client.lua function pro2(thePlayer) if source == GUIEditor.button[2] then triggerServerEvent ("onGreeting",thePlayer,setPlayerMoney(thePlayer, 5000000)) end end addEventHandler("onClientGUIClick", root, pro2) server.lua function money( thePlayer ) if getElementData( thePlayer,"VIP") == true then setPlayerMoney(thePlayer, 5000000) end end addEvent( "onGreeting", true ) addEventHandler( "onGreeting", root, money )
  9. fixed every thing now it works 100%
  10. yeah that's the problem
  11. even if it has errors it works
  12. Kelogs stop stealing scripts -....-
  13. HUNGRY:3

    help?

    what should i use i don't know >-
  14. HUNGRY:3

    help?

    hello i was making gui shit.... and so i'm asking how can i save the file when i type some shit like it was "omg" and when i changed it (in game) like "hehehe" i want to click edit and then it saves but doesn't work so what function should i use? screen shot..
  15. no screen shots no nothing .-. how do you want some one to buy from you.
  16. oh yeah you made it? nice lie ... viewtopic.php?f=91&t=85996&hilit=arrow+in+head
  17. seriously? save tent -- it saves auto and vehicle save too, the hell and auto spawn vehciles well it's easy just go to vehicle_spawns.lua and settimer globalchat -- it's the easiest thing in the world and the gang -- the old one is ofc better . ~.~
  18. oh nvm i forget that i didn't do getTeamFromName ops my bad
  19. omg idk why this is not working function test(source) if not getElementData( source,"duty") == true then setPlayerTeam(source, "players") end end )
  20. what does debugscript 3 say ?
×
×
  • Create New...