Jump to content

fem_luna

Members
  • Posts

    81
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by fem_luna

  1. 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.

  2. 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

  3. 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...

  4. 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...