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

Oldalak: 1 ... 19 20 [21] 22 23 ... 43
301
Segítségkérés / Mta-ba határ script???
« Dátum: 2017. augusztus 21. - 10:39:42 »
Igen,  de a groove street-re rakja le, ott teszteltem. :D

302
Segítségkérés / Mta-ba határ script???
« Dátum: 2017. augusztus 20. - 20:52:11 »
Ne haragudj, elhúzódott a film. :D 
 
Client: 
 

local x,y = guiGetScreenSize()
function panelRender()
dxDrawRectangle((x-230)/2,(y-120)/2,230,120,tocolor(0,0,0,160))
dxCreateButton((x-230)/2,(y-30)/1.93,230,30,tocolor(73, 150, 122,160),\"Átkelés\")
dxCreateButton((x-230)/2,(y-30)/1.78,230,30,tocolor(150, 73, 73,160),\"Bezárás\")
end
function buttons(b,s)
local theVehicle = getPedOccupiedVehicle ( localPlayer )
if theVehicle then
   if b == \"left\" and s == \"down\" then
      if isCursorInPosition((x-230)/2,(y-30)/1.93,230,30) then
         core(\"ok\")
      elseif isCursorInPosition((x-230)/2,(y-30)/1.78,230,30) then
         core(\"close\")
      end
   end
end   
end
addEventHandler(\"onClientClick\", getRootElement(), buttons)
function core(type)
if type == \"Hit\"then
   showCursor(true)
   addEventHandler(\"onClientRender\", getRootElement(), panelRender)
elseif type == \"Leave\" or type == \"close\" then
   showCursor(false)
   removeEventHandler(\"onClientRender\", getRootElement(), panelRender)
elseif type == \"ok\" then
   outputChatBox(\"Sikeres\")
   showCursor(false)
   removeEventHandler(\"onClientRender\", getRootElement(), panelRender)
   triggerServerEvent(\"openGate\",localPlayer)
end
end
addEvent(\"inTheMarker\",true)
addEventHandler(\"inTheMarker\",getRootElement(),core)
function dxCreateButton(sx,sy,w,h,color,text)
dxDrawRectangle(sx,sy,w,h,color)
dxDrawText(text,sx+w,sy+h,sx,sy,tocolor(255,255,255),1,\"arial\",\"center\",\"center\")
end
function isCursorInPosition(boxX, boxY, boxW, boxH)
if isCursorShowing() then
   local absoluteX, absoluteY = getCursorPosition()
   absoluteX, absoluteY = absoluteX*x, absoluteY*y
   return (absoluteX >= boxX and absoluteX <= boxX+boxW) and (absoluteY >= boxY and absoluteY <= boxY+boxH)
else
   return false
end
end

 
Server:
 

local Marker = createMarker(2476.72925, -1670.19153, 12.3,\"cylinder\",1.4,73, 150, 122,160)
local defaultGate = createObject( 968, 2473.53613, -1669.20337, 13.32032, 90, 0, 0 )
addEvent( \"openGate\", true )
addEventHandler( \"openGate\", root, function(thePlayer)
moveObject(defaultGate, 2000,  2473.53613, -1669.20337, 13.32032, -90, 0, 0)
setTimer(function()
   moveObject(defaultGate, 2000,  2473.53613, -1669.20337, 13.32032, 90, 0, 0)
end, 3000, 1)
end)
addEventHandler(\'onMarkerHit\', root, function(hitElement, hitDimension)
if getElementType(hitElement) ~= \'player\' then return end
local vehicle = getPedOccupiedVehicle(hitElement)
if vehicle then
   if source == Marker then
      triggerClientEvent(hitElement, \"inTheMarker\", hitElement, \"Hit\")
   end
end
end)
addEventHandler(\'onMarkerLeave\', root, function(hitElement, hitDimension)
if getElementType(hitElement) ~= \'player\' then return end
local vehicle = getPedOccupiedVehicle(hitElement)
if vehicle then
   if source == Marker then
   triggerClientEvent(hitElement, \"inTheMarker\", hitElement, \"Leave\")
   end
end
end)

 
Közel sem tökéletes, de kiindulási alapnak talán jó. :D

303
Segítségkérés / Mta-ba határ script???
« Dátum: 2017. augusztus 20. - 18:51:53 »
Ha géphez férek írok egy alapot, amit nézegethetsz, fejlesztheted. Nem vahyok profi, de ha tényleg nem tudsz, az segíthet
 
 :D

304
Segítségkérés / Mta-ba határ script???
« Dátum: 2017. augusztus 20. - 18:47:39 »
Létezik, de nem nehéz írni egyet. 
 
moveObject, gui, trigger. Plusz az apró.

305
Pályakészítő / Határnál halvány object
« Dátum: 2017. augusztus 19. - 21:07:55 »
Valami resource? Vagy lehet, hogy mta Bug. Ha jól emlékszem, nem biztos, talán, lehet, hogy nem, de lehet, hogy velem is már történt ilyen. Amikor valami object-et kiszedek mapeditor-al, béha látszik a távolból. Vagy valami rá lehet modellezve?

306
Segítségkérés / Itt kérdezz warningot/error -t!
« Dátum: 2017. augusztus 19. - 11:40:07 »
Idézetet írta: marknoe date=1503133053


   
      Hali! Itt mi lehet a probléma?\"geci.md.png\"
   


Ebből csak annyit lehet megállapítani, hogy szar az external.
 
 

307
Kérdések, Segítség / Quadro 2000 vs. GT 630
« Dátum: 2017. augusztus 18. - 15:14:02 »
Háát, valamivel jobb lenne, de ki kell próbálni. A tesztekben más minden komponens, ha megkapod tesztre akkor lehet biztosat mondani.

308
Kérdések, Segítség / Quadro 2000 vs. GT 630
« Dátum: 2017. augusztus 18. - 15:08:10 »
Azt gondoltam, de melyik játékra?

309
Kérdések, Segítség / Quadro 2000 vs. GT 630
« Dátum: 2017. augusztus 18. - 15:04:38 »
Hát akkor biztosan. Mire használnád?

311
Segítségkérés / Funkció 1 elindítja funkció 2-t?
« Dátum: 2017. augusztus 17. - 12:42:46 »

function button()
masikfunction()
end
function masikfunction()
--Ide a markert
end

 
Ez nagyon alap, de konkrétan így IS lehet.

312
MTA: Általános / Véleménynyilvánítás
« Dátum: 2017. augusztus 16. - 21:26:50 »
Meg lehet nézni? :D

313
MTA: Általános / Véleménynyilvánítás
« Dátum: 2017. augusztus 16. - 16:17:30 »
Nekem tetszik. Szerintem folytasd.
 
Legalább valami egyedi is készül. :D

314
Segítségkérés / HUD Eltüntetése
« Dátum: 2017. augusztus 13. - 23:17:41 »
Valami más script ami előhozza?

315
Segítségkérés / HUD Eltüntetése
« Dátum: 2017. augusztus 13. - 22:14:02 »

setPlayerHudComponentVisible( \"all\", false )

 
 

Oldalak: 1 ... 19 20 [21] 22 23 ... 43
SimplePortal 2.3.7 © 2008-2024, SimplePortal