Jump to content

fem_luna

Members
  • Posts

    81
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by fem_luna

  1. Hello dear Community. In this post i wanna release my Cops 'n' Robbers Gamemode which is complete Selfmade. Enjoy! Previews -> Click Download -> Click
  2. wow, i'm rly impressed(not). noone can see, how "your" gamemode looks like. it is like you wanna sell a cat but doesnt show how the cat looks like. also there are not much functions listed etc. you doesnt looks serious.
  3. Hello everyone. I want to offer myself to do scripts in MTA for a lil bit money. I do custom orders and also free scripts(depense on what you want). If you want my help, feel free to join my Discord You can ask me anything there. https://discord.gg/dvUnypzder
  4. Hello, i've a small problem... i'm trying to spawn a vehicle, as example with 600hp, but it is on fire when it spawns, it doent accept the 600hp and just burns. it also doesnt work with timers. does anyone know how to fix that?
  5. just destroy the marker or set the size to 0 if the person starts.
  6. Hello and welcome to this ad. We're creating an Selfmade Cops 'n' Robbers Gamemode(Server). We're looking for alpha, beta testers and also for Staff Members. We're also open for all Suggestion! Just write your Suggestions in our Discord IP: mtasa://94.199.215.119:22045 If you're interested in this Project, feel free to join our Discord. https://discord.gg/FV9cKSj8M2
  7. how do i load the map without having the editor open? i mean how do i start the map external with custom objects?
  8. hello, i'm looking for a nice ingame voice chat script. as example a voicechat with saltychat. does anyone have a good voicechat?
  9. how i can spawn a custom vehicle with a external script?^^
  10. Mein MTA:SA DayZ Server (Project Z) Hallo, hiermit möchte ich mein Projekt "Project Z" vorstellen. Project Z ist ein komplett Selfmade DayZ/Apocalypse Script. Wir haben folgende Funktionen: - Carshop system - Tankstellen system - Usershop (F3) - Eigenmenü (F2) - Lootdrop - Fahrzeug/Skin/Gebäude Mods - Hud/Tacho - Waffenshop (Für die loot faulen) - Eigener Downloader - Eigenes Player/Zombie Damage system - Rucksack system - Safe (In jeder Savezone) - Hauptsprache (English) Falls ihr Interesse habt, könnt ihr gerne ab dem 01.01.21 vorbeischauen. Discord: https://discord.gg/cUE26stAuK MTA IP: Soon...
  11. i can't use that clientside?
  12. Hey there, i'm creating a vehicle exit system if my seatbelt state=true i can go out, but idk why, who can help me? Code: addEventHandler("onClientVehicleStartExit",root,function(tPlayer) outputChatBox("1") if(tPlayer==localPlayer)then if(getElementType(localPlayer)=="player" and getElementData(localPlayer,"seatbelt")==true)then outputChatBox("2") cancelEvent() outputChatBox("3") end end end)
×
×
  • Create New...