Jump to content

mint3d

Members
  • Posts

    425
  • Joined

  • Last visited

Everything posted by mint3d

  1. mint3d

    Join Music

    I need help i want to make a script where when you join it plays music and when you login it stops anyideas thanks
  2. Ok so i want to make the DFT-30 move like a flatbed how would i do this?
  3. Ok so basically i want a script where you can enter the Andromada when you open the back door can anyone help? Watch the video and go to 30 secs i mean like that
  4. Ok im making a gun game mode i have made the login so far but i cant get a server sided part here is the client CODE REMOVED BY Solidsnake14
  5. mint3d

    Bags of Money

    Like im making a job ok and its you find money and then take it to a marker and you get it
  6. mint3d

    Bags of Money

    Ok im making this scripts but i dont know where to start you pickup the money..then go to the marker...hit it get the gui shows you labels..with the bags you have
  7. mint3d

    Teams

    Thanks your the best scripter i know you always help me out thanks man.
  8. mint3d

    Teams

    but what acl group should i add them? Everyone Basically all i wanted was it so when i start the resource i will look at scoreboard and i can see the teams i want Like Admin Armed Forces Swat Police Criminal stuff like that
  9. mint3d

    Teams

    No i mean i want it so it just makes teams in scoreboard
  10. I dont know them i am only learner scripter wait till a pro come
  11. function MGPED () -- NPC -- local Christina = createPed (90, 359.14141, 173.59044, 1008.32, -90 ) setElementInterior (Christina, 3 ) setTimer(setPedAnimation, 90, 1, Christina, "FOOD", "FF_Sit_Eat1", -1, true, false) -- Markery -- local x, y, z, type, size = 362.1, 173.6, 1009.1, "arrow", 1.0 MGMARKER = createMarker ( x, y, z, type, size) setElementInterior ( MGMARKER, 3 ) end ) addEventHandler ("onResourceStart", resourceRoot, MGPED ) Try this then debug it
  12. function MGPED () -- NPC -- local Christina = createPed (90, 359.14141, 173.59044, 1008.32, -90 ) setElementInterior (Christina, 3 ) setTimer(setPedAnimation, 90, 1, Christina, "FOOD", "FF_Sit_Eat1", -1, true, false) -- Markery -- local x, y, z, typ, size = 362.1, 173.6, 1009.1, "arrow", 1.0 MGMARKER = createMarker ( x, y, z, type, size ) setElementInterior ( MGMARKER, 3 ) end addEventHandler ("onResourceStart", resourceRoot, MGPED )
  13. Oh so you see the message in floor 1 and 3?
  14. function MGPED () -- NPC -- local Christina = createPed (90, 359.14141, 173.59044, 1008.32, -90 ) setElementInterior (Christina, 3 ) setTimer(setPedAnimation, 90, 1, Christina, "FOOD", "FF_Sit_Eat1", -1, true, false) -- Markery -- local x, y, z, type, size = 362.1, 173.6, 1008.9, "arrow", 1.3 MGMARKER = createMarker ( x, y, z, type, size ) setElementInterior ( MGMARKER, 3 ) end addEventHandler ("onResourceStart", resourceRoot, MGPED )
  15. So you want it to elevate you up to floor 3?
  16. typ try it type i cant see any other errors local px, py, pz, typ, size = 362.1, 173.6, 1008.7, "arrow", 1.0 MGMARKER = createMarker ( px, py, pz, type, size ) setElementInterior ( MGMARKER, 3 ) end addEventHandler ("onResourceStart", resourceRoot, MGPED )
  17. mint3d

    Teams

    I tired this and it didn't work local teams = getElementsByType ("Admins", getRootElement ()); for _, theTeam in ipairs (teams) do local teamName = getTeamName (theTeam); -- do whatever, for example, create a new tab in a tabpanel. guiCreateTab (teamName, theTabPanel); end;
  18. mint3d

    Teams

    I need help with making a team script ok basically i want a script that when i start it it puts teams in tab for me
  19. Ok i have to gamemodes RP and DayZ and on some server i have seen you can pick what one to play how to do that?
  20. mint3d

    Gates

    its ok i just fixed just had to remove marker
  21. mint3d

    Gates

    and i think the marker needs to be there for it to go down
  22. mint3d

    Gates

    In Lv at the big parking lot next to where the mechanic job is in CIT and CSG
×
×
  • Create New...