Jump to content

Phoenixx

Members
  • Posts

    67
  • Joined

  • Last visited

Posts posted by Phoenixx

  1. So I am playing MTA... When I freshly log-in , my FPS is great. After playing for some time , FPS drops below 20 .

    What's the problem ? My ping is low , I connect using Wireless Netowrk Adapter (WIFI) .. Can someone help ?

  2. So , guys I want to make an MTA server. Using MTAserver.exe , and running it on my Windows... I mean I don't want to pay server hosting companies for hosting My Server. So , I already had a server ... And it was working ... Ports were open , I had players ...

    And now I bought A new internet , you know what I mean...

    I mean like I bought internet from different Internet Service Company.

    I actually bought An USB Wireless Adapter ( TP-LINK TL-WN722N ) , and I connect using Wireless Conection to my friend's router. It's Thomson Router ( T-com , white color :D ). And now when I open ports , On MTAserver.exe I write "openports" and says that all ports are closed. But I opened them using Windows Firewall already ... I probably know why it's saying "All ports closed" ...

    Is it because I connect using Wireless Connection ? I Think it is the reason... Is there a way to open ports on this USB Wireless Adapter , because I really want to make MTA server. Hm.....

    So , will i have to go to my friend and open ports on his PC ( I mean his router ) ? Or I Can simply open ports on my USB and It will be like I opened it on router ? You guys probably know that .. So please Help Me with this . Many people are using this TP Link and they also maybe want to make MTA server..I will make a tutorial of it on YouTube. I need Your Help guys

    Thanks to those who reply to this post . And 100x thanks from me to those who help in this !

  3. You are looking for DayZ Server ? - This is the right server to play !

    Owners : Aktorious , Skype : EuGamer.net

    Ota4ku , Skype : wantiz

    MTA:DayZ Lithuania/English/International

    - Totally new DayZ System by Ota4ku !

    - New Backpacks ! 16 backpacks total ! Some of them : Omega Backpack , Alpha Backpack , Anarchy Backpack , Chezch Vest Pouch Backpack , Coyote Backpack , ACU Backpack , Alice backpack and much more !

    - New types of skins , and great skins!

    - More ghillie types !

    - All languages are allowed

    - No hackers

    - Mostly no duplicators ( dupers )

    - Great and fair admins

    - You can buy bases & Weapon packs with real money using something like : Paysafecard / PayPal ...

    - Server is online , but still updating new skins and improving player experience.

    - Many other things you will find In-Game !

    - I RECOMMEND you this server ! This is greatest DayZ Server !

    ~ Join us now !

    IP : mtasa://91.211.244.158:22003

  4. Well ... I tried 2 group system , and none of them works ?

    --- Do they maybe need admin rights ?

    --- Maybe they're wrong scripted ?

    ....

    Help please.. ?

    Any moderators that could help ? I know that they always helped me.. and when they help me everything works :)

  5. I have GroupSystem. I downloaded it from : https://community.multitheftauto.com/ind ... ls&id=8036

    And ... it's not working :c ...

    F6 is the button you use to open Group Panel , and there you can see: Group Administration, Edit group info, Create new group,invite member to group... and so on...

    But when in "Create Group" section , i type Create new group and it says: "You don't have money to deposit in group!"

    It's very buggy GroupSystem , but if it could work it could be very useful for all RolePlay Servers...

    The .zip file ( resource ) contains:

    Language_s.lua

    Language_c.lua

    server.luac

    gang_client.luac

    meta.xml

    Please help .. 10000x thanks for any answers!!!

  6. I want to create RolePlay Server ( I already have all scripts I need and I have open ports ) ...

    I want to make it MW(Mafia Wars) , Cops and Criminals and Civilian Jobs ..

    But to make sure when players search for my server it says : Gamemode : RP or RolePlay ..etc...

    ~~~Thanks~~~For~~~Answer~~~

  7. 
    

    --BUILD WINDOW ON RESOURCE START

    addEventHandler("onClientResourceStart", resourceRoot,

    function ()

    build_loginWin()

    guiSetVisible(background_front,false)

    showLoginWindow(true)

    guiSetInputMode("no_binds_when_editing")

    --playSound("winsound.mp3")

    fadeCamera (true)

    setCameraMatrix(1468.8785400391, -919.25317382813, 100.153465271, 1468.388671875, -918.42474365234, 99.881813049316)

    end

    )

  8. Look i already have downloaded map , so I want create map like that .

    Content of Map:

    Source is in zip, inside it :

    corparation.map;

    client.lua :

    function createThelift ()

    mylift = createObject ( 3095, -2027.8459, 157.1302, 82.555, 0, 0, 0 )

    end

    addEventHandler ( "onResourceStart", getResourceRootElement ( getThisResource () ), createThelift )

    function openMylift ()

    moveObject ( mylift, 8000, -2027.8459, 157.1302, 32.1, 0, 0, 0 )

    end

    addCommandHandler("liftgodown555",openMylift)

    function movingMyliftBack ()

    moveObject ( mylift, 8000, -2027.8459, 157.1302, 82.555, 0, 0, 0 )

    end

    addCommandHandler("liftgoup555",movingMyliftBack)

    function createTheGate1 ()

    myGate1 = createObject ( 980, -2016.75, 176.81, 29.47, 0, 0, 90 )

    end

    addEventHandler ( "onResourceStart", getResourceRootElement ( getThisResource () ), createTheGate1 )

    function openMyGate1 ()

    moveObject ( myGate1, 3000, -2016.75, 165, 29.47, 0, 0, 0 )

    end

    addCommandHandler("openbase555",openMyGate1)

    function movingMyGateBack1 ()

    moveObject ( myGate1, 3000, -2016.75, 176.81, 29.47, 0, 0, 0 )

    end

    addCommandHandler("closebase555",movingMyGateBack1)

    AND META.XML

×
×
  • Create New...