Jump to content

TorNix~|nR

Members
  • Posts

    503
  • Joined

  • Last visited

Everything posted by TorNix~|nR

  1. TorNix~|nR

    Forum

    private
  2. TorNix~|nR

    Forum

    Hello, I have VPS Centos 6, can anyone help me to make a forum?
  3. Worked, thanks
  4. No there is not, I just need help in this script.
  5. hi everyone, I have script of anti veh zone it works, but when the vehicle destroyed, it never respawn, anyone help? local positions = { {xxx, xxx, xxx, xxx}, } local aRadarAreaPlaces = { { xxx, xxx, xxx, xxx, xxx, xxx, xxx, xxx }, } function pos() for k, v in ipairs(positions) do local mycol = createColRectangle (v[1], v[2], v[3], v[4]) for _, a in ipairs( aRadarAreaPlaces ) do local pRadarArea = createRadarArea ( unpack( a ) ) addEventHandler ("onColShapeHit", mycol, destroyTheVehicles) addEventHandler ("onColShapeHit", pRadarArea, destroyTheVehicles) end end end addEventHandler("onResourceStart", resourceRoot, pos) function destroyTheVehicles (hitElement, dimension) if (getElementType(hitElement) ~= "vehicle" or not dimension) then return end local player = getVehicleController(hitElement) if (isElement(player)) then end destroyElement(hitElement) setTimer(respawnVehicle,5000,0)(hitElement) end
  6. help in everything, being 2 owners
  7. thanks, I made it
  8. leeel :v
  9. TorNix~|nR

    GameState

    hello everyone, can anyone tell me how to get the png of https://www.game-state.com/51.254.39.120:22003/iframe/ I just can get it in this https://www.game-state.com/51.254.39.120:22003/banner/ but in iframe no Help?
  10. TorNix~|nR

    Security

    Hi everyone, I have a login panel script, but I doesn't have security of Forget password (email... etc) can anyone help me?
  11. TorNix~|nR

    Hud

    Thanks everyone !
  12. TorNix~|nR

    Hud

    Hello everyone, I have a Hud system in my server, but is just Client-Side, there is some noobs can take it and I want to make a Server-Side for security, can anyone help me please?
  13. Helllo everyone, I'm using the mod downlaoder of xXMadeXx, is so good thanks, but I have problem, when player finish downloading, he needs to Activate it by clicking on Enable in Panel but I need to make it automatically, can anyone help?
  14. Hello everyone, I need to make a anti vehicle zone, there is any body can help me please?
  15. TorNix~|nR

    FIXED!

    FIXED!
  16. Anyone?, is free!
  17. Hi guys, I have my server name is LOS SANTOS Zombie Infection (Clans, Boss, Bases...) IP: mtasa://51.254.39.120:22003 So I'm looking for admin to help me in server, if you need contact me by Skype: tornix.tornix
  18. Thanks Jinx099 and Byte I use "aim_weapon" and it works fine
  19. Hi everyone, I find a bug on my script, I disable the fire, and with 'tab action' you can kill, anyone can help me?, I try to use this, but it doesn't work toggleControl("action", false)
  20. Hi everyone, I have a zombie blips script! but I have little problem, I made that when Zombie is dead, the blip destroyed! and it do not work can anyone help please? blips = { } addEvent ( "onZombieSpawn", true ) addEventHandler ( "onZombieSpawn", root, function ( ) for _, v in ipairs ( getElementsByType ( "ped" ) ) do if getElementData ( v, "zombie" ) then if ( not blips [ v ] ) then blips [ v ] = createBlipAttachedTo ( v, 0, 1, 255, 0, 0, 150, 0, 500) end end end end ) addEvent ( "onPedWasted", true ) addEventHandler ( "onPedWasted", root, function ( ) if ( isElement ( blips [ source ] ) ) then destroyElement ( blips [ source ] ) end end )
  21. and the command?
  22. help please function Invitar (source) local favteam = getTeamFromName("D.S.K") local player = getPlayerFromName(source) if (favteam) then setElementData(player, favteam) outputChatBox (getPlayerName(player) .. ' #00FF00Ha sido invitado a DSK', source, 255, 0, 0, true ) outputChatBox (getPlayerName(source) .. ' #00FF00Se ha cambiado a DSK', player, 255, 0, 0, true ) else cancelEvent() outputChatBox ( "", thePlayer, 0, 245, 82, true ) end end addEvent( "Invitar", true) addCommandHandler ( "accept", Invitar )
  23. Thanks, works fine
  24. I need get this team "Militar" not nil and this is not work, also there is nothing in debug if getPlayerTeam ( playerr ) == nil then
  25. help?
×
×
  • Create New...