1731968395
@ CarD :: | JEIBAL MAI LAIF | ||
@ Osmans :: | |||
@ Laurz :: | ****a tīrakā | ||
@ Laurz :: | sen jau no 2020 gada | ||
@ Laurz :: | ded projekts | ||
@ Pelnutrauk :: | Te vel kāds dzīvs? | ||
@ Skrevele :: | euu | ||
@ yanchux :: | eu | ||
@ esketit. :: | d | ||
@ yanchux :: | ................................ | ||
@ yanchux :: | ................ | ||
@ yanchux :: | ........ | ||
@ esketit. :: | .... | ||
@ esketit. :: | .. | ||
@ paklaxjss :: | @Grums https://discord.gg/SZWgZb8gYT | ||
@ Grums :: | zdarova kads kickam dc ? mta | ||
@ yanchux :: | laiks verties vala | ||
@ Wundy :: | caw! | ||
@ CiMBo :: | ' | ||
@ CiMBo :: | what | ||
@ Skrevele :: | |||
@ Skrevele :: | a ko te notiek? |
2627
airdox
Karma: 133
Malacis ar lielu +
Reģistrējies 20 novembris 2020
Pēdējā aktivitāte 14. novembrī, 16:14
Informācija
Grupa
Lietotājs+
Karma
133
iEiro
0.00
Laiks online
3d 13h 8m ( vidēji dienā 3m 30s )
Aktīvie Ieraksti
91 ( vidēji dienā 0.06 )
Profila Skatījumi
2,302 ( vidēji dienā 1.58 )
Novērtējis citus
276 reizes ( 24h laikā: 0 reizes )
Komentējis galerijas
0 reizes ( 24h laikā: 0 reizes )
Komentējis profilus
3 reizes ( 24h laikā: 0 reizes )
Vecums
vecums nav norādīts
Dzimšanas Diena
dzimšanas diena nav norādīta
Dzimums
Vīrietis
Dzīvesvieta
Vietējā maksima
Intereses
Mērkaķu uzbūve
Kontaktinformācija
Pēdējās aktivitātes
Pēdējās airdox aktivitātes
Pēdējie apciemojuši profilu
Profila komentāri (40 Jaunākie)
Galerijas
* **************************************************************************
2023-08-20 21:32:47 *********************************************
* Copyright (c) 2015 OwlGaming Community - All Rights Reserved
* All rights reserved. This program and the accompanying materials are private property belongs to OwlGaming Community
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* **************************************** *******************************************************************************
]] local panel = {
login = {},
register = {},
sounds = {
{ 'http://files.owlgaming.net/menu.mp3', 0.3 },
{ 'http://files.owlgaming.net/gtav.mp3', 0.3 }, { 'http://files.owlgaming.net/gtaiv.mp3', 0.3 },
}
}
local sw, sh = guiGetScreenSize()
local fade = { }
local logoScale = 0.5
local logoSize = { sw*logoScale, sw*455/1920*logoScale }
local uFont
function startLoginSound()
local setting= loadMusicSetting()
if setting == 0 then
local sound = math.random( 1, 3 )
local bgMusic = playSound ( panel.sounds[ sound ][ 1 ], true )
if bgMusic then
setSoundVolume( bgMusic, panel.sounds[ sound ][ 2 ] )
end
setElementData(loca lPlayer, "bgMusic", bgMusic , false)
end
updateSoundLabel(setting)
end
function open_log_reg_pannel()
if not isElemen t ( panel.login.main ) then
-- blur screen.
triggerEvent( 'hud:blur', resourceRoot, 'off', true )
setTimer( triggerEve
2023-08-20 21:32:47 nt, 8000, 1, 'hud:blur', resourceRoot, 6, true, 0.1, nil )
-- sound effects.
triggerEvent("account:showMusicLabel", loc alPlayer)
startLoginSound()
-- prepare.
showChat(false)
showCursor(true)
guiSetInputEnabled(true)
local Width,Height = 350,350
local X = (sw/2) - (Width/2)
local Y = (sh/2) - (Height/2)
ufont = ufont or guiCreateFont( ':int erior_system/intNameFont.ttf', 11 )