function telefon1 ()screenwidth, screenHeight = guiGetScreenSizeWindowWidth, windowleight = 390, 707x = (screenWidth/2) - (windowWidth/2)y = (screenHeight/2) - (windowHeight/2)telefon = guiCreateStaticImage (x, y, 390, 707, \"phone_main.png\", false)endaddCommandHandler (\"telefon1\", telefon1) [/quote]Meta.xml <meta><info author=\"juhander\" version=\"1.0\" type=\"script\"/><script src=\"script.lua\" type=\"client\"/><file src=\"phone_main.png\" type=\"client\"/></meta> [/quote]Kezdő scripter vagyok szóval úgy nézzetek rám
<meta><info author=\"juhander\" version=\"1.0\" type=\"script\"/><script src=\"script.lua\" type=\"client\"/><file src=\"phone_main.png\" type=\"client\"/></meta> [/quote]Kezdő scripter vagyok szóval úgy nézzetek rám
function telefon1 ()screenwidth, screenHeight = guiGetScreenSizeWindowWidth, windowleight = 390, 707x = (screenWidth/2) - (windowWidth/2)y = (screenHeight/2) - (windowHeight/2)telefon = guiCreateStaticImage (x, y, 390, 707, \"phone_main.png\", false)endaddCommandHandler (\"telefon1\", telefon1) [/quote]Edit: pirossal bejelöltem neked a hibákat
screenwidth, screenHeight = guiGetScreenSize WindowWidth, windowleight = 390, 707[/quote]Jó: screenWidth, screenHeight = guiGetScreenSize() windowWidth, windowHeight = 390, 707[/quote]Szerintem így már észreveszed Edit: találtam még 1 \"elírást\"Edit2: találtam még 1 \"elírást\" xD
screenWidth, screenHeight = guiGetScreenSize() windowWidth, windowHeight = 390, 707[/quote]Szerintem így már észreveszed Edit: találtam még 1 \"elírást\"Edit2: találtam még 1 \"elírást\" xD
function telefon1 ()screenWidth, screenHeight = guiGetScreenSize ()windowWidth, windowHeight = 300, 400x = (screenWidth/2) - (windowWidth/2)y = (screenHeight/2) - (windowHeight/2)hatter = guiCreateStaticImage (x, y, 260, 471, \"phone_main.png\", false)showCursor(true)gomb1 = guiCreateLabel(93, 237, 34, 34, \"AAAAAA\", false, hatter)addEventHandler(\"onClientGuiClick\", gomb1, gombteszt, false) endaddCommandHandler (\"telefon1\", telefon1)function gombteszt()outputChatBox ( \"Sikeresen elinditottad a Flappy Bird-ot\" )end [/quote]Na most az van ,hogy elindul ,de ez a mondat nem urgik ki amikor rámegyek az \"AAAA\"-ra