Jump to content

Jaysds1

Members
  • Posts

    4,961
  • Joined

  • Last visited

Everything posted by Jaysds1

  1. Jaysds1

    Problems

    now that's what I want to hear!!! thanks...
  2. Jaysds1

    Problems

    I'm just asking... is it possible?
  3. Jaysds1

    Problems

    is it possible that to make a replay camera....?
  4. is this script suppose to delete a vehicle when a person leaves the vehicle???
  5. What kind of scripts do you want???
  6. Jaysds1

    group system

    Even if u use Acl, you need to make a script to restrict the Skin/Spawns...
  7. Jaysds1

    Problems

    Here: -- Teams function Tro() dxDrawImage(316.0,241.0,129.0,114.0,"tropas.png",0.0,0.0,0.0,tocolor(255,255,255,255),false) dxDrawText("Tropas",327.0,175.0,427.0,231.0,tocolor(255,255,255,255),2.0,"default","center","center",false,false,false) end addEvent("Tpas",true) addEventHandler("Tpas", getRootElement(), function() addEventHandler("onClientRender",root, Tro) setTimer (Tro ,13000, 1, removeEventHandler("onClientRender",root, Tro)) end) function Snaz() dxDrawImage(325.0,231.0,103.0,99.0,"spetsnaz.png",0.0,0.0,0.0,tocolor(255,255,255,255),false) dxDrawText("Spetsnaz",327.0,175.0,427.0,231.0,tocolor(255,255,255,255),2.0,"default","center","center",false,false,false) end addEvent("Spets",true) addEventHandler("Spets", getRootElement(), function() addEventHandler("onClientRender",root, Snaz) setTimer (Snaz ,13000, 1, removeEventHandler("onClientRender",root, Snaz)) end) function P40() dxDrawImage(318.0,231.0,134.0,122.0,"op40.png",0.0,0.0,0.0,tocolor(255,255,255,255),false) dxDrawText("OP40",327.0,175.0,427.0,231.0,tocolor(255,255,255,255),3.0,"default","center","center",false,false,false) end addEvent("O40",true) addEventHandler("O40", getRootElement(), function() addEventHandler("onClientRender",root, P40) setTimer (P40 ,13000, 1, removeEventHandler("onClientRender",root, P40)) end) function OPS() dxDrawImage(309.0,231.0,134.0,121.0,"black ops.png",0.0,0.0,0.0,tocolor(255,255,255,255),false) dxDrawText("Black OPS",327.0,175.0,427.0,231.0,tocolor(255,255,255,255),3.0,"default","center","center",false,false,false) end addEvent("BOPS",true) addEventHandler("BOPS", getRootElement(), function() addEventHandler("onClientRender",root, OPS) setTimer (OPS ,13000, 1, removeEventHandler("onClientRender",root, OPS)) end) function nva() dxDrawText("NVA",327.0,175.0,427.0,231.0,tocolor(255,255,255,255),4.0,"default","center","center",false,false,false) dxDrawImage(312.0,227.0,127.0,143.0,"nva.png",0.0,0.0,0.0,tocolor(255,255,255,255),false) end addEvent("NVA",true) addEventHandler("NVA", getRootElement(), function() addEventHandler("onClientRender",root, nva) setTimer (nva ,13000, 1, removeEventHandler("onClientRender",root, nva)) end)
  8. fine... I'm just asking politely, What scene... I want to know so I have my own Scene.(If it's good)
  9. Jaysds1

    Why server Kick ME!

    thanks, and next don't double post pls.
  10. What r u guyz talking about??? What scene?
  11. Jaysds1

    hmm

    This should be in Suggestion not in scripts!!! and VeTaL, that's a nice Idea...
  12. Jaysds1

    Version 1.1 Map Editor

    What's the help???
  13. Jaysds1

    BANNER SCRIPT

    ok, Get back on topic, AND YES, Blable.com does exist, there are more site that exist that know one really knows about... like alpha.com.
  14. I'm not sure, but this is a wast forum/thread.. And look for it here: https://wiki.multitheftauto.com/wiki/IDE_List OR like JR10 said look for it in then map editor(EASIER!!!).
  15. Where not allowed to give you scripts, ur suppose to create it and if you have problems, ask us, but I'll allow it this time... Try this: function attach(button) local vehicle = getPedOccupiedVehicle(getLocalPlayer) if (vehicle) then if (button == "left" then createProjectile(vehicle,19,vehicle+2,vehicle+2,vehicle+2,) --This creates the projectile at the side of the vehicle end end
  16. The link for the gta-eng.zip is not working... I need it sooooooon.
  17. Did you add the Functions?
  18. The getPropagated is only if there wasn't any onClientGUIClick, if the player never had to click a button then this could be true but when he clicks it then it goes in to the function. For onClientGUIClick it's suppose to be false always.
  19. Jaysds1

    Problems

    I know, here: addEventHandler("onClientRender", root, Function) setTimer(function() removeEventHandler("onClientRender", root, Function),13000,0)
  20. Jaysds1

    Login GUI

    ok, i'll add some kind of security om it...
  21. ok, instead of everytime the player join, it verifies only once then disables the Captcha for that person unless they go on to another server.
  22. Jaysds1

    Problems

    I tried that but the image or text doesn't show.
×
×
  • Create New...