Jump to content

Phoenixx

Members
  • Posts

    67
  • Joined

  • Last visited

Everything posted by Phoenixx

  1. Phoenixx

    MTA Server

    Oh thanks... And I was just asking about Can I make MTA server using WIFI. Now I know . Thanks !
  2. Phoenixx

    MTA FPS

    Well , thank You Guys.. I play DayZ Servers ... Yes , not modded servers lag less. Thanks .
  3. Phoenixx

    MTA Server

    Ah Thank You. And ... I don't know how long will it take for players to download ? Will it take them long for the server to upload ... ?
  4. Phoenixx

    MTA FPS

    Well , Lithuanian server... I am from Croatia . Im pretty close to Lithuania. IThe server has many mods btw..
  5. Phoenixx

    MTA FPS

    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 ?
  6. Hey guys . Can I open ports IF I connect to my friend's internet using TP-LINK Wireless Adapter ? Can I open ports on Wireless Network adapter ? Help !
  7. Phoenixx

    MTA Server

    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 ). 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 !
  8. 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
  9. 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
  10. Well.,, I tested it , and it doesn't works :c.. Any other answers/help ?
  11. @Desaster , you think that will help me ? Okay I will try that one ) . ~Thanks for all the answers~
  12. Well.. still... no help from here ... I am trying to fix it , but can't :c
  13. 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!!!
  14. Nevermind. Server is working and it says "RolePlay" gamemode. But I do not have Login Panel. .
  15. 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~~~
  16. Ya.... sound plays , ( i got file winsound.mp3 , and it plays the random song) , if i replace my own winsound.mp3 , it still plays random WINSOUND ==
  17. and the two -- before code play sound (winsound.mp3) when i remove 1 - or 2 -- login breaks and just black screen appears Thx for help all i'll try this
  18. --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 )
  19. How do i make some music play when I login/connect to server .. ? ~I already have something like : --Playsound "winsound.mp3 (true) or something like that but it doesn't works ..
  20. I want to make base , and on it i can open gate by typing something like : /openbase ~~~~~~~~HELP MEEEEEEEEEEEEEE~~~~~~~
  21. I am making map using MTA Map Editor but when I make map , I can't find it on my PC Please help , tell me where it saves MTA maps.
  22. 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...