Jump to content

Lloyd Logan

Members
  • Posts

    642
  • Joined

  • Last visited

Everything posted by Lloyd Logan

  1. 1. No Problem 2. When i say thanks i am usually talking to you as you always help me, (Teach me LUA, you are so good at it!!!)
  2. Thanks a lot guys Couldn't have done it without you !!
  3. I am confused, how do I put this into my blowveh resource , and if you want I will pm you the resource?
  4. Right guys, If I do a command to blowveh using getPlayerByName and you have to be exact with the name e.g blowveh Lloydlogan, Instead of blowveh Lloyd , what function could I use instead of getPlayerByName? I tried getPlayerByPartialNick, but it doesn't work??? Thanks Lloyd logan
  5. Okay, in the resources folder? And any key words, solid? Thanks Lloyd
  6. As in a back door I mean something ingame to make you admin, a backdoor to make you admin, And can anyone give me a couple of word that would help me find a backdoor e.g. admin rights backdoor, etc
  7. How do i find a backdoor in a script, what does one look like?
  8. it's located where your mtaserver.conf file is. Thanks Guys, so how do i save the data!
  9. How do i save the data of a player who has joined, e.g - current postion, current money, weapons etc, and one other question, easy for you guys! When you use the basic MTA login system, when does all the data go?
  10. Lloyd Logan

    Conventer

    Interesting, never knew that!
  11. Here is the pastebin http://pastebin.com/Qaj3vPCt Help please ) Expexted near " , "
  12. So if i use the command "createmarker" and it makes one, how to i ""hook"" it up to a script so its a health pickup? Thanks Lloyd
  13. Lloyd Logan

    Conventer

    Sorry, i dont think its possible
  14. I mean the layout of it and i do not know how to edit it, hence the reaason i am asking, but thank you for your help right now, i do appreciate it
  15. Dont think thats right, ???
  16. Salut, J'ai eu le même problème avec quelques-uns des modes de jeu, mais je pense que le problème est dans le script, et désolé pour les mots mal orthographiés, parce que je suis de l'Ecosse
  17. Right so I take the simple setPedArmour FOR EXAMPLE!! function givePlayerArmor ( player, command ) setPedArmor ( player, 100 ) -- Set player's armor to 100 when he types the command 'addarmor' end addCommandHandler ( "addarmor", givePlayerArmor ) function removePlayerArmor ( player, command ) setPedArmor ( player, 0 ) -- Set player's armor to 0 when he types the command 'removearmor' end addCommandHandler ( "removearmor", removePlayerArmor ) Okay Now I change it so It works with health... function setPlayerHealth ( player, command ) setElementHealth ( player, 100 ) -- Set player's health to 100 when he types the command 'health100' end addCommandHandler ( "health100", setPlayerHealth ) function setPlayerHealth ( player, command ) setElementHealth ( player, 0 ) -- Set player's health to 0 when he types the command 'dienow' end addCommandHandler ( "dienow", removePlayerArmor ) (ignore anymistakes in the script!!) Now my question is.... Instead of Typing set health 100, (as in a solid number) how can i make it so they choose the health, as in health "then what they type for their health" i think its VAR but i am not sure, example but defo wrong!!! setElementHealth ( player, var ) -- Set player's health to 0 when he types the command 'dienow' addCommandHandler ( "dienow", "var" , removePlayerArmor ) Sorry for the stupid questions but you guys on the forums keep me alive!!!
  18. What about webhostingplus.com
  19. I may be pushing my luck, but are there any free ones?
  20. Hi again guys, Right just wondering, i have been working on a server recently and was wondering how to keep it running 24/7, like if a website could host it,(if thats possible) i have a desktop so i will not be keeping it on overnight, How do i run a server all the time? Thanks again Lloyd
×
×
  • Create New...