Jump to content

#1ERuPTiON

Members
  • Posts

    101
  • Joined

  • Last visited

Everything posted by #1ERuPTiON

  1. Where can I download for my tdma server ?
  2. Nice map ! I will test it for my Deathmatch (tdma/tdm) server ! Where can I download?
  3. My Server : mtasa://37.187.28.212:24263 Fake Server : mtasa://37.187.28.212:22623 copying my server name .. and many other servers name .. My server is [Eruption][xXx] and this one is [MoBdeN][xXx] second time this is happening so please tell that owner or something to close their server because it is fake . Please close that fake one ..it is also copying server names "[Q.5] + [6ARH]" Please do something about it this time..
  4. My Server : mtasa://37.187.28.212:24263 Fake Server : mtasa://37.187.28.212:22623 copying my clan name .. and many other servers name .. My serer is [Eruption][xXx] and this one is [MoBdeN][xXx] second time this is happening so please tell that owner or something to close their server because it is fake . Please close that fake one ..it is also copying server names "[Q.5] + [6ARH]" Please do something about it this time..
  5. What error does it come up with? if it says you update in-game then just have patience .. Show me the error . Or just try : https://nightly.multitheftauto.com/mtasa-1.3.5-rc ... 140529.exe
  6. Yeah I connected , what else? --------------------------------------- --------------------------------------- Benchmark results - 2014-06-12 19:59:44 --------------------------------------- Lua exec MHz: 651 Part1(sea) FPS: 55 Part2(grove) FPS: 29 Part3(peds) FPS: 48 Part4(cars) FPS: 30 Player Name: [Victory]#1ERuPTiON Player Ping: 0 Player Version: 1.3.5-9.06471.0 TestMode: none VideoCardName: AMD Radeon HD 6310 Graphics VideoCardRAM: 384 VideoCardPSVersion: 3 VideoMemoryFreeForMTA: 254 VideoMemoryUsedByFonts: 0 VideoMemoryUsedByTextures: 0 VideoMemoryUsedByRenderTargets: 1 SettingWindowed: false SettingFXQuality: 3 SettingDrawDistance: 63 SettingVolumetricShadows: false SettingStreamingVideoMemoryForGTA: 256 AllowScreenUpload: true DepthBufferFormat: intz VideoCardMaxAnisotropy: 4 SettingAnisotropicFiltering: 0 SettingAntiAliasing: 0 SettingHeatHaze: false SettingGrassEffect: true Setting32BitColor: true Resolution: 1024 x 600 ---------------------------------------
  7. It can just be a server sided function Heres the code : exports.scoreboard:addScoreboardColumn('PlayTime') local t = { } function checkValues( source,arg1,arg2) if (arg2 >= 60) then t[ source ][ 'min' ] = tonumber( t[ source ][ 'min' ] or 0 ) + 1 t[ source ][ 'sec' ] = 0 end if (arg1 >= 60) then t[ source ][ 'min' ] = 0 t[ source ][ 'hour' ] = tonumber( t[ source ][ 'hour' ] or 0 ) + 1 end return arg1, arg2 end setTimer( function( ) for _, v in pairs( getElementsByType( "player" ) ) do if (not t[ v ]) then t[ v ] = { ["hour"] = 0, ["min"] = 0, ["sec"] = 0 } end t[ v ][ 'sec' ] = tonumber( t[ v ][ 'sec' ] or 0 ) + 1 local min,sec = checkValues ( v, t[ v ][ 'min' ] or 0, t[ v ][ 'sec' ] or 0 ) local hour = tonumber( t[ v ][ 'hour' ] or 0 ) setElementData( v, "PlayTime", tostring( hour )..':'..tostring( min )..':'..tostring( sec ) ) end end, 1000, 0 ) function onPlayerQuit ( ) local playeraccount = getPlayerAccount ( source ) if ( playeraccount ) and not isGuestAccount ( playeraccount ) then local sValue = getElementData( source,'PlayTime' ) local hour = tonumber( t[ source ][ 'hour' ] or 0 ) local min = tonumber( t[ source ][ 'min' ] or 0 ) local sec = tonumber( t[ source ][ 'sec' ] or 0 ) setAccountData ( playeraccount, "PlayTime-hour", tostring(hour) ) setAccountData ( playeraccount, "PlayTime-min", tostring(min) ) setAccountData ( playeraccount, "PlayTime-sec", tostring(sec) ) setAccountData ( playeraccount, "PlayTime", tostring(sValue) ) end t[ source ] = nil end function onPlayerLogin (_, playeraccount ) if ( playeraccount ) then local time = getAccountData ( playeraccount, "PlayTime" ) local hou = getAccountData ( playeraccount, "PlayTime-hour") local min = getAccountData ( playeraccount, "PlayTime-min") local sec = getAccountData ( playeraccount, "PlayTime-sec") if ( time ) then setElementData ( source, "PlayTime", time ) t[ source ]["hour"] = tonumber(hou) t[ source ]["min"] = tonumber(min) t[ source ]["sec"] = tonumber(sec) else setElementData ( source, "PlayTime",0 ) setAccountData ( playeraccount, "PlayTime",0 ) end end end addEventHandler ( "onPlayerQuit", root, onPlayerQuit ) addEventHandler ( "onPlayerLogin", root, onPlayerLogin )
  8. I wish there was a like button to like a post
  9. #1ERuPTiON

    Huh

    Nice, I saw the videos and I i will come check it out soon
  10. You can use this code : addEventHandler("onPlayerChat",getRootElement(), function(message) if (string.find(message,"fu*ck")) or (string.find(message,"dick")) then --- use or for multiple words you want to block cancelEvent() --- cancel the event, the bad word would not show setPlayerMuted(source,true) outputChatBox("You were muted for saying a bad word .. ",source,255,0,0,true) setTimer(setPlayerMuted,60000,1,source,false) setTimer(outputChatBox,60000,1,"You are unmuted, don't say that word again !",source,0,255,0,true) end end)
  11. Why should looking / copying a code from another person(which has probably putted much effort in that code) be better than making it by yourself where YOU have to put that effort in your code which would help you so much better than copying. So just give yourself a bitc*slap and try to learn from the wiki/internet. Why are you always starting like an "argument" all I said that "I wished" and that "You learn better from it"
  12. Only thieves need a decompiler. Do you listen? I said you learn better from them.
  13. As I said, I only added them the other day, and without the effects its still the same FPS.
  14. http://pastebin.mtasa.com/806280496 :note: I only installed the effects, hud etc the other day, when it wasn't there it was still the same fps ..
  15. I wish there was a lua decompiler .. Because it's much easier than wiki, you can look at codes and learn them ..
  16. Hi, I have windows 8.1 with AMD Radeon HD 6310 Graphics card, and when I go to mta my fps is up to (10-20) when the server fps limit is either (50-65) .. I have 12gb ram, and when I play on my other computer which has 1gb, it runs great fps. I always close all programs while I'm running mta:sa on my 12gb ram, and it's still slow. So if anyone can help me please help me.. How do I fix my fps to either (50-65)?
  17. Can't wait for v1.4 , I would recommend a new admin panel that can do alot more stuff ..
  18. you didn't use trigger .. bool triggerServerEvent ( string event, element theElement, [arguments...] )
  19. I'm not actually stealing scripts, I just need to disable a few things from it . And I already know how to script .
  20. Does anyone know how to decompile lua? Or does anyone know how to use lua decompiler .. Please tell me :DD Skype :- destroyermarc354
  21. Specific server , TAPL server ..
  22. Move this topic to the proper group, can't find the real one. Every time I try to connect to this certain server, it says join flood, please wait a minute. I waited about 2 hours and still comes up .. pm me if you need my serial or ip to fix this problem
  23. wtf how much vps do they have.. and 0/1 lal
×
×
  • Create New...