Jump to content

ShaunaV

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by ShaunaV

  1. Youtube Video Showing Gamemode Features: ■ 7 Backpacks ■ 9 Skins ■ 50 Weapons ■ 745 Vehicles in map ( All GTA Vehicles) ■ User Panel (F1) (HUD, Draw distance, Fps limiter, Crosshair, Manage Account, Shaders: Skybox, Realistic Effects, Water, Global Textures, Car Reflect) "Easy to add new crosshairs" ■ Group System (F2) (Alliances)(Team Indicator)(By: Rex)(DataBase) ■ Zombies (10 Types of Zombies) (Fast Zombies) (Bosses) ■ Animals (3 Types of animals: Bear, Fox, Wolf) ■ Leaderboard (Kills, Deaths, K/D Groups, KDR, KDR Groups)(DataBase) ■ Downloader (Downloads in Game)(Reduces 38% of the weight of downloaded files) ■ Stable systems ■ Smart NPC's ■ AirDrop ■ Custom Clothes (Shaders) ■ Optimized Refresh Loot ■ Utilities (Cords to TXT, .map to .lua, DGS, Camera Position, guieditor) Link to BUY: https://hadestec.myshopify.com/products/nowadayz-v2-0-multi-theft-auto-dayz-game-mode
  2. marker = createMarker (-2522.07715, -657.68250, 146.90631,"cylinder",1.0,250,220,0,250, getRootElement() ) function cambio(thePlayer, matchingDimension) if isElementWithinMarker (thePlayer, MarkerAmarilo, matchingDimension) then addPedClothes ( thePlayer, "tshirt2horiz", "tshirt2", 3 ) else outputChatBox ("No se pudo poner la ropa", thePlayer, 255, 0, 0) end end addEventHandler("onPlayerMarkerHit",getRootElement(),cambio) It doesn´t work
  3. function cambio(thePlayer, matchingDimension) if isElementWithinMarker (thePlayer, MarkerAmarilo, matchingDimension) then addPedClothes ( thePlayer, "tshirt2horiz", "tshirt2", 3 ) else outputChatBox ("No se pudo poner la ropa", thePlayer, 255, 0, 0) end end addEventHandler("onPlayerMarkerHit",getRootElement(),cambio) function MarkerAmarilo() marker = createMarker (-2522.07715, -657.68250, 146.90631,"cylinder",1.0,250,220,0,250, getRootElement() ) end addEventHandler ( "onResourceStart", getRootElement(), MarkerAmarilo ) I create this script but dont work, who can help me The script is for when a player touches the marker , change clothes. Thanks
×
×
  • Create New...