-
Posts
4,961 -
Joined
-
Last visited
Everything posted by Jaysds1
-
Sorry, your in the wrong section: viewforum.php?f=121 Plus, this isn't the servers website.
-
Does this happen on all servers?
-
go in to control panel located in your start menu and there should be something called "Uninstall Program" under the "Programs" Category. Click on it and search for something called Audio or High Definition, if your not sure, take a screenshot and post it here.
-
lol,I though it would be a global black list , foolish me
-
This gentlemen says he can't hear anything on his PC, i'm not sure if it's low or broken... I couldn't find the audio driver. Can you find the audio driver on the web? I see there's a lot of issues with this audio driver: Problems
-
Sorry, Run the MTADiag again and press n for no and a generated log will be made. I would want this generated log to know what's up with your MTA.
-
Srry, I can't find the driver for your audio driver. Wait for Towncivilian to post something.
-
hmmm, did you got a log? if you didn't, try running it again.
-
Can you run this MTADiag, after running this you would get a generated log, you can post the log either here using or PasteBin
-
Try setting your "Single Connection" setting to "On".
-
Nice... I would like to see this go to work
-
Try setting your "Single Connection" setting to "On". If you already did that, try setting your usable memory to the max.
-
hey, calm down... I knew I made that post by accident and there was no reason to change it now. plus we're talking about MTA V... Please.... Leave me alone
-
Did you try setting your Single Connection setting to "On".
-
Run the MTADiag again please.
-
Run this speedtest and this MTADiag. This might be enough to help us with your issue.
-
ok, try running this again: MTADiag and take a screenshot of your volume settings, if you have Realtek Audio, I would like a screenshot of that then.
-
try this: Client-side addEventHandler ("onClientResourceStart",resourceRoot,function() triggerServerEvent ("requestForRadios",localPlayer) end) BIAC = guiCreateWindow(436,285,486,412,"Box In A Car -- BIAC",false) mList = guiCreateGridList(21,144,183,259,false,BIAC) guiGridListSetSelectionMode(mList,2) guiWindowSetSizable (BIAC, false) GUIEditor_column = guiGridListAddColumn(mList,"Muziek",0.9) --Buttons playM = guiCreateButton(251,154,175,49,"Play",false,BIAC) stopM = guiCreateButton(251,254,175,49,"Stop",false,BIAC) --Label vSrn = guiCreateLabel(258,331,82,80,"Version 1.0",false,BIAC) guiLabelSetColor(vSrn,255, 0 ,0) guiSetFont(vSrn,"default-bold-small") guiSetVisible (BIAC, false ) function guiToggle() if guiGetVisible (BIAC)then guiSetVisible (BIAC,false) showCursor(false) else guiSetVisible (BIAC,true) showCursor (true) end end bindKey ( "f2", "down", guiToggle ) --Button Events addEventHandler ( "onClientGUIClick", playM,function(button,state) if(button == "left")and(state=="up")then local selected = guiGridListGetSelectedItem (mList) if selected then local stationName = guiGridListGetItemText (mList, selected,1) if stationName then triggerServerEvent ("attachomg",localPlayer,stationName) end end end end,false) addEventHandler ("onClientGUIClick", stopM,function(button,state) if(button=="left")and(state == "up")then triggerServerEvent ( "testsoundwegserver",localPlayer) end end,false) --Other events local sounds = {} stationsNames = {} stations = {} addEvent( "testsound", true ) addEventHandler("testsound", root,function(vehicle,stationPath,x,y,z) sirene = playSound3D (stationPath, 0,0,0) attachElements ( sirene, vehicle) setSoundVolume(sirene, 0.7) sounds[vehicle] = sirene end) addEvent( "testsoundremove", true ) addEventHandler("testsoundremove",root,function(com) local sirene = sounds [ vehicle ] stopSound(sirene) outputChatBox ( "gelukt") destroyElement (sirene) end) addEvent ("sendAllRadios", true) addEventHandler ("sendAllRadios",root,function(radia, names, st) stationsNames = names stations = st for k,v in ipairs(stationsNames) do local row = guiGridListAddRow ( mList) guiGridListSetItemText (mList, row, GUIEditor_column, v, false, false ) end end) Server-side radios = {} stations = {} stationsNames = {} addEvent ("requestForRadios", true) addEventHandler ("requestForRadios",root,function() if radios then triggerClientEvent (client,"sendAllRadios",root, radios, stationsNames, stations) end end) function getPointFromDistanceRotation(x, y, dist, angle) local a = math.rad(angle+90) local plusX = math.cos(a) * dist local plusY = math.sin(a) * dist return x+plusX, y+plusY end addEventHandler("onResourceStart",resourceRoot,function() xmlFile = xmlLoadFile ("radios.xml") if xmlFile then local children = xmlNodeGetChildren(xmlFile) for k,v in ipairs(children) do for name,value in pairs(xmlNodeGetAttributes(v)) do --outputChatBox (tostring(value)) if(name == "name")then stationName = value elseif(name == "path")then stationPath = value end end end end stations[stationName] = stationPath table.insert (stationsNames, 1, stationName) table.sort (stationsNames) end) addEvent ("attachomg", true) addEventHandler ("attachomg",root,function(station) if station then local stationPath = stations[station] if stationPath then local x,y,z = getElementPosition(client) local rx,ry,rz = getElementRotation (client) local newX, newY = getPointFromDistanceRotation (x,y, 1.5, rz) local newZ = z - 1 outputChatBox ("triggering sucses",client) local com = getPedOccupiedVehicle(client) triggerClientEvent (client,"testsound",root, com, stationPath,newX, newY, newZ) --triggerClientEvent ("onNewRadioCreate", getRootElement(), newX, newY, newZ, stationPath) --outputChatBox ("New station: " .. station .. " created, path: " .. tostring(stationPath), 0,220,0) table.insert (radios, 1, {newX, newY, newZ, stationPath}) end end end) addEvent ("testsoundwegserver", true) addEventHandler ("testsoundwegserver",root,function() local com = getPedOccupiedVehicle (client) outputChatBox ( "triggering sucsesNAARSERVERSIDE",client) triggerClientEvent (client,"testsoundremove",root,com) end)
-
I like that reverse driving, nice
-
MTA 0.5r2 crashes before launching the game
Jaysds1 replied to Jaysds1's topic in Multi Theft Auto 0.5r2
, ok -
MTA 0.5r2 crashes before launching the game
Jaysds1 replied to Jaysds1's topic in Multi Theft Auto 0.5r2
I don't know what your talking about? What Domain? I thought we have the game queries? Why can't we send them to Game-Monitor? -
That script only plays the song at that location... try adding a ColShape or a marker.