-
Posts
426 -
Joined
-
Last visited
Everything posted by Mossy
-
If you're bad at English then post on your language's forum.
-
32 GB RAM? Jesus! Do you really think that computers for heavy programming, 3D modelling and video/image rendering use 4GB RAM? Good point. And I was shocked cause I never saw that much.
-
We don't make servers for people. You have to make it yourself. Learn Lua and you're on your way. If you want a server host, check the Server Hosts section.
-
Plus if you hover your mouse over the Youtube button it shows an example.
-
I just quoted the part with the prices. Yes and I'll try that. Thanks
-
Hello. I'm making a panel and I included prices for some items in the panel. But the prices stick to the screen and not on the Tab that it's supposed to. addEventHandler("onClientRender", root, function() dxDrawText("$5,000", 1280, 383, 1369, 404, tocolor(255, 255, 255, 255), 1, "default", "left", "top", false, false, true, false, false) dxDrawText("$10,000", 1280, 434, 1347, 454, tocolor(255, 255, 255, 255), 1, "default", "left", "top", false, false, true, false, false) dxDrawText("$20,000", 1279, 484, 1345, 502, tocolor(255, 255, 255, 255), 1, "default", "left", "top", false, false, true, false, false) dxDrawText("$25,000", 1279, 533, 1352, 555, tocolor(255, 255, 255, 255), 1, "default", "left", "top", false, false, true, false, false) dxDrawText("$50,000", 1277, 571, 1349, 586, tocolor(255, 255, 255, 255), 1, "default", "left", "top", false, false, true, false, false) end Basically how can I put the prices on that one Tab and not the main screen? Here's a visual: http://i.imgur.com/AULuJ.jpg
-
A: PS3 cause I have one Q: What's your favorite Jello flavor?
-
Can't fit the image on the screen. Soz. /IntelGraphics
-
What do you mean? Backups? http://andrew.gaspworks.net/rrp/showfiles.php
-
Start the resource from the Console/Server then it'll work.
-
A great resource to use is https://community.multitheftauto.com/ind ... ls&id=3585
-
Very good! How long did this take to make?
-
It is highly recommended using the MTA Wiki to check syntaxes and functions. For Meta help go here: https://wiki.multitheftauto.com/wiki/Meta.xml
-
I want to cancel the event if a player is not on the Police team. I modified it a bit but it's still not working. addEventHandler("onVehicleEnter", root, function(p) local m = getElementModel(source) if m == 598 or m == 596 or m == 597 or m == 599 or m == 523 then if (getPlayerTeam(p) and getTeamName(getPlayerTeam(p)) == "Police") then outputChatBox ( "Access Granted.", p, 124, 252, 0, false ) else removePedFromVehicle ( p ) outputChatBox ( "You must be part of the Police team to get access to this vehicle.", p, 255, 0, 0, false ) end end end )
-
If I approach a car and not on the Police team, I get a message saying something like "Can't access" and make the player not enter. However, if I leave the police car (say 20 footsteps), and if I press enter, the message still appears, yet I'm not next to the cop car. Basically, the distance radius from the car is too big. How can I make the message appear when I'm completely next to the car and not 20 feet away?
-
Hey I'm trying to get this script to restrict cars to teams only. I have this script but if I'm greater than or equal to, say, 20 feet, the message disappears but if I'm less than or equal to 20 feet the message keeps appearing: addEventHandler("onVehicleStartEnter", root, function(p) local m = getElementModel(source) if m == 598 or m == 596 or m == 597 or m == 599 or m == 523 then if (getPlayerTeam(p) and getTeamName(getPlayerTeam(p)) == "Police") then outputChatBox ( "Access Granted.", p, 124, 252, 0, false ) else cancelEvent() outputChatBox ( "You must be part of the Police team to get access to this vehicle.", p, 255, 0, 0, false ) end end end ) How can I set a distance from the nearest car and the player? Thanks.
-
Add me on Skype. I'll see what you're doing wrong.
-
https://community.multitheftauto.com/ind ... ls&id=3454 (No map file in resource) https://community.multitheftauto.com/ind ... ils&id=991 https://community.multitheftauto.com/ind ... ls&id=2626 DONE
-
How to do what? Enter it? Open the console and type "say [text here]" without quotations.
-
Of course it's possible. I typed in the console "say hello nubs" without quotations. Strange. Put screenshots in if you still have this problem.
