Ez a szekció lehetővé teszi a felhasználó által írt összes hozzászólás megtekintését. Vedd figyelembe, hogy csak azokba a fórumokba írt hozzászólásokat látod, amelyekhez hozzáférésed van.
Üzenetek - thegergo02
Oldalak: 1 ... 57 58 [59] 60 61 ... 69
871
« Dátum: 2016. augusztus 30. - 12:12:35 »
Sziasztok! Hogy tudnék a képernyön elhelyezni egy kisebb képet ami egy másik kamerát mutat? Példéul én egy telefonnak a kamerálához használnám fel.
872
« Dátum: 2016. augusztus 30. - 11:10:40 »
OFF: Markone, mi a bajod? Minden hova egy nagy semmit odaírsz.....
873
« Dátum: 2016. augusztus 29. - 22:07:01 »
Oké megprobálom!
874
« Dátum: 2016. augusztus 29. - 21:36:10 »
Sziasztok! Tudom hogy mostanában sokat kérdezek , de megint bajba ütköztem! (Debug: ..../client.lua:11: Bad Argument @ \'getElementData\' [Excpected element at argument 1. got nil ) Client-Side: function suska () setElementData (thePlayer, \"mobillap\", 1) end addEventHandler (\"onClientResourceStart\", suska) local screenW, screenH = guiGetScreenSize() addEventHandler(\"onClientRender\", root, function() lap = getElementData (thePlayer, \"mobillap\") showCursor(true) if lap == 1 then --kezdőoldal dxDrawImage(screenW * 0.8490, screenH * 0.3333, 259, 522, \":hud/sonyspb1.png\", 0, 0, 0, tocolor(255, 255, 255, 255), false) dxDrawImage(screenW * 0.8542, screenH * 0.3426, 40, 34, \":hud/kameraicon.png\", 0, 0, 0, tocolor(255, 255, 255, 255), false) dxDrawImage(screenW * 0.8490, screenH * 0.7333, 49, 54, \":hud/hivasicon.png\", 0, 0, 0, tocolor(118, 38, 216, 255), false) dxDrawImage(1625, 918, 268, 4, \":hud/sonyspgreenled.png\", 0, 0, 0, tocolor(255, 255, 255, 255), false) dxDrawImage(1625, 918, 268, 4, \":hud/sonysppurpleled.png\", 0, 0, 0, tocolor(255, 255, 255, 255), false) dxDrawImage(1625, 918, 268, 4, \":hud/sonyspredled.png\", 0, 0, 0, tocolor(255, 255, 255, 255), false) elseif lap == 2 then outputChatBox(\"Müködik a rohadt test....\",thePlayer) end -- lapos elágazás vége --ezek mindig itt vannak...... dxDrawImage(screenW * 0.5740, screenH * 0.2065, 1377, 814, \":hud/sonysp.png\", 0, 0, 0, tocolor(255, 255, 255, 255), false) dxDrawLine(1630 - 1, 846 - 1, 1630 - 1, 882, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(1889, 846 - 1, 1630 - 1, 846 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(1630 - 1, 882, 1889, 882, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(1889, 882, 1889, 846 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawRectangle(screenW * 0.8490, screenH * 0.7833, 259, 36, tocolor(1, 0, 0, 255), false) dxDrawRectangle(screenW * 0.8490, screenH * 0.3324, 259, 11, tocolor(1, 1, 0, 200), false) dxDrawImage(1829, 846, 40, 33, \":hud/1.png\", 0, 0, 0, tocolor(255, 255, 255, 255), false) dxDrawImage(1649, 847, 40, 35, \":hud/2.png\", 0, 0, 0, tocolor(255, 255, 255, 255), false) dxDrawImage(1739, 846, 40, 36, \":hud/3.png\", 0, 0, 0, tocolor(255, 255, 255, 255), false) end ) function dobozbaVan(dX, dY, dSZ, dM, eX, eY) if(eX >= dX and eX <= dX+dSZ and eY >= dY and eY <= dY+dM) then return true else return false end end addEventHandler(\"onClientClick\", getRootElement(), function(gomb, allapot, absX, absY) if allapot == \"down\" and gomb == \"left\" then if dobozbaVan(screenW * 0.8490, screenH * 0.7333, 49, 54, absX, absY) then setElementData(thePlayer, \"mobillap\", 2) end end end )
875
« Dátum: 2016. augusztus 29. - 17:26:27 »
De eddig is 0 volt ott.
876
« Dátum: 2016. augusztus 29. - 13:17:25 »
Sziasztok! Éppen az egyedi admin-systememen dolgozok de egy hibába ütköztem! (Debug: server.lua:15: \'end excpected (to close \'function\' at line 1) near \'else\') [A scriptben nem ezek a sorok száma, forumon csak] [server-side]: function aNick (source, commandName, aNickC) local adminrang = getAccountData (source, \"adminrang\") local adminduty = getElementData (source, \"adminduty\") local aNick = getAccountData (source, \"aNick\") if aNickC then if adminrang <= 1 and adminduty == 0 then outputChatBox(\"#00007F[bL] #FFFFFFSajnos, nem vagy adminszolgálatban!\",source,255,255,255,true) elseif adminrang <= 1 and adminduty == 1 then setAccountData (source, \"aNick\", aNickC) outputChatBox(\"#00007F[bL] #FFFFFFSikeresen beállítotad az admin neved: \"..aNick..\"-ra/re!\",source,255,255,255,true) elseif adminrang == 0 then outputChatBox(\"#00007F[bL] #FFFFFFSajnos, nem vagy admin!\",source,255,255,255,true) end end else outputChatBox(\"#00007F[bL] #FFFFFFIsmeretlen hiba!\",source,255,255,255,true) end
877
« Dátum: 2016. augusztus 28. - 21:51:25 »
removeWorldObject MTA-ba. OFF: MTA:SA/Segítségkérés , itt LUA van. E: Este már lusta vagyok Wiki-re felmenni ott nézz utána a removeWorldObject szintaxisára!
878
« Dátum: 2016. augusztus 28. - 21:50:46 »
Szia Guieditorral könnyen meglehet oldani! (MTA Community-n fent van a resource, viszont a leírásában benne vannak milyen jogok kellenek neki!) A mindenkinek jó helyen legyen-t pedig úgy lehet megoldani hogy jobb klikelsz az összes gui-ra képedre mindenre amit megcsináltál, és relative-ra állítod.
879
« Dátum: 2016. augusztus 28. - 08:46:14 »
exportálod a frakció systemet, aztán egy elágazással lekéred a frakció ID-jét, és ha nem az az ID-je (Frakció ID-je) akkor else, és hogy mit csináljon.
880
« Dátum: 2016. augusztus 26. - 22:33:42 »
Hogyan tudok menteni egy (már létrehozzott) táblába, oszlopokba, és azokból kikérni. Meg a kapcsolodás, meg lényegében erre a 3 dologra egy példa.
881
« Dátum: 2016. augusztus 26. - 22:16:43 »
Na igen, én már utánanéztem wikin, de valamiért angolul totál nem értettem meg
882
« Dátum: 2016. augusztus 26. - 21:49:35 »
Sziasztok! Azt szeretném megtudni ki tudná leírni részeltesen hogy hogyan kapcsólodjak MySQL adatbázishoz hogyan használjam (nem az ilyen SEARCH,WHERE, hanem hogyan hivatkozzak rá stb.)
883
« Dátum: 2016. augusztus 26. - 20:11:55 »
Köszönöm szépen! Most probálom ki! E:Mivel azóta alakitgattam a scriptet, és most valamiért a 30.-as sor rossz (Debug: server.lua/attempt to compare nil with number.) Script: setElementData (thePlayer, \"adminlevel\", 0) setElementData (thePlayer, \"adminduty\", 0) addCommandHandler(\"getadmin\", function (source, commandName, who) adminrang = getElementData(source, \"adminlevel\") adminduty = getElementData(source, \"adminduty\") if adminrang <= 7 and adminduty == 1 then if who then if getPlayerFromName(who) then outputChatBox (\"#00007F[bL] #FFFFFFA(z) Admin rangja \"..getElementData(getPlayerFromName(who), \"adminlevel\")..\" számu!\",source,255,255,255,true) else outputChatBox(\"#00007F[bL] #FFFFFFNincs ilyen játékos!\", source,255,255,255,true) end else outputChatBox(\"#00007F[bL] #FFFFFFHasználat: /getadmin [Játékos]\", source,255,255,255,true) end elseif adminrang == 0 then outputChatBox(\"#00007F[bL] #FFFFFFNem vagy ADMIN!\", source,255,255,255,true) elseif adminrang <= 7 and adminduty == 0 then outputChatBox(\"#00007F[bL] #FFFFFFNem vagy adminszolgálatban!\", source,255,255,255,true) end end ) ---- addCommandHandler(\"setadmin\", function (source, commandName, nev, szint) if adminrang <= 7 and adminduty == 1 then if nev or szint then if getPlayerFromName(nev) then setElementData(getPlayerFromName(nev), \"adminlevel\", szint) outputChatBox (\"#00007F[bL] #FFFFFFÁtálitotta valaki az admin szinted \"..szint..\" számura!\",getPlayerFromName(nev),255,255,255,true) else outputChatBox(\"#00007F[bL] #FFFFFFNincs ilyen játékos!\", source) end else outputChatBox(\"#00007F[bL] #FFFFFFHasználat: /setadmin [Játékos] [szint]\", source) end elseif adminrang <= 7 and adminduty == 0 then outputChatBox(\"#00007F[bL] #FFFFFFNem vagy adminszolgálatban!\", source,255,255,255, true) elseif adminrang == 0 then outputChatBox(\"#00007F[bL] #FFFFFFNem vagy ADMIN!\",source,255,255,255,true) end end ) ---- function adminNick (source, commandName, nick) if nick then if adminrang <= 1 and adminduty == 1 then setElementData (source, \"adminNick\", nick) outputChatBox (\"#00007F[bL] #FFFFFFAz admin neved mostantól \"..nick..\" lesz!\",source,255,255,255, true) elseif adminrang <= 1 and adminduty == 0 then outputChatBox (\"#00007F[bL] #FFFFFFElöször lépj adminszolgálatba!\",source,255,255,255, true) elseif adminrang == 0 then outputChatBox (\"#00007F[bL] #FFFFFFNem vagy admin \",source,255,255,255, true) end else outputChatBox (\"#00007F[bL] #FFFFFFIsmeretlen hiba! \",source,255,255,255, true) end end addCommandHandler (\"adminnickchange\",adminNick) addCommandHandler (\"anickchange\",adminNick) addCommandHandler (\"anickc\",adminNick) addCommandHandler (\"anc\",adminNick) addCommandHandler (\"setadminnick\",adminNick) addCommandHandler (\"setanick\",adminNick) addCommandHandler (\"setan\",adminNick) addCommandHandler (\"stan\",adminNick) ---- function adminDuty (source) playername = getPlayerName (source) aNick = getElementData(source, \"adminNick\") if adminrang <=1 and adminduty == 1 then setPlayerName (source, playername) setElementData (source, \"adminduty\", 0) outputChatBox (\"#00007F[bL] #FFFFFF\"..aNick..\" kilépett az adminszolgálatból! \",255,255,255, true) elseif adminrang <=1 and adminduty == 0 then setPlayerName (source, aNick) setElementData (source, \"adminduty\", 1) outputChatBox (\"#00007F[bL] #FFFFFF\"..aNick..\" belépett az adminszolgálatba! \",255,255,255, true) elseif adminrang == 0 then outputChatBox (\"#00007F[bL] #FFFFFFNem vagy admin \",thePlayer,255,255,255, true) end end addCommandHandler (\"adminduty\",adminDuty) addCommandHandler (\"aduty\",adminDuty) ---- AS parancsok function createVehicle (command, carID) adminduty = getElementData (player, \"adminduty\") if carID then if adminrang <= 1 and adminduty == 1 then createVehicle() outputChatBox (\"#00007F[bL] #FFFFFFSikeresen lehívtál egy kocsit! \",thePlayer,255,255,255, true) elseif adminrang == 0 then outputChatBox (\"#00007F[bL] #FFFFFFNem vagy admin! \",thePlayer,255,255,255, true) elseif adminrang <= 1 and adminduty == 0 then outputChatBox (\"#00007F[bL] #FFFFFFElöször lépj adminszolgálatba! \",thePlayer,255,255,255, true) end else outputChatBox (\"#00007F[bL] #FFFFFFIsmeretlen Hiba! \",thePlayer,255,255,255, true) end end addCommandHandler (\"cVehicle\",createVehicle) ---- function afelhivas (command, text) if (text) then if adminrang <=1 and adminduty == 1 then outputChatBox (\"#00007F[bL] #FFFFFFSikeresen kiirtál egy felhívást! \",thePlayer,255,255,255, true) outputChatBox (\"#00007F[bL] #FFFFFF\"..playername..\" : \"..text,255,255,255, true) elseif adminrang == 0 then outputChatBox (\"#00007F[bL] #FFFFFFNem vagy admin! \",255,255,255, true) elseif adminrang <= 1 and adminduty == 0 then outputChatBox (\"#00007F[bL] #FFFFFFElöször lépj adminszolgálatba! \",thePlayer,255,255,255, true) end outputChatBox (\"#00007F[bL] #FFFFFFIsmeretlen Hiba! \",thePlayer,255,255,255, true) end end addCommandHandler (\"aFelhivas\",afelhivas)
---- A1 parancsok E2: Mégse az nem tudom miért az írja, pedig NotePad-ban más a 30. adik sor ( if adminrang <= 7 and adminduty == 1 then )
884
« Dátum: 2016. augusztus 26. - 17:55:59 »
Megnézam a setAccountot.
885
« Dátum: 2016. augusztus 26. - 17:15:14 »
Sziasztok! Ugye van az ElementData de ha abban igy tárolok valamit: setElementData(player, \"példaérték\", 1002) Akkor az elveszik mikor lelép a játékos. Hogyan tudnám elmenteni MySQL, SQLite, stb. nélkül?
Oldalak: 1 ... 57 58 [59] 60 61 ... 69
|