Jump to content

HUNGRY:3

Members
  • Posts

    395
  • Joined

  • Last visited

Everything posted by HUNGRY:3

  1. About the first resource here you go: https://community.multitheftauto.com/in ... ls&id=9391 The second one i don't know
  2. HUNGRY:3

    [HELP] Please

    he want to load resource when the server is running Type in console refresh And then start resourceName
  3. Use setElementCollisionsEnabled
  4. and i can't enter the client area!!! it's says This webpage is not available ERR_CONNECTION_RESET
  5. i bought a server from you guys but every night my server SHUTDOWN wtf!? fix your problem I want my money back.
  6. This will just show rectangle not the health or the other things
  7. Did you even read the problem? He said that after a minute it resets to whatever skin it was. Sorry HUNGRY:3 but I can't answer this, I don't really have any experience with scripting in DayZ. Maybe there is an element data that the DayZ gamemode is using for skin. Try using this and search for a skin ID that it may be resetting to: local p = getPlayerFromName ( "your nick" ); for index, var in pairs ( getAllElementData ( p ) ) do outputChatBox ( tostring ( index )..": "..tostring ( var ) ) end Oh okay thanks
  8. Hello I'm using dayz mod and i set my skin to id like 101 But after 1 min it disappears any body know how to save it ? Code function bitchwork(player) setElementModel(player,101) end addCommandHandler("fkawork", bitchwork) EDIT : PROBLEM FIXED
  9. Oh lol now I got it thanks!
  10. The image is showing for all the resloution it's okay but the button and the label idk how to do it.
  11. okay idk why it's not working i want it to work for all the resolutions CNRPANEL = { button = {}, staticimage = {}, label = {} } addEventHandler("onClientResourceStart", resourceRoot, function() local sWidth,sHeight = guiGetScreenSize() CNRPANEL.staticimage[1] = guiCreateStaticImage(0, 0, sWidth,sHeight, "imgs/background.png", false) guiSetVisible(CNRPANEL.staticimage[1],false) CNRPANEL.staticimage[2] = guiCreateStaticImage(0, 0, 1024, 31, "imgs/tab.png", false, CNRPANEL.staticimage[1]) CNRPANEL.label[1] = guiCreateLabel(709,5, 278, 16, "CvR - Cops Vs Robs", false, CNRPANEL.staticimage[2]) guiSetFont(CNRPANEL.label[1], "default-bold-small") guiLabelSetColor(CNRPANEL.label[1], 255, 2, 2) guiLabelSetHorizontalAlign(CNRPANEL.label[1], "center", false) CNRPANEL.button[1] = guiCreateButton(10, 41, 372, 310, "Cop", false, CNRPANEL.staticimage[1]) local font0_EmblemaOne = guiCreateFont("fonts/EmblemaOne.ttf", 50) guiSetFont(CNRPANEL.button[1], font0_EmblemaOne) guiSetProperty(CNRPANEL.button[1], "NormalTextColour", "FF051CFB") guiSetAlpha(CNRPANEL.button[1], 0.30) CNRPANEL.button[2] = guiCreateButton(1298, 730, 372, 310, "Rob", false, CNRPANEL.staticimage[1]) guiSetFont(CNRPANEL.button[2], font0_EmblemaOne) guiSetProperty(CNRPANEL.button[2], "NormalTextColour", "FFFF0000") guiSetAlpha(CNRPANEL.button[2], 0.30) CNRPANEL.label[2] = guiCreateLabel(392, 488, 929, 103, "Choose Your Team!", false, CNRPANEL.staticimage[1]) local font1_EmblemaOne = guiCreateFont("fonts/EmblemaOne.ttf", 60) guiSetFont(CNRPANEL.label[2], font1_EmblemaOne) guiLabelSetColor(CNRPANEL.label[2], 255, 0, 0) end )
  12. Thanks in future verison I'll make Dx
  13. Hello guys i have a problem... I have created a help panel with img... it's working good with 1600x500 screen resolution But when I change it to 860x420 or 1024 it's not showing the the hole img it's just showing a little part of it how to fix it?
  14. http://html-color-codes.info/
×
×
  • Create New...