1737241297
2627
airdox
Karma: 134
Malacis ar lielu +
Reģistrējies 20 novembris 2020
Pēdējā aktivitāte 11. janvārī, 19:46
Informācija
Grupa
Lietotājs+
Karma
134
iEiro
0.00
Laiks online
3d 13h 58m ( vidēji dienā 3m 23s )
Aktīvie Ieraksti
92 ( vidēji dienā 0.06 )
Profila Skatījumi
2,598 ( vidēji dienā 1.71 )
Novērtējis citus
277 reizes ( 24h laikā: 0 reizes )
Komentējis galerijas
0 reizes ( 24h laikā: 0 reizes )
Komentējis profilus
4 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
Lil Jon & The East Side Boyz... (0 Atbildes)
Autors: *EnEmY*
Pievienots: 2024. gada 22. decembrī, 22:24
Control Machete - Humanos Me... (0 Atbildes)
Autors: *EnEmY*
Pievienots: 2024. gada 24. oktobrī, 19:12
Anarchy Club - Blood On the ... (0 Atbildes)
Autors: *EnEmY*
Pievienots: 2024. gada 26. septembrī, 19:39
Anarchy Club - All the Fires... (0 Atbildes)
Autors: *EnEmY*
Pievienots: 2024. gada 26. septembrī, 19:37
JPEGMAFIA x Denzel Curry - J... (0 Atbildes)
Autors: *EnEmY*
Pievienots: 2024. gada 16. augustā, 23:27
LOCKED SHUT "TOOTHACHE" Offi... (0 Atbildes)
Autors: *EnEmY*
Pievienots: 2024. gada 12. augustā, 22:16
Belzebong - Live at Fishing ... (0 Atbildes)
Autors: *EnEmY*
Pievienots: 2024. gada 06. augustā, 22:11
* **************************************************************************
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 )