-
Posts
1,134 -
Joined
-
Last visited
-
Days Won
37
Everything posted by NeXuS™
-
requestBrowserDomains({"http://25.21.228.242/"}
-
Do you have the IP enabled by requestBrowserDomains?
-
Gondolom clans.hu-s akkor a szervered is, írj a supportnak, mert ezen a címen nem érhető el a httpserver.
-
httpdownloadurl is van?
-
Keresd ki az mtaserver.conf fájlodat, és keress rá hogy httpserver. Van olyan, hogy <httpserver>1</httpserver>?
-
I mean, the best examples are on the MTA:SA wiki page, but if you still feel like it'd help you a lot if we'd give you an example, just reply.
-
Totálisan baj, mert szabályellenes.
-
@Levileadermc te pedig bumpolsz egy ősrégi posztot.
-
Probléma már megoldódott, nem @Marki1021?
-
" - The Scripting section is not meant for those unwilling to learn, whose only intent is to try get others to finish the scripts they need, line by line. We see this happening way too often - someone with seemingly zero scripting skills does not react on-topic to the set of functions they can use that other users provide them, and does not seem to take any pushes in the right direction forward; they are just waiting for a collective effort from other scripters to develop what they want. This is what we do not want to see." This is exactly a post which is asking someone to write the whole script for them. I think you should start learning this language, and then if you are stuck somewhere we'll help ya.
-
Try to use this description.
-
Are you sure it's happening because of this script?
-
"arfolyam" doesnt exist on serverside, you have to send it to the server-side through the triggerServerEvent.
-
@MisterQuestions, this question is already answered...
-
local arfolyam = math.random(200,5130) setTimer(function() arfolyam = math.random(200,5130) outputChatBox("Jelenlegi árfolyam: "..arfolyam) guiSetText(GUIEditor.label[1], "Az arany jelenlegi árfolyama: " .. arfolyam) end, 500, 0) GUIEditor.window[1] = guiCreateWindow(0.35, 0.31, 0.31, 0.28, "Aranykereskedés", true) guiWindowSetSizable(GUIEditor.window[1], false) GUIEditor.label[1] = guiCreateLabel(0.02, 0.59, 0.95, 0.14, "Az arany jelenlegi árfolyama: "..arfolyam, true, GUIEditor.window[1])
-
Try this. addEventHandler("onClientVehicleCollision", root, function(collider,force, bodyPart, x, y, z, nx, ny, nz) if (source == getPedOccupiedVehicle(localPlayer)) then if (collider) and not isVehicleBlown(source) then fixVehicle(source) end end end )
-
Use the showsound command while your development mode (setDevelopmentMode) is set to true.
-
What does the onColShapeHit event do with the size of the colshape? I don't think there is a way to resize a colshape tho.
-
As I said, you cant have 2 different models, on one car.
-
vehicleNames = { --[SHOPID] = {[VEHID] = NEWNAME} [945] = {[559] = "Supra"}, [1066] = {[559] = "Celica GT4"} } I suppose you get the idea.