Zaloguj się by uzyskać pełen dostęp. Nie masz jeszcze konta? Założ je już teraz w kilka sekund.
GTAONLINE.PL
Tematy otagowane jako: otworzyć
1. jak otworzyć ten panel w editorze
wiem ?e to jest pewnie banalne ale nie wiem jak w??czy? ten panel w editorze
taki
https://i.ytimg.com/vi/URN4DWkR4cM/hqdefault.jpg
2. nie moge otworzyć panelu admina
Witam niedawno wgra?em na serwer paczke skrypt?w i nie mam teraz panelu admina nie wiem dlaczego prosze o szybk? odpowied? za pomoc dam zimne :piwo:
3. Jak otworzyć plik .luac ?
Chcia? bym otworzy? plik '.luac' ale nie wiem jak. B?d? wdzi?czny jak to? mi pomo?e.
4. Nie mogę otworzyć bramy YA
[lua]brama1 = createObject( 11313, -2102.099,-38, 36.299, 0, 0, 180 )

function bramao (thePlayer)
if getElementData(thePlayer,'player:duty') and getElementData(thePlayer,'player:duty')=='PSP' then
moveObject ( brama1, 2000, -2102.099,-38, 32.3)
end
end
addCommandHandler("o",bramao)

function bramaz (thePlayer)
if getElementData(thePlayer,'player:duty') and getElementData(thePlayer,'player:duty')=='PSP' then
moveObject ( brama1, 2000, -2102.099,-38, 36.299)
end
end
addCommandHandler("z",bramaz)

---------------------------------

brama2 = createObject( 11313, -2102.100,-28.5, 36.299, 0, 0, 180 )

function bramao (thePlayer)
if getElementData(thePlayer,'player:duty') and getElementData(thePlayer,'player:duty')=='PSP' then
moveObject ( brama2, 2000, -2102.100,-28.5, 32.3)
end
end
addCommandHandler("o",bramao)

function bramaz (thePlayer)
if getElementData(thePlayer,'player:duty') and getElementData(thePlayer,'player:duty')=='PSP' then
moveObject ( brama2, 2000, -2102.100,-28.5, 36.299)
end
end
addCommandHandler("z",bramaz)

---------------------------------

brama3 = createObject( 11313, -2102.100,-18.799, 36.299, 0, 0, 180 )

function bramao (thePlayer)
if getElementData(thePlayer,'player:duty') and getElementData(thePlayer,'player:duty')=='PSP' then
moveObject ( brama3, 2000, -2102.100,-18.799, 32.3)
end
end
addCommandHandler("o",bramao)

function bramaz (thePlayer...