Jump to content

xeon17

Members
  • Posts

    1,903
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by xeon17

  1. Pa sta da ti kazem nisam neki veliki ljubitelj DayZ gamemode-a.
  2. Sto se tice foruma,vidio sam malo ljudi sa Balkana U serveru kao sto je SAUR (u kome cesto igram) vidio sam puno Balkanaca.Pa sta da kazem , jednostavno nema dovoljno ljudi za pravljenje jedne take zajednice za Balkan. A pravljenje jednog MTA Balkan servera je odlicna ideja, volio bi mnogo da se napravi ali ne vjerujem da ce se to desiti. A problem bi bio koliko je ljudi spremno da igra na tom serveru,sigurno mnogi nebi odustali od igranja na SAURU,SAES-u,CiT i tako dalje. Mega9 zao mi je sto si odustao, mozda bi mogla grupa skriptera sa Balkana da se skupi pa da pokusamo ponovo napraviti server? Pozdrav.
  3. I think it's already draw the name's of all players in team, idk
  4. addEventHandler("onClientRender",root, function () local team = getPlayerTeam(localPlayer) if not(team)then return end local players = getPlayersInTeam(team) for _,v in ipairs(players)do dxDrawText (getPlayerName(v), x + 60, 420, x, y, tocolor( 255, 255, 255 ), 1, "default-bold" ) end
  5. getPlayerTeam getTeamName dxDrawText
  6. Hello there, Asking me if there is any way to create a radar area on every zone, who doesn't know what zones are. The following picture should explain it , I saw a server which have radar areas on every zone in LS and SF , and when you enter in a zone dxtext apper with the name of the zone. I'll need to use createRadarArea with custom x,y,z which i chose or there is a better way. To create radararea on every zone in LS and SF Who still doesn't know what zones are, check the following functions. getElementZoneName getZoneName Kind regards
  7. You can use the following function to check is the element within marker; isElementWithinMarker And use this,if you want to get all elements in a marker; function getElementsWithinMarker(marker) if (not isElement(marker) or getElementType(marker) ~= "marker") then return false end local markerColShape = getElementColShape(marker) local elements = getElementsWithinColShape(markerColShape) return elements end
  8. xeon17

    Program for Lua

    So, i created this topic to ask which program are you using for programming in Lua. Here is a list of programs which i know and used. Notepad++ MTA Scripting Editor - MTASE Sublime text 2
  9. for me is nice I don't care e.e btw,you said you'll put the hud decomplied , but it's complied.. eh?
  10. https://community.multitheftauto.com/ind ... s&id=10307
  11. I had the same error when i tried to enter in your server , before my mta crashed it lagged a lot. Version = 1.4-release-6977.0.000 Time = Wed Dec 24 14:49:55 2014 Module = C:\Windows\system32\KERNELBASE.dll Code = 0xE06D7363 Offset = 0x0000812F EAX=0022F3F0 EBX=0022F560 ECX=00000003 EDX=00000000 ESI=73CBC164 EDI=00000000 EBP=0022F440 ESP=0022F3F0 EIP=75B4812F FLG=00200216 CS=001B DS=0023 SS=0023 ES=0023 FS=003B GS=0000
  12. Wanted to know what you guys think about the interface of bridge toll booth , critics and suggestions are welcome! http://imgur.com/a/lNdAb http://imgur.com/G3WOZDQ
  13. https://community.multitheftauto.com/ind ... s&id=10603 Stolen from Nerd Gaming gamemode , https://community.multitheftauto.com/ind ... s&id=10440
  14. viewtopic.php?f=91&t=83150&hilit=gate
  15. Looks cool Anu, but as Dealman already said maybe you should change the colors. Keep it up!
  16. xeon17

    Peds

    I suggest you to use the following resource, also don't forget to start slothbot. https://community.multitheftauto.com/in ... ls&id=9117
  17. Come on , seriously? what so hard at creating HUDS? dxDrawImage dxDrawText dxDrawRectangle getElementHealth getPlayerMoney getPedTotalAmmo Can be done in 30 minutes....
  18. This theme is the best i ever saw,good job! but. Could someone change the color of this theme from green to red for me? i'm not a designer. I would be so thankful. sorry for bump.
  19. Você não leu o wiki! A source deste evento é o jogador que entrou no servidor. Edita "player" para "source" e vai fuciona.
  20. https://wiki.multitheftauto.com/wiki/GetPlayerCount You can use this function to check how many players are currently online.
×
×
  • Create New...