-
Posts
642 -
Joined
-
Last visited
Everything posted by Lloyd Logan
-
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!!!)
-
Thanks a lot guys Couldn't have done it without you !!
-
I am confused, how do I put this into my blowveh resource , and if you want I will pm you the resource?
-
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
-
Back to topic guys please????
-
Okay, in the resources folder? And any key words, solid? Thanks Lloyd
-
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
-
How do i find a backdoor in a script, what does one look like?
-
it's located where your mtaserver.conf file is. Thanks Guys, so how do i save the data!
-
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?
-
Thank you guys so much!!!!
-
Here is the pastebin http://pastebin.com/Qaj3vPCt Help please ) Expexted near " , "
-
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
-
Sorry, i dont think its possible
-
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
-
Dont think thats right, ???
-
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
-
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!!!
-
What about webhostingplus.com
-
I may be pushing my luck, but are there any free ones?
-
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
