Jump to content

Anubhav

Members
  • Posts

    2,277
  • Joined

  • Last visited

Everything posted by Anubhav

  1. If you want to make learn scripting or download it from community.
  2. 1. triggerServerEvent 2. setTimer
  3. RE-Install MTA And it should work. (If its not made by you then only do it.)
  4. Hello members! I have created a VIP System but i will not release it today. Until bugs get fixed it will not get released. I Will post when it will get released.
  5. First of all we are not gonna make scripts for free. setTimer getPlayerName setPlayerName you can use this functions for it.
  6. Any errors in /debugscript 3? if yes tell us.
  7. Anubhav

    Excel in MTA

    Possible but its realy hard. As he said use DX Functions or you can simply create a normal progress bar.
  8. meta? wrong it should be: :
  9. function checkValues() for k, v in pairs(handlingValues) do if name == tostring(v[1]) then if tonumber(guiGetText(source)) > 0 or tonumber(guiGetText(source)) < 3 then guiSetEnabled(finishEdit, true) else guiSetEnabled(finishEdit, false) end end end end Dint tested it.
  10. awesome maps ever i saw i hope you make more.
  11. Why should we host for you? Go to Hosting Solutions and see there we are not gonna host for admin/leader.
  12. man if you have bought the server then there should be option of Mod Manager . (It much be at control panel of it)
  13. Man. open ur server and do /debugscript 3 and start it. give the error so i can help you.
  14. Anubhav

    Help me!

    function giveCar ( thePlayer, commandName ) if getElementType ( thePlayer ) == "player" then local accName = getAccountName ( getPlayerAccount ( thePlayer ) ) local x, y, z = getElementPosition(thePlayer) if isObjectInACLGroup ("user."..accName, aclGetGroup ("VIP")) then local comet = createVehicle ( 480, x, y, z+0.5 ) warpPlayerIntoVehicle ( thePlayer, comet ) else outputChatBox("You are not a VIP.",thePlayer,255,60,60) end end end addCommandHandler ( "pc", giveCar ) This is my code! How should i add anti spam of cars and timer for spawning cars! I Am not soo good in scripting so please help me in it!!
  15. I Want to delete my own resource. i wanted to update it but it did not. So i will update properly LINK: https://community.multitheftauto.com/in ... ls&id=8326 DONE
  16. Admin Rules removed. Resource Added . Link: https://community.multitheftauto.com/in ... ls&id=8246
  17. [sOON] - [A-Team] Rules Panel A-Team Is Going to make its 3rd SCRIPT named RULES Panel. A-Team Information: Owner: Anubhav Website: http://ateamluascripters.createaforum.com/index.php Created On: 10 Oct 2013 Resources : Note Script : https://community.multitheftauto.com/in ... ls&id=8009 , Skin Shop : https://community.multitheftauto.com/in ... ls&id=8008 ____ Rules Panel Contains: Rules- Server Commands- Admin Rules- Forum Rules- ____ If you can give me more ideas so please give me.
  18. Anubhav

    Buy Menu

    addEventHandler("onClientResourceStart", resourceRoot, function() E = guiCreateWindow(421, 269, 572, 475, "Buy Menu By Anubhav", false) button[1] = guiCreateButton(62, 163, 169, 93, "Buy M4", false, E) function buyweapon (player) if getPlayerMoney(player) >= 5000 then takePlayerMoney ( player, 5000 ) outputChatBox ( "#00FF00You Bought A M4.!",player, 255, 255, 255, true ) giveWeapon ( player, 31, 300 ) else outputChatBox ( "#00FF00You Don't Have Enough Money!",player, 255, 255, 255, true ) end end addCommandHandler ( "buym4", buyweapon ) end ) bindKey ( "F6","down", showGUI ) Problem is bind key is not working.
  19. Sorryby mistake i wrote .txt its .txd
  20. Check the firewall maybe it blocked it.
  21. Hello I want VIP Skins In My Skin Shop And the text should be in read colour.: Skins: Skeleton Skull.dff http://www.upload.ee/files/3632647/Skull.dff.html Skull.txt http://www.upload.ee/files/3632656/Skull.txd.html Alien Alien.dff http://www.upload.ee/files/3632658/Alien.dff.html Alien.txt http://www.upload.ee/files/3632660/Alien.txd.html And The Last Thing My Skin Shop: http://www.upload.ee/files/3632663/CORPGskinshop.rar.html Please Help Me!!
×
×
  • Create New...