
skybad
Members-
Posts
68 -
Joined
-
Last visited
Everything posted by skybad
-
Hello someone can make me a tutorial to explain me how to install the MTA on my machine? The operating system is Debian 6 32bit
-
I think I'll put a 32bit Debian is it good?
-
At the company where I buy the VPS can choose between the various versions of Linux and windows 8, please can someone tell me what is the easiest to open a server MTA and give fewer problems?
-
Hello, I was wondering what the best operating system to get an online server MTA RolePlay, ie I use mysql and also would like to get one of MTA dayz but do not know which is the best operating system where you run a server with Roleplay mysql modules can someone tell me which is the best?
-
Okay i cant find any car
-
Hello, I was wondering if anyone knows what kind of car does this work? ID - 1086 Model Name - stereo Part - Stereo Type - Stereo Cars - Most cars https://wiki.multitheftauto.com/wiki/Vehicle_Upgrades I just can not put it in any car
-
Okay thanks.
-
Yes i want change the max speed you can tell me how?
-
Hello, I would like to know if there is any way to change the speed of a car permanently, I want to change the speed of the Quad-Bike permanently for her to walk more, is it possible? Someone can explain me how?
-
Maybe but now have more things... is no more one valhalla gamemode
-
Is one Roleplay server
-
I have but i want the name too
-
This is my Server side of chat-system
-
Sim eu sei que nao Yeah i know
-
outputChatBox( " [" .. languagename .. "] " .. playerName .. " says: " .. function yourRights() outputChatBox( " [" .. languagename .. "] " .. playerName .. " says: " ..text",root,220, 0, 50,true) end addCommandHandler("mir", yourRights) i think its something like this
-
Still not working
-
like this - [English] Mario Correia says: text i cant see the name of the person i only see the text
-
I want to appear like someone talking, /say, /me, /do i want it for /say
-
Yes but how i made it for all can see? cuz only i can see other people cant
-
Basically I need help making a script that just want people to write an abbreviation but it appears more text in chat. I want something like this: function outputChatBox("You have the right to remain silent. Anything you say or do may be used against you in a court of law. You have the right to consult an attorney before speaking to the police and to have an attorney present during questioning now or in the future. If you cannot afford an attorney, one will be appointed for you before any questioning, if you wish. If you decide to answer any questions now, without an attorney present, you will still have the right to stop answering at any time until you talk to an attorney. Knowing and understanding your rights as I have explained them to you, are you willing to answer my questions without an attorney present? ") addCommandHandler("mir") end For player write /mir or /miranda and then appear this text: You have the right to remain silent. Anything you say or do may be used against you in a court of law. You have the right to consult an attorney before speaking to the police and to have an attorney present during questioning now or in the future. If you cannot afford an attorney, one will be appointed for you before any questioning, if you wish. If you decide to answer any questions now, without an attorney present, you will still have the right to stop answering at any time until you talk to an attorney. Knowing and understanding your rights as I have explained them to you, are you willing to answer my questions without an attorney present? Maybe if you guys can help post here some links for i see or something cuz i cant found on wiki, thanks.
-
Okay forget the delux i want one host with paysafecard ou phone/sms my old host is down
-
Hello i need help to find one host with this payment metod. Paysafecard or phone/sms I know DeluxHost but i think this is only for DM servers no?
-
This code that I ate there makes what I wanted to disappear would leave there until this all right, the problem now is that instead of disappearing just that object disappear all objects with the same ID who are on the map, likes this: Object ID is 3569 who are all objects on the map with this ID disappear, I think the problem is this number: removeWorldModel(3569, 1000, 2234.390625, -2244.828125, 14.9375, i think the number 1000 is the rotation so remove all the same objets in that rotation with the id 3569 i will test again for see but i think i found the problem
-
I found the problem is one thing called LOD now the script is like this addEventHandler ("onResourceStart",resourceRoot, function() removeWorldModel(3569, 1000, 2234.390625, -2244.828125, 14.9375) -- Model removeWorldModel(3747, 1000, 2234.390625, -2244.828125, 14.9375) -- LOD end) function restoreall() restoreAllWorldModels() setOcclusionsEnabled(false) setElementAlpha ( thePlayer, 0 ) end addCommandHandler("restore", restoreall) Not it works but not all i want remove one truck not all and this sh1t remove all trucks