Jump to content

HunT

Retired Staff
  • Posts

    1,390
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by HunT

  1. config.xml delete all and add <teams> <team name="|DGT|Clan" color="#FF0000" tag="DGT" aclGroup=" " required="both" /> </teams> aclGroup=" " = EveryOne aclGroup="Moderator " = Moderator - - -
  2. HunT

    amx problem

    mtaserver.conf <resource src="amx" startup="1" protected="0"/> <module src="king.dll" /> ACL.xml <group name="AMX"> <acl name="AMX" /> <object name="resource.amx" /> </group> <acl name="AMX"> <right name="general.ModifyOtherObjects" access="true" /> <right name="function.startResource" access="true" /> <right name="function.stopResource" access="true" /> </acl>
  3. HunT

    amx problem

    Yep. . .in mtaserver.conf resource src = amx . .and add amx in ACL with group name = amx etc. (i reply with iphone :l sorry)
  4. Why my server test is online and site gta-multi.com is down?
  5. Yeah This is My new Project (10% raw) St3reo Project V8 Super Mario Portal
  6. only with restart map collision work ( /redo ) Epic bug.
  7. function findPlayer call players with namepart. . Yes.For respawn players in dm maps?
  8. Omg Castillo sorry :l i copy only outputchatbox and no player = findplayer. The problem is player, theplayer = findplayer now work.And for respawn player in dm map?. . .player: admin respawn me . . Ok /cmd "name player" . . . respawn delay? Sorry for bad eng.
  9. with this work. outputChatBox ( (thePlayer).. " Blow " ..getPlayerName(player), getRootElement(), 255, 255, 0, true) thePlayer=admin and player=player (or no ) ok Test in Server
  10. Castillo . . .Bad argument @ 'getPlayerName' attempt to concatenate a boolean value with: outputChatBox (getPlayerName(thePlayer) .. " msg " .. getPlayerName(player),getRootElement(), 255, 255, 0, true) why
  11. Ty castillo O.T. For Respawnplayer? (race mode) respawn delay or what?
  12. i have problem with outputChatBox function trol (thePlayer, commandName, ...) player, thePlayer = findPlayer(...) if not player then outputChatBox("* /wtf: player not found", thePlayer) elseif isPedInVehicle(player) then local vehicle = getPedOccupiedVehicle(player) /-------------------------------------------------------/ This --> outputChatBox( getPlayerName(player).. " trol " ..(thePlayer), getRootElement(), 255, 255, 0, true) /---------------------------------------------------------/ end end addCommandHandler("wtf", trol) with this function outputChatBox "name player" trol "name player" i want . . . "name admin" name function (example trol) "name player" pliz
  13. This is Version Fix https://community.multitheftauto.com/ind ... ls&id=1949 Change Velocity and spawnpoint Mr.Woonoobs no Good . .With Monster Very Good .
  14. St3reo Project v7 HT3 Script : hovercars aircars Velocity custom txd etc. Mortal Kombat v1 ---> https://community.multitheftauto.com/ind ... ls&id=1951 Final Destination 2 (version fix) ---> https://community.multitheftauto.com/ind ... ls&id=1949
  15. 1. Kick Players With Low Fps 2. change final_c.lua with this. --[[ ===================================================== Race map name : Final Destination 2 Autor : ST3REO (the best mapper) Build : 22/02/2011 ===================================================== ]]-- local root = getRootElement() local this = getThisResource() local resourceRoot = getResourceRootElement(this) local localPlayer = getLocalPlayer() local Marker = {} addEventHandler("onClientResourceStart", resourceRoot, function() Marker[1] = createMarker(3524.8, -1776.4, 6, "corona", 10, 0, 0, 0) Marker[2] = createMarker(3688.7, -1776.4, 6, "corona", 5, 0, 0, 0) end ) addEventHandler("onClientResourceStop", root, function(res) if res == this then end end ) addEventHandler("onClientMarkerHit", root, function(player, matchingDimension) if not matchingDimension then return end if player == localPlayer and isPedInVehicle(player) then local vehicle = getPedOccupiedVehicle(player) if source == Marker[1] then setElementVelocity(vehicle, 0, 0, 0) setVehicleTurnVelocity(vehicle, 0, 0, 0) setElementPosition(vehicle, 3524.8, -1776.4, 6) setElementVelocity(vehicle, 2, 0, 0) elseif source == Marker[2] then setElementVelocity(vehicle, 0, 0, 0) setVehicleTurnVelocity(vehicle, 0, 0, 0) setElementPosition(vehicle, 3688.7, -1776.4, 6) <-- Marker setElementVelocity(vehicle, -2, 0, 0) <---- Velocity . . . Edit pos. X with -2.5 or -3 or -4 end end end )
  16. Tnx . . No good for players with low fps
  17. HunT

    All razor maps.

    Nice maps . . For downloaders edit file name .map and meta.xlm example: race - [DM]RaZor - Spark Fly.map To [DM]RaZor Sspark Fly.map meta without this change the server crash personal test
  18. Function Nr1 = ( Benox, true)
  19. Final Destination 2 by ST3REO (me ) I have testing this map with 13 players and is EPICCCCCCCC. . .. with 32 players mhhhh IPEREPICCCCCCC free download ( loooool ) ---> http://www.mediafire.com/?b1bnj5rrivc188c ---------------------------------------------------video-------------------------------------------------- P.S. File is winrar no zip
  20. HunT

    Help me !!

    setTimer ( destroyElement, "time" , 1 , "name function" ) i'm scripter
  21. I don't need your help. . . Aspect other scripters. In my posts not to answer please. Hahaha, aiboforcen it's a good member that helps everyone, your problem is that you don't understand him, maybe because of your :~ english Hate for other motive.
  22. Resolved Tnx for support proracer. local x, y, z = getElementPosition ( source ) local ramp = createObject ( 1633, x, y, z ) attachElements ( ramp, vehicle, 0, 0, 0 )
  23. I don't need your help. . . Aspect other scripters. In my posts not to answer please.
  24. with this code attachElements no work elseif source == Marker[2] then local x, y, z = getElementPosition ( source ) local ramp = createObject ( 1633, x, y, z ) attachElements ( ramp, source, 0, 0, 0 ) createObject work attachElements no work . . . whi? (look video)
×
×
  • Create New...