Ü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 - impreZZa

Oldalak: 1 ... 26 27 [28] 29 30 ... 37
406
Kérdések, Segítség / fut fiók zárolva
« Dátum: 2016. július 09. - 18:21:39 »
Kb. első találat volt guglin:
 

There are two workarounds to fix this problem:
If you have access to your trusted console (the console where you previously played FUT), simply log into this console and reset your security question and answer.
Your reset information will carry over to your new console and the Web App.
If you do not have access to your trusted console any longer or you are continuing to have trouble logging into your Xbox One / PS4, contact one of our game advisors to help reset your security question and answer.
If required, click the following link to contact an Advisor: http://help.ea.com/en/contact-us/new/?category=demo-beta
For help on how to contact an Advisor please use this link: http://answers.ea.com/t5/Answer-HQ/How-to-contact-a-Game-Advisor-using-the-new-EA-Help-page/td-p/2161281
 
[/quote]

407
Segítségkérés / Mi kell hozzá
« Dátum: 2016. július 09. - 15:57:55 »

408
Kérdések, Segítség / Portnyitás....
« Dátum: 2016. július 08. - 15:39:33 »
Változó:D

409
Kérdések, Segítség / Portnyitás....
« Dátum: 2016. július 08. - 15:36:52 »
Idézetet írta: Kenton date=1467837493\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"62170\" data-ipsquote-contentclass=\"forums_Topic
[hs width=300 height=300]http://kepfeltoltes.hu/160706/374999188N_vtelen_www.kepfeltoltes.hu_.png[/hs]
 
Nem értem, miért takartad ki az IP-t.
Oda ez kell:
[hs width=300 height=300]http://i.imgur.com/F6kwNV3.png[/hs]

410
Kérdések, Segítség / Kutyafajta
« Dátum: 2016. június 30. - 17:25:14 »
Ránézésre nekem egy kölyök német juhász, lehet keverék.

411
Segítségkérés / SA:MP nem multi!
« Dátum: 2016. június 30. - 12:42:02 »
Idézetet írta: Chastian date=1467282232\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"60958\" data-ipsquote-contentclass=\"forums_Topic
Én sajnos SketchUp-ban csináltam meg minden modom, aztán rájöttem, hogy nincs lehetőség dff-be átalakítani!
 
De van.

412
Segítségkérés / Scoreboard körüli homályosítás!
« Dátum: 2016. június 29. - 12:38:14 »
Blur shaderrel.

413
Ariston MTA Tulajdonos és Fejlesztő[/quote]
\"BLDNi0d.jpg\"

414
Segítségkérés / Mozgó kép
« Dátum: 2016. június 27. - 23:32:48 »
Idézetet írta: impreZZa date=1466979047\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"61097\" data-ipsquote-contentclass=\"forums_Topic
Nem teszteltem, de elvileg jó.
Megnyomod a k betűt, a kép felülről \'beúszik\' a képernyő közepére.
 
Image = {};
Image.Width = 200;
Image.Height = 200;
Image.PosX = Display.Width/2 - Image.Width/2;
Image.PosY = -Image.Height;
Image.IsVisible = false;
addEventHandler(\"onClientKey\", root,
    function(key, state)
        if (state) then
            if (key == \"k\") then
                Image.IsVisible = not Image.IsVisible;
                if (not Image.IsVisible) then
                    Image.PosY = -Image.Height;
                end
            end
        end
    end
);
addEventHandler(\"onClientRender\", root,
    function()
        Image.PosY = Image.PosY + 20;
        if (Image.PosY >= Display.Height/2 - Image.Height/2) then
            Image.PosY = Display.Height/2 - Image.Height/2;
        end
        dxDrawImage(Image.PosX, Image.PosY, Image.Width, Image.Height, \"kép.png\");
    end
);

 

Csak nem az y-t állítod, hanem a szöget.
 
bool dxDrawImage ( float posX, float posY, float width, float height, mixed image,
                 [ float rotation = 0, float rotationCenterOffsetX = 0, float rotationCenterOffsetY = 0,
                   int color = tocolor(255,255,255,255), bool postGUI = false ] )
[/quote]

415
Segítségkérés / Mozgó kép
« Dátum: 2016. június 27. - 11:55:05 »
Én értettem, csak gondoltam írok egy példát a mozgásra.
Bocs.

416
Segítségkérés / Mozgó kép
« Dátum: 2016. június 27. - 00:10:47 »
Nem teszteltem, de elvileg jó.
Megnyomod a k betűt, a kép felülről \'beúszik\' a képernyő közepére.
 
Image = {};
Image.Width = 200;
Image.Height = 200;
Image.PosX = Display.Width/2 - Image.Width/2;
Image.PosY = -Image.Height;
Image.IsVisible = false;
addEventHandler(\"onClientKey\", root,
    function(key, state)
        if (state) then
            if (key == \"k\") then
                Image.IsVisible = not Image.IsVisible;
                if (not Image.IsVisible) then
                    Image.PosY = -Image.Height;
                end
            end
        end
    end
);
addEventHandler(\"onClientRender\", root,
    function()
        Image.PosY = Image.PosY + 20;
        if (Image.PosY >= Display.Height/2 - Image.Height/2) then
            Image.PosY = Display.Height/2 - Image.Height/2;
        end
        dxDrawImage(Image.PosX, Image.PosY, Image.Width, Image.Height, \"kép.png\");
    end
);

417
Hangszerek és előadók / Mit hallgatsz most vol. 2
« Dátum: 2016. június 25. - 18:24:53 »

418
Kérdések, Segítség / Késő már elkezdeni focizni?
« Dátum: 2016. június 24. - 18:54:13 »
Idézetet írta: tomi0080 date=1466771974\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"60985\" data-ipsquote-contentclass=\"forums_Topic
késő már 14 évesen elkezdeni focizni?
 


már korábban is fociztam 12-13 eves koromban.
 
[/quote]
hogymi

419
Hangszerek és előadók / Mit hallgatsz most vol. 2
« Dátum: 2016. június 23. - 19:41:42 »

420
Segítségkérés / Saját marker
« Dátum: 2016. június 22. - 02:31:21 »
local screenW, screenH = guiGetScreenSize();
function makeMarker()
    local x, y, z = getElementPosition(localPlayer);
    theMarker = createMarker(x + 10, y + 10, z-1, \'cylinder\', 5, 255, 255, 255, 150);
    local a, b, c = getElementPosition(theMarker);
    outputChatBox(a ..\', \'.. b ..\', \'.. c);
end
addCommandHandler(\'marker\', makeMarker);
function makeMarkerImage()
    local camX, camY, camZ = getCameraMatrix();
    local a, b, c = getElementPosition(theMarker);
    if (getDistanceBetweenPoints3D(camX, camY, camZ, a, b, c) <= 30) then
        local screenX, screenY = getScreenFromWorldPosition(a, b, c + 2);
        if screenX then
            local scale = 1920 / screenW;
            local width = (1141 / 3) / scale;
            dxDrawImage(screenX - width / 2, screenY - screenH  / 10, width, 307/3, \'files/images/signature.png\', 0, 0, 0, tocolor(255, 255, 255, 200));
        end
    end
end
addEventHandler(\'onClientRender\', root, makeMarkerImage);

Oldalak: 1 ... 26 27 [28] 29 30 ... 37
SimplePortal 2.3.7 © 2008-2024, SimplePortal