Jump to content

xeon17

Members
  • Posts

    1,903
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by xeon17

  1. xeon17

    Internet Speed

    God damn, that actually sucks and it's a rip off Yeah , the biggest internet speed here is 7mb/s. And you need to have a telephone so the price will be more than 55€ http://telekom.me/adsl-paketi-prica-o-adsl-u.nspx
  2. Without extra obfuscation it's very easy to decompile a script.
  3. Nobody will create it for you free , you should pay someone or check the following gamemode. https://forum.multitheftauto.com/viewtopic.php?f=108&t=77284
  4. xeon17

    Internet Speed

    How much money you pay for this internet? ~$150/month and ~$90/month first year, many ISP's can deliver 1Gbit/s here so they are forced to lower their prices. Awesome price for a so good internet , i can just say my country have the worst and most expensive internet. We pay 50$ for a internet of 7MB , 2MB cost 21$.
  5. xeon17

    Helpe me

    moving = false closed = true movetime = 968 function openGate(player) if getElementType(player) == "player" then if getPlayerTeam(player) ~= getTeamFromName("Police") then return end if not moving and closed then moveObject(objecto,3000, 1541.0999755859, -1627.6999511719, 9.4) moving = true closed = false setTimer(function() moving = false end, movetime, 1) end end end addEventHandler("onMarkerHit", Zona, openGate) function closeGate(player) if getElementType(player) == "player" then if getPlayerTeam(player) ~= getTeamFromName("Police") then return end if not moving and not closed then moveObject(objecto,1540.8887939453, -1630.9000244141, 12,) moving = true closed = true setTimer(function() moving = false end, movetime, 1) end end end addEventHandler("onMarkerLeave", Zona, closeGate)
  6. xeon17

    Internet Speed

    How much money you pay for this internet?
  7. I fixed it already with help of a friend , thanks anyway for your help DNL291. Your code is correct
  8. Hello there, I have a small problem with the function getElementInterior , so everything is working but only the getElementInterior have a error at argument 1 got nil. I don't know to fix it,so please tell me what i'm doing wrong. addEvent("goLos", true) addEventHandler("goLos", root, function() if getPlayerMoney(source) >= 500 then takePlayerMoney(source, 500) fadeCamera ( source, false, 2.0, 0, 0, 0 ) setTimer ( fadeCameraDelayed, 3000, 1, source ) setTimer(theAir, 2000, 1, source) setTimer( function () if getElementInterior(source) == 1 then fadeCamera ( source, false, 2.0, 0, 0, 0 ) setTimer ( fadeCameraDelayed, 3000, 1, source ) setTimer(SpawLos, 2500, 1, source) end end, 30000, 1, source) end end ) Regards.
  9. No , that resource replaces the defualt gta blips with shaders.
  10. I want to report the following recource , all the comments are from same day , and all the votes are from same day. I think this guy the owner of the recource created all these accounts to vote and comment his resource. I think the resource should be removed or suspended from MTA Community. https://community.multitheftauto.com/ind ... s&id=10209 DONE
  11. xeon17

    Scoreboard

    https://wiki.multitheftauto.com/wiki/Debugging
  12. Just trying to say, you don't have any idea about scripting
  13. Lol my Nametags resources is not compiled + Fighting style i mad it my self ! no body answered me so i made it + idc stop stealing my codes , Any moderator Close this Topic You use dx functions on server side and you want i belive you?
  14. I guess then you stolen the script from grafuroom and he from your server
  15. isObjectInACLGroup is a server side function , you can't use on client side. You have to use triggerServerEvent Where is sx + math.max(nameWidth/2, teamWidth/2) + 0*scale, sy - imageSize, imageSize, imageSize, "vip.png" definied? Done, i helped you. happy?
  16. The same code |-Zares-| posted before three days.
  17. viewtopic.php?f=91&t=81037&p=743385#p743385 Seriously?
  18. xeon17

    ACL

    CODE REMOVED BY XeoN
  19. Where did you get this resource?
  20. You haven't definied the arguments , you only copied the code from this topic viewtopic.php?f=91&t=81037 It will never work
  21. It won't work , because this event happen when a player exit a vehicle and it can't be canceled. Use the code of tosfera , it will work.
×
×
  • Create New...