Jump to content

Atton

Members
  • Posts

    211
  • Joined

  • Last visited

Everything posted by Atton

  1. Atton

    Media Player

    Hi I have been working on a little panel for my server for quite some time now, I am rebuilding the gui and doing chances to things I have come up with quite few ideas. There is one idea that so far that I have that I am having quite a hard time with I am looking to make a box where you can put in links for media. For example examplelink/examplefile.mp3 If one of you could make a gui for something like this or at least point me in right direction that would be much appreciated.
  2. I can agree the Establishment of general happiness more important then a server that was protected poorly.
  3. Don't know avast thinks it is fine but Avria is a no name ask the devs.
  4. A pretty good reason not to have kids or a wife but the ban button was made to deal with 10 year old's. Seems to be more trouble then it is worth to be honest.
  5. You obviously have no idea of what you're talking about. Also, adding to my post that even if your firewall had multiple layers of anti-intrusion features with any RSA-key mechanism, it can still be hacked into. And if not hacked, it can be broken into physically by connecting your USB cable onto the box. And there are many ways to do that with money or knowledge, but I guess that's a bit far fetched. Regardless you can't protect your code. Even if you made dozens of agreements and such, people can disappear underground and sell it off many ways else in untraceable means and ways - which means it cannot be brought directly to court either - which means you won't be paid. And banks don't have the ability to insure code. So all it results into is literally nothing and MTA won't do anything about it neither because they can't help it, for a reason or another. Maybe but I wanted to address the part where he is crying about losing code.
  6. Own your s.hit your files are public rebuild or die. Protecting your files is not hard not giving out svn is not hard. But your "Copy Right" ends where greed or curiosity starts. Protect your s.hit and don't bitch about it.
  7. I suggest supporting this site.
  8. http://m2-multiplayer.com/ The wiki is pretty much a clone from the one for mta sa . Your 2 cents guys.
  9. I'm happy to look over your code and help you with comping if you want. I have more spare time then sense.
  10. Atton

    Bass Error

    --=======================================================================================================-- local screenWidth, screenHeight = guiGetScreenSize() local windowWidth, windowHeight = 581, 373 local left = screenWidth/2 - windowWidth/2 --guiSetVisible(Mgui, false)-- local top = screenHeight/2 - windowHeight/2 Mgui = guiCreateWindow(left, top, windowWidth, windowHeight, "MainWindow", false) guiWindowSetSizable(Mgui, false) guiSetVisible(Mgui, false) --=======================================================================================================-- B1b = guiCreateButton(0, 25, 151, 61, "TOM LEYKIS", false, Mgui) B2b = guiCreateButton(150, 25, 151, 61, "B2", false, Mgui) B4b = guiCreateButton(0, 85, 151, 61, "B4", false, Mgui) B6b = guiCreateButton(300, 85, 151, 61, "B6", false, Mgui) B3b = guiCreateButton(300, 25, 151, 61, "B3", false, Mgui) B5b = guiCreateButton(150, 85, 151, 61, "B5", false, Mgui) B7b = guiCreateButton(0, 145, 151, 61, "B7", false, Mgui) B10b = guiCreateButton(0, 205, 151, 61, "B10", false, Mgui) B8b = guiCreateButton(150, 145, 151, 61, "B8", false, Mgui) B9b = guiCreateButton(300, 145, 151, 61, "B9", false, Mgui) B13b = guiCreateButton(0, 265, 151, 61, "B13", false, Mgui) B11b = guiCreateButton(150, 205, 151, 61, "B11", false, Mgui) B14b = guiCreateButton(150, 265, 151, 61, "B14", false, Mgui) B12b = guiCreateButton(300, 205, 151, 61, "B12", false, Mgui) B15b = guiCreateButton(300, 265, 151, 61, "B15", false, Mgui) closeb = guiCreateButton(480, 265, 91, 51, "Close", false, Mgui) srb = guiCreateButton(480, 205, 91, 51, "Stop Radio", false, Mgui) label = guiCreateLabel(470, 35, 101, 31, " Radio ", false, Mgui) --[[ guiLabelSetHorizontalAlign(gui["label"], "left", false) guiLabelSetVerticalAlign(gui["label"], "center") ]]-- --=======================================================================================================-- function Mguix() if (guiGetVisible(Mgui)) then guiSetVisible(Mgui, false) showCursor(false) else guiSetVisible(Mgui, true) showCursor(true) end end addCommandHandler("music", Mguix) function CloseF() guiSetVisible(Mgui, false) showCursor(false) end addEventHandler("onClientGUIClick", closeb, CloseF, false) function StopR (sound) if ( isElement ( sound ) ) then destroyElement ( sound ) end end addEventHandler("onClientGUIClick", srb, StopR, false) function Bff () sound = playSound("http://playerservices.streamtheworld.com/pls/TOM_LEYKIS_SHOW.pls") end addEventHandler("onClientGUIClick",B1b,Bff) It does not kill the sound tried a few times to.
  11. Atton

    Bass Error

    Tried pls and m3u function StopR () stopSound( sound ) -- Done f.ucked end addEventHandler("onClientGUIClick", srb, StopR, false) function Bff () sound = playSound("http://playerservices.streamtheworld.com/pls/TOM_LEYKIS_SHOW.pls") end addEventHandler("onClientGUIClick",B1b,Bff) Does not stop it.
  12. startResource(getResourceFromName("DARES")) I have no idea if that will work.
  13. Atton

    Bass Error

    Still at a dead end.
  14. Compiling works on both client side and server side scripts.Decomping scripts that are encrypted does not really seem that easy. On top of that you can make the jobs on the server dependent upon a compiled exports system, with a timer to lag the server if a code is not entered. If someone breaks into the server owners computer and steals the source code for the exports system, Then goes on and collects everything else from the server than chances are that person is jesus. However it is quite unlikely that someone with the skill to do this would do this.
  15. moveObject ( Object, 1500, moveX, moveY, moveZ ) local Object = createObject ( ID, x, y, z, rx, ry, rz ) moveObject ( Object, 1500, x, y, z ) What the f.uck are you even trying to make this code is massively deformed. Team = "ahmed1010" local Object = createObject ( ID, x, y, z, rx, ry, rz )--What the f.uck is this and where does x y z rx ry rz come from local Marker = createMarker ( -11.482395172119, 2071.0393066406, 17.4921875, "cylinder", size, 0, 0, 0, 80 ) function OpenObject ( player ) if isElementWithinMarker ( player, Marker ) then --This could be done via addEventHandler if ( getTeamName( getPlayerTeam( player ) ) == Team ) then if not Open then -- What the f.uck is open it is not defined moveObject ( Object, 1500, moveX, moveY, moveZ ) --What the f.uck is moveX moveY and moveZ there is nothing to define them. else moveObject ( Object, 1500, x, y, z ) -- Again what the f.uck end Open = not Open -- Do I need to keep saying this else outputChatBox ( "* You aren't in ["..Team.."] team !", player, 200, 0, 0, true ) end end end addEventHandler ( "onResourceStart", getRootElement(), OpenObject ) --Why the f.uck do you want this to go when the resource starts that makes no sense. Try doing this again because it really sucks I can't even understand what this code does. GATECcol = createColCircle(153.87090,-1772.38123,8) Cgate = createObject (987,148.69999694824,-1772.4000244141,2.7000000476837,0,0,0) function GC1 (thePlayer) moveObject (Cgate,1200,148.69999694824,-1772.4000244141,-4) end addEventHandler("onColShapeHit", GATECcol , GC1) function GC2 (thePlayer) moveObject (Cgate,1200,148.69999694824,-1772.4000244141,2.7000000476837) end addEventHandler ("onColShapeLeave", GATECcol ,GC2) Above is something that works redo your code.
  16. Atton

    Bass Error

    So by any chance could you give me some code to correct this your help would be much appreciated.
  17. Atton

    Bass Error

    I am trying to make an internet radio file work for play sound. The Error is this: BASS ERROR 41 in LoadMedia path:F:\Program Files (x86)\MTA San Andreas 1.3\mods\deathmatch\resources\InternetRadio\Rfiles\BFusion.m3u Code function Bff () sound = playSound("Rfiles/BFusion.m3u") end addEventHandler("onClientGUIClick",B1b,Bff) Meta If someone knows how to fix this please let me know or post a solutions below. I have tried this with 2 internet radio files one being a pls.
  18. When I have free time I might be able to provide some help. However I am also kinda learning on my end so I do not have a lot to offer however it is possible I could help.
  19. There was a copy of the map editor that was released at some point that can do this. http://www.mediafire.com/download/cfajf ... tor%5D.zip I found this on and old copy of mta it seems to work fine if you install it right.
  20. Considering how scripts can be made and the measures that can be taken. Pretty much no one has legitimate grounds to complain. I agree with this rule.
  21. You have proven me to be blind as a bat.
×
×
  • Create New...