Üzenetek megjelenítése

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 - Eduka

Oldalak: 1 ... 4 5 [6] 7 8 ... 15
76
Segítségkérés / Étel, ital rendszer
« Dátum: 2016. augusztus 24. - 22:58:00 »
Telefonon eleg nehez atnezni teljesen a kodot, probald meg getElementDataval

77
Segítségkérés / Setrendszam probléma
« Dátum: 2016. augusztus 24. - 21:36:40 »
Ha az adminlevelt külön funkcióban hívtad meg, h lekérje az adminszintet, akkor azt a funkciót meg is kell hívni
 
adminLevel(localPlayer)

78
Fórum Archívum (Témák/Fórumok) / Re:Étel, ital rendszer
« Dátum: 2016. augusztus 24. - 21:34:58 »
...

79
MTA: Szerverfejlesztés / [Gamemode]Touch MTA V2 részben
« Dátum: 2016. augusztus 17. - 17:04:54 »
Ebben max annyit készítettél h átírtad a resourcesek nevét, alap valhalla -.-

80
Segítségkérés / Vehicle Dimension probléma!
« Dátum: 2016. augusztus 17. - 16:28:06 »
Tehát te úgy gondolod h ha valaki egyszer is valhallához nyúlt akkor ő már a szemedben egy senki? Szerintem akkor a mai \"scripterek\" 99%-a a szemedben senki :)

81
MTA: Szerverfejlesztés / [SCRIPT] Script védelem
« Dátum: 2016. augusztus 15. - 22:35:31 »
Akkor inkább úgy lenne értelme, h minden induló scriptben lekéri h fut-e a script, és ha fut akkor nem lesz cancelEvent, viszont ha nem fut akkor cancelEvent... Nem kell levédés hisz van luaC...

82
Segítségkérés / Zero MTA-ban Gate létrehozása kulcsal
« Dátum: 2016. augusztus 12. - 14:54:15 »
Mert benne van a nevében h \"zeromta\"

83
Munkaerő keresés / TeamSpeak 3 configost keresek
« Dátum: 2016. augusztus 11. - 18:06:31 »
MTA részleg -.-

84
Segítségkérés / CarSpawner parancs
« Dátum: 2016. augusztus 09. - 19:43:42 »
Ugye szerver oldalon próbálod?

Dupla hozzászólás automatikusan összefûzve. ( 2016. augusztus 09. - 19:45:30 )

beni1324[/member]
 
function kocsispawn(thePlayer, command, vehicleModel)
local x,y,z = getElementPosition(thePlayer)
x = x + 5
local kocsiadd = createVehicle(tonumber(vehicleModel),x,y,z)
if not (kocsiadd) then
outputChatBox(\"Nem sikerült spawnolni az autót!\")
end
end
addCommandHandler(\"kocsiadd\", kocsispawn)

85
Segítségkérés / CarSpawner parancs
« Dátum: 2016. augusztus 09. - 18:33:49 »
function vehicle(thePlayer, cmd, model)
if(tonumber(model) < 400 or tonumber(model) > 611) then
outputChatBox(\"Nem található ilyen jármű id!\", thePlayer, 255, 255, 255)
else
local x, y, z = getElementPosition(thePlayer)
createVehicle(model, x+3, y, z+2)
outputChatBox(\"Jármű sikeres spawnolása!\", thePlayer, 255, 255, 255)
end
end
addCommandHandler(\"cv\", vehicle)

86
Segítségkérés / Dx
« Dátum: 2016. augusztus 08. - 09:19:24 »
local screenW, screenH = guiGetScreenSize()
local lap = \"info\"
addEventHandler(\"onClientRender\", root,
    function()
        dxDrawRectangle(screenW * 0.2656, screenH * 0.1602, screenW * 0.4568, screenH * 0.7315, tocolor(4, 4, 4, 120), true)
        dxDrawRectangle(screenW * 0.2651, screenH * 0.1611, screenW * 0.4573, screenH * 0.0954, tocolor(4, 4, 4, 189), true)
        dxDrawText(\"Karakter Információk\", screenW * 0.2656, screenH * 0.1602, screenW * 0.4172, screenH * 0.2565, tocolor(255, 255, 255, 255), 1.00, \"pricedown\", \"center\", \"center\", false, false, true, false, false)
        dxDrawText(\"Frakciók\", screenW * 0.4167, screenH * 0.1602, screenW * 0.5682, screenH * 0.2565, tocolor(255, 255, 255, 255), 1.00, \"pricedown\", \"center\", \"center\", false, false, true, false, false)
        dxDrawText(\"Tulajdonok\", screenW * 0.5682, screenH * 0.1611, screenW * 0.7198, screenH * 0.2574, tocolor(255, 255, 255, 255), 1.00, \"pricedown\", \"center\", \"center\", false, false, true, false, false)
    if lap == \"info\" then
        dxDrawText(\"Karakter Információk #2\", screenW * 0.4167, screenH * 0.3259, screenW * 0.5682, screenH * 0.4222, tocolor(255, 255, 255, 255), 1.00, \"pricedown\", \"center\", \"center\", false, false, true, false, false)
    elseif lap == \"frakciok\" then
        dxDrawText(\"Frakciók #2\", screenW * 0.4167, screenH * 0.4222, screenW * 0.5682, screenH * 0.5185, tocolor(255, 255, 255, 255), 1.00, \"pricedown\", \"center\", \"center\", false, false, true, false, false)
      elseif lap == \"tulajdonok\" then
        dxDrawText(\"Tulajdonok #2\", screenW * 0.4167, screenH * 0.5185, screenW * 0.5682, screenH * 0.6148, tocolor(255, 255, 255, 255), 1.00, \"pricedown\", \"center\", \"center\", false, false, true, false, false)
    end
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.2646, screenH * 0.1602, screenW * 0.1604, screenH * 0.0963, absX, absY) and lap ~= \"info\" then -- karakter információk gomb
          lap = \"info\"
       elseif dobozbaVan(screenW * 0.4250, screenH * 0.1602, screenW * 0.1417, screenH * 0.0963, absX, absY) and lap ~= \"frakciok\" then -- frakciók információk gomb
          lap = \"frakciok\"
       elseif dobozbaVan(screenW * 0.5667, screenH * 0.1602, screenW * 0.1557, screenH * 0.0963, absX, absY) and lap ~= \"tulajdonok\" then -- tulajdonok információk gomb
          lap = \"tulajdonok\"
       end
    end
end
)

87
Segítségkérés / Hl mod login panel
« Dátum: 2016. augusztus 07. - 23:55:25 »
Az a bibi h a hl nem sz*ros valhalla

88
Segítségkérés / Interioros Garázs rendszer?
« Dátum: 2016. augusztus 07. - 23:53:02 »
Minden megoldhato tudassal...

89
Segítségkérés / Dx
« Dátum: 2016. augusztus 07. - 20:40:15 »
Holnap írj nekem egy privát üzenetet és megírom neked!:)

90
Segítségkérés / Hogyan rakjam le??
« Dátum: 2016. augusztus 07. - 20:39:27 »
Nem voltam biztos a válaszomban, és jelenleg nincs lehetőségem letesztelni, sry:(

Oldalak: 1 ... 4 5 [6] 7 8 ... 15
SimplePortal 2.3.7 © 2008-2025, SimplePortal