Jump to content

Anubhav

Members
  • Posts

    2,277
  • Joined

  • Last visited

Everything posted by Anubhav

  1. attempt to get length of field
  2. Good job. The best admin panel for DayZ ever I saw.
  3. https://forum.multitheftauto.com/ucp.php
  4. appFunctions.waypoints:onPanelLoad
  5. https://www.paysafecard.com/fileadmin/source/widgets/
  6. RewriteEngine on RewriteCond %{HTTP_HOST} ^[^.]+\.example\.com$ RewriteRule !^index\.php$ index.php [L]
  7. Anubhav

    MTA not start

    Try changing the permissions of the folder.
  8. file:write("Hello World")
  9. http://www.php.net/downloads.php
  10. function elevator (player, cmd, x1, x2, x3, col1, col2, col3, alpha, size ) local x, y, z = getElementPosition (player) if x1 and x2 and x3 and col1 and col2 and col3 and alpha and size then local newV = x2 + 2 local yzz = y + 2 px, py, pz = x1, newV, x3 tx, ty, tz = x, yzz, z marker1 = createMarker ( x, y, z + 1, "arrow",2, col1, col2, col3, alpha ) marker2 = createMarker ( tonumber(x1), tonumber(x2), tonumber(x3) + 1, "arrow", size, col1, col2, col3, alpha ) else outputChatBox ("[invalid Syntax]: /addelevator [x], [y], [z], [Col1], [Col2], [Col3], [Alpha], ", player, 255, 0, 0 ) end end addCommandHandler("addelevator", elevator ) addEventHandler("onMarkerHit", root, function(hitPlayer) if isElement(marker1) and (source = marker1) then if (getElementType(hitPlayer) = "player") then setElementPosition(hitPlayer, px, py, pz) fadeCamera ( hitPlayer, false, 0.1, 255, 0, 0 ) setTimer ( fadeCamera, 500, 1, hitPlayer , true, 0.5 ) end end end ) addEventHandler("onMarkerHit", root, function(hitPlayer) if isElement(marker2) and (source = marker2) then if (getElementType(hitPlayer) = "player") then setElementPosition(hitPlayer, tx, ty, tz) fadeCamera ( hitPlayer, false, 0.1, 255, 0, 0 ) setTimer ( fadeCamera, 500, 1, hitPlayer , true, 0.5 ) end end end )
  11. function elevator (player, cmd, x1, x2, x3, col1, col2, col3, alpha, size ) local x, y, z = getElementPosition (player) if x1 and x2 and x3 and col1 and col2 and col3 and alpha and size then local newV = x2 + 2 local yzz = y + 2 px, py, pz = x1, newV, x3 tx, ty, tz = x, yzz, z marker1 = createMarker ( x, y, z + 1, "arrow",2, col1, col2, col3, alpha ) marker2 = createMarker ( tonumber(x1), tonumber(x2), tonumber(x3) + 1, "arrow", size, col1, col2, col3, alpha ) else outputChatBox ("[invalid Syntax]: /addelevator [x], [y], [z], [Col1], [Col2], [Col3], [Alpha], [size] ", player, 255, 0, 0 ) end end addCommandHandler("addelevator", elevator ) addEventHandler("onMarkerHit", root, function(hitPlayer) if isElement(marker1) and (source = marker1) then if (getElementType(hitPlayer) = "player") then setElementPosition(hitPlayer, px, py, pz) fadeCamera ( hitPlayer, false, 0.1, 255, 0, 0 ) setTimer ( fadeCamera, 500, 1, hitPlayer , true, 0.5 ) end end end ) addEventHandler("onMarkerHit", root, function(hitPlayer) if isElement(marker2) and (source = marker2) then if (getElementType(hitPlayer) = "player") then setElementPosition(hitPlayer, tx, ty, tz) fadeCamera ( hitPlayer, false, 0.1, 255, 0, 0 ) setTimer ( fadeCamera, 500, 1, hitPlayer , true, 0.5 ) end end end )
  12. Won't work, you never knew that file was downloaded or not?
  13. It won't work, mihayy5. You never downloaded the files. Remove the download="false" in meta.xml and it will work perfect.
  14. A: Then he answered it. Bullshit sense. Q: What if once you had a bone?
  15. Anubhav

    Scam

    http://i.imgur.com/Brk80BL.png http://i.imgur.com/78Fjyog.png First he tells me he will give me 10$ for my job. Now he tells me I din't do a shit. Nice right? Don't trust this guy, skype-name: simonos2000
×
×
  • Create New...