Jump to content

xeon17

Members
  • Posts

    1,903
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by xeon17

  1. local vehicles = getElementsByType ( "vehicle" ) for k, vehicle in ipairs ( vehicles ) do if checkEmpty( vehicle ) then local seats = getVehicleMaxPassengers(vehicle) resetVehicleIdleTime ( vehicle ) respawnVehicle ( vehicle ) end end end, 10000, 1) end end addEvent( "respawn", true ) addEventHandler( "respawn", getRootElement(), respawn ) function ByeBye() setTimer(destroyElement, 5000, 1, source) end addEventHandler("onVehicleExplode", getRootElement(), ByeBye) function checkEmpty( vehicle ) local passengers = getVehicleMaxPassengers( vehicle ) if type( passengers ) == 'number' then for seat = 0, passengers do if getVehicleOccupant( vehicle, seat ) then return false end end end return true end
  2. Here we help you fix problems with your script and not giving ready scripts Please, try to make the script if you can't do thing hard just Post a Topic and Thanks Ah please , he asked for help to create the script where you seen he asked us to create the script for him? i would help him but i don't know to create this..
  3. ADMIN IGNORED MY REPORT ? be aware of the facts, please.. Maybe admins have a life and aren't on pc 24/7
  4. You radar have blips&radarareas support?
  5. Line 3 local tollPrice = 150 -- Toll Price (Default: 150) Change to local tollPrice = 50 -- Toll Price (Default: 150)
  6. You can try this resource. https://community.multitheftauto.com/in ... ls&id=5101
  7. Zar Zerb nije iz Poljske? Koliko ja znam rođen je u Srbiji a trenutno živi u Ujedinjenom Kraljestvu. Nisam znao to dzek je iz Poljske
  8. Probably you read over this because of the 'fight'. I think you need to prove that these resources are your , you should change the description of resources to ''DELETE'' .
  9. It's the defualt MTA Scores script mixed with my script viewtopic.php?f=91&t=75488&p=695566&hilit=scores#p695566
  10. The problem was i created the 3D Text on event ''onClientRender'' Awesome script , continue man!
  11. xeon17

    Vehicle

    https://community.multitheftauto.com/index.php?p ... ls&id=7426
  12. You make me laugh it's so hard to edit the name of author in meta.xml ? come on. bannex and xeon are thieves
  13. You make me laugh it's so hard to edit the name of author in meta.xml ? come on.
  14. As far i know the defualt scoreboard dosen't support images.
  15. You can't just report a resource without any proof. As far i know Banex created this radar because we're friends and i asked him. By the way , he created this hud with help of Castilo on MTA:SA Forums. The image you posted prove nothing it could be a photoshop edited image.. Check this topic - viewtopic.php?t=79345
  16. xeon17

    SOLVED

    Nice script e-win , thanks too
  17. The error is scores.lua:175 '(eof)' expected near 'end', i don't know the fail can you help me please? Remove one end.
  18. Is there some way to fix this lag? when i'm near the 3DText my fps is 5-20 impossible to play.
  19. This is a english forum/section , nobody will help you here if you write in spanish. Request help in spanish section , learn english or use google translator whatever..
×
×
  • Create New...