-
Posts
4,961 -
Joined
-
Last visited
Everything posted by Jaysds1
-
try this: antyRelogWindow = guiCreateWindow(0.35, 0.03, 0.30, 0.10, "Powiadomienie", true) guiWindowSetMovable(antyRelogWindow, false) guiWindowSetSizable(antyRelogWindow, false) text1AR = guiCreateLabel(0.08, 0.29, 0.87, 0.17, "UWAGA! Doznałeś obrażeń, przez co nie możesz opuścić serwera, dopóki to", true, antyRelogWindow) text2AR = guiCreateLabel(0.07, 0.57, 0.93, 0.20, "okienko nie zniknie! W przeciwnym razie, twoja postać zostanie uśmiercona", true, antyRelogWindow) guiSetVisible (antyRelogWindow,false) function wlaczOkienko() guiSetVisible (antyRelogWindow,true) setTimer(wylaczOkienko,10000,1) end addEvent("wlaczInfo",true) addEventHandler ("wlaczInfo", getRootElement(), wlaczOkienko) function wylaczOkienko() guiSetVisible (antyRelogWindow,false) end addEvent("wylaczInfo",true) addEventHandler ("wylaczInfo", getRootElement(), wylaczOkienko)
-
try this: antyRelogWindow = guiCreateWindow(0.35, 0.03, 0.30, 0.10, "Powiadomienie", true) guiWindowSetMovable(antyRelogWindow, false) guiWindowSetSizable(antyRelogWindow, false) text1AR = guiCreateLabel(0.08, 0.29, 0.87, 0.17, "UWAGA! Doznałeś obrażeń, przez co nie możesz opuścić serwera, dopóki to", true, antyRelogWindow) text2AR = guiCreateLabel(0.07, 0.57, 0.93, 0.20, "okienko nie zniknie! W przeciwnym razie, twoja postać zostanie uśmiercona", true, antyRelogWindow) guiSetVisible (antyRelogWindow,false) function wlaczOkienko() guiSetVisible (antyRelogWindow,true) setTimer(wylaczOkienko,10000,1) end addEvent("wlaczInfo",true) addEventHandler ("wlaczInfo", getRootElement(), wlaczOkienko) function wylaczOkienko() guiSetVisible (antyRelogWindow,false) end addEvent("wylaczInfo",true) addEventHandler ("wylaczInfo", getRootElement(), wylaczOkienko)
-
Was it like that since you've downloaded MTA?
-
oh, here's some more back-ups Full Installer: http://hosting.jworld137.com/files/mta0 ... taller.exe Server Installer: http://hosting.jworld137.com/files/mta0 ... taller.exe (Window) UPDATED WIKI: https://wiki.multitheftauto.com/wiki/Archive
-
If you want logs of your conversation then they should be in "MTA San Andreas 1.x\MTA\logs\", if they aren't there, then we can't help you because, MTA automatically saves them there after disconnecting or exiting MTA.
-
lol, sorry about the 1.4 part, anyways, that servercache.xml is a list of all the servers in-case you're not connected to the internet.
-
Found this at the top of the executeCommandHandler page:
-
Sorry, you can not unbind z and keep voice on... It'll probably be on later version.
-
Check this out: https://wiki.multitheftauto.com/wiki/Resource:Voice
-
Did you try changing something in Parachute? When did you encounter this error? Is that the right ip:port?
-
try this: --Clientside-- function disko(play) if not play or play==false then triggerServerEvent("looper", getRootElement()) return end local song = playSound3D("Diskoparty.mp3", -2758, 968, 54, true) setSoundVolume ( song, 100 ) setSoundMinDistance ( song, 100 ) outputChatBox(":D") end addEventHandler("diskoparty", root, disko) addEvent("diskoparty", true) --Serverside-- function loop() triggerClientEvent("diskoparty", root,true) end addEvent("looper", true) addEventHandler("looper", getRootElement(), loop)
-
Try deleting your servercache.xml located in your MTA folder "MTA San Andreas 1.4\MTA"
-
Try checking this out: https://wiki.multitheftauto.com/wiki/Re ... scoreboard
-
Yay, thanks Blokker
-
You would need to optimize the scripts your self in order for them to both work...
-
When the sound is going to start playing, simply just trigger a server-side script which will trigger back to the client-side
-
No, what I'm saying is: take out the folders and .zip files with meta.xml and make one meta.xml file for this game mode resource.
-
ok, A gamemode is basically one big resource that might include other resources. So, basically, you would need to take those out and include them in the meta.xml .
-
Where did you put your resource?
-
np
-
What I do most of times, since I forget... Is to look at one of the useful functions pages, try lookin on one of them and see what you're missing on your page
-
after the onPlayerJoin event is triggered, the picture should show with guiCreateStaticImage. After the image is created, you should use setTimer to trigger another function to destroy the image.
-
cancel the event onVehicleStartExit
-
Remove the ip address from the mtaserver.conf file