Jump to content

Jaysds1

Members
  • Posts

    4,961
  • Joined

  • Last visited

Everything posted by Jaysds1

  1. I need help on how to create a link from a button to another Gui. Example: If the person clicks on register button and goes on to the register gui.
  2. I put it on client-side by accident!!! LOL :
  3. NEVER MIND I put it on client-side by accident!!! LOL :
  4. Solidsnake14 The script you gave me is not working!!!
  5. And How do you show the Spawn Gui After Death? and if they do /kill how do you make a time limit, like they have to wait 30 sec before they die?
  6. How do you make the Gui's be in order? Example: 1.Login 2.Rules 3.Spawn Gui
  7. so what if i have multiples of Markers that i want to link?
  8. and if you want him to spawn somewhere else than in the middle of San Andreas change 0, 0, 3 }
  9. How do you create a script with the marker teleporting people to an interior?
  10. I think your going to have to create a script!
  11. If your not running the Admin resource then it won't work... if you using capitals it won't ...
  12. Jaysds1

    Killmessages

    I think you messed up on line 10: if type(weapon) ~= "string" then change it to: if type(weapon) == "string" then
  13. I still need help!!! Let me tell you what happened, I recently got a TP-Link Modem/Router for my wifi connection. Before I got it EVERYTHING WAS ALRIGHT but now I have it, it change everything.
  14. I think you did this wrong (Points <= 0 ) Try this function getPlayerPoints (thePlayer) local Points = loadPlayerData (thePlayer,"wins") if (Points > 0 ) then savePlayerData (thePlayer,"rank",loadPlayerData(thePlayer,"rank") + 1) elseif (Points > 100 ) then savePlayerData (thePlayer,"rank",loadPlayerData(thePlayer,"rank") + 1) elseif (Points > 250 ) then savePlayerData (thePlayer,"rank",loadPlayerData(thePlayer,"rank") + 1) elseif (Points > 500 ) then savePlayerData (thePlayer,"rank",loadPlayerData(thePlayer,"rank") + 1) elseif (Points > 1000 ) then savePlayerData (thePlayer,"rank",loadPlayerData(thePlayer,"rank") + 1) elseif (Points > 2500 ) then savePlayerData (thePlayer,"rank",loadPlayerData(thePlayer,"rank") + 1) elseif (Points > 5000 ) then savePlayerData (thePlayer,"rank",loadPlayerData(thePlayer,"rank") + 1) elseif (Points > 10000 ) then savePlayerData (thePlayer,"rank",loadPlayerData(thePlayer,"rank") + 1) elseif (Points > 50000 ) then savePlayerData (thePlayer,"rank",loadPlayerData(thePlayer,"rank") + 1) elseif (Points > 1000000 ) then savePlayerData (thePlayer,"rank",loadPlayerData(thePlayer,"rank") + 1) end end ,
  15. Are you trying to make the player nametag a different colour? I fyou are here is the link https://wiki.multitheftauto.com/wiki/SetPlayerNametagText
  16. Jaysds1

    checkWeapon

    did you try putting in /debugscript 3 in-game?
  17. Jaysds1

    checkWeapon

    is there a client-script?
×
×
  • Create New...