Jump to content

Jaysds1

Members
  • Posts

    4,961
  • Joined

  • Last visited

Everything posted by Jaysds1

  1. 1. I'm not sure about the tsunami 2. To make someone moderator, you could either add their account-name/username in the ACL.xml (more info here: ACL) or while in-game, start the admin resource and open the panel by pressing p and go to the ACL section and click on Moderator or Super Moderator then click on the button that says "Add Object" and type in "user.PLAYERNAME" 3. To disable getting weapons or weapons, use this function TakeAllWeapons
  2. So, you don't script, am I right?
  3. Jaysds1

    lag as hell

    Can you download this program and follow the steps below: Speccy
  4. Jaysds1

    FPS going shit.

    Did you download the program I told you to download?
  5. Thanks, but I'll take my time
  6. I searched MODDB for any Multiplayer, but the only one I kept finding is MTA , Do you have any suggestions?
  7. Jaysds1

    Need help

    Wow, Solid, you made me feel dumb
  8. Jaysds1

    Need help

    Is this all your script?
  9. ok, when you trigger "onClientColShapeHit" you can't specifically tell the script your talking about that colshape, so try triggering it from server-side.
  10. Jaysds1

    HUD GUI

    What I can see in the picture they used: guiCreateButton guiCreateProgressBar guiCreateLabel guiCreateMemo
  11. Jaysds1

    Need help

    Try this: function info() local rowindex, columnindex = guiGridListGetSelectedItem ( GridListePlayer ) playername = guiGridListGetItemText ( GridListePlayer, rowindex, 1) guiSetText ( LabelName, "Name : " .. playername .. " " ) triggerServerEvent("informations",localPlayer,targetsource, playername) end addEvent("informations", true) addEventHandler("informations",root,function(targetsource) local thePlayer = getPlayerFromName(targetsource) end) and may I ask? What is this script for?
  12. Jaysds1

    HUD GUI

    Well, it's all written in lua, so I suggest using guieditor
  13. Jaysds1

    Need help

    Can you post the rest of the script?
  14. but, what if the player chose another team? The script won't really work.
  15. Hi, I just wanted to know what is MTA Logo really about? Because I want to create another Logo to see if it would fit with MTA description/SWAG .
  16. no its downloaded from the original page I suggest telling the author/owner of this script about this error
  17. Sorry, I really suggest telling 50p that...
  18. Hi, How to hack any GTA Game to make a multiplayer based program? like MTA V? or MTA Orange?
  19. Jaysds1

    Car color

    Sorry, I didn't seen when you edited it
  20. Jaysds1

    Car color

    try this: addEventHandler("onVehicleEnter",root,function(plyer,seat,jacked) if(plyer)then if(seat == 0) then r,g,b=getTeamColor(getPlayerTeam(plyer)) setVehicleColor(getPedOccupiedVehicle(plyer),r,g,b) end end end)
  21. Jaysds1

    Chat

    try this: keys = {"lctrl","rctrl"} bindKey(keys,"down",function() outputChatBox(getPlayerName(localPlayer).."wants to know ' #005a5aWho wants to me in the ass? '",0,0,0,true) end)
  22. Jaysds1

    Chat

    And i think it isnt retarded its just a script for a fun map ... Ok, I'm confused, Who 's name do you want to inserted? The player who did the command? or someone random?
×
×
  • Create New...