Search the Community
Showing results for tags 'start'.
-
hi guys i want call marker from another function like this code local hidemark = createMarker(10,50,5,"cylinder",1,0,255,0) function mark(theplayer) markerveh =createMarker(0,0,5,"cylinder",1,0,255,0) end addEventHandler("onMarkerHit",marker1,mark) func...
-
GTA:SA in Singleplayer is working perfectly fine, but if i want to play MTA it's not starting, when i run it it have the logo "stop playing with yourself" and then it's closing This is the MTADiag log. https://pastebin.mtasa.com/556249767
-
I recently dove into this simple thing called "scripting and building a server". Naturally —added to my already curious personality—, I always come up with a doubt, a question, or any sort of uncertainty. After a week of messing around with it, I noticed that 5 of the 10 last posts made in the Scrip...
-
Hi there! I've been trying to make a script for vehicle engine starter. My idea is, that player would have to hold down a key for 2 seconds and then the engine would start. Is there anybody that can help me with this please?
-
السلام عليكم ورحمة الله وبركاتة كيف الحال ان شاء الله بخير انا يا شباب بدي اسوي سيرفر تمام ( وعندي القدرة على برمجة 4 أنواع سيرفر في وقت زمني قصير نسبياً ولكن شغل ممتاز ( حصري والانوع موجودات بالتصويت ( حرب العصابات , هجولة , حياة واقعية , زومبي ) اما باقي ما تبقى م...
-
i added DD maps, but doesn't working.. when i connect the server, show votemanager, i vote for example 7, and the map does not start.. Why? -.-
-
function countdownFin() removeEventHandler("onClientRender", root, eventszamlalas) end local countdown = setTimer(countdownFin, 5000, 1) local screenW, screenH = guiGetScreenSize() function eventszamlalas() local x = getTimerDetails(countdown) local timeLeft = math.ceil(x/1000) dxDra...