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: blad
1. attempt to compare number with nil - pokazuje 13 linia blad
s=Vector2(guiGetScreenSize())
msgs={}

types={
[1]={"succes.png"},
[2]={"info.png"},
[3]={"error.png"},
}

function newNoti(el,txt,type)
if el==localPlayer then
if type>3 or type<0 or not tonumber(type) then
type=2
end
local type=types[type][1]
table.insert(msgs,{txt=txt,typ=type,easingFunction="Linear",startTime=getTickCount(),endTime=getTickCount()+5000})
end
end

addCommandHandler("dodaj",function(cmd,typ,...)
local msg=table.concat({...}," ")
newNoti(localPlayer,msg,tonumber(type))
end)

addEventHandler("onClientRender",root,function()
offset=0
for _,v in ipairs(msgs)do
local now = getTickCount()
local elapsedTime = now - v.startTime
local duration = v.endTime - v.startTime
local progress = elapsedTime / duration

local fAnimationTime = getEasingValue(progress, v.easingFunction)

local alpha = (1-fAnimationTime)*255
if alpha<0 then
table.remove(msgs,1)
end
dxDrawRectangle(15, 638+offset, 391, 62, tocolor(57, 57, 57, 182), false)
dxDrawImage(201, 676+offset, 0, 0, v.typ, 0, 0, 0, tocolor(255, 255, 255, alpha), false)
dxDrawImage(822, 428+offset, 0, 0,v.typ, 0, 0, 0, tocolor(255, 255, 255, alpha), false)
dxDrawImage(742, 393+offset, 0, 53, v.typ, 0, 0, 0, tocolor(255, 255, 255, alpha), false)
dxDrawImage(15, 636+offset, 391, 64...
2. [MTA] mta blad
Witam mam laptopa w ktorym niektore klawisze nie dzia?aja gdy podlacze osobna klawiature mta wykrywa auto cklickera
3. [GF] Blad Mysql - W mode tak pisze
Zainstalowa?em panele ?adnie wszystko wgra?o, chwilowo na testowej stronie www.orginal-game.ugu.pl. potem wgra?em mapk? oraz pluginsy i wszystkie rzeczy potrzebne na serwer czyli scriptfiles i tak dalej. oczywi?cie edytuj?c w mapce potrzebne dane do mysql czyli tam login, i adres pod co stoi baza, oraz has?o. ?adnie przekonwertowa?o wgra?em mapk? i uruchamiam serwer i wyskakuje mi tak:

[code]SA-MP Dedicated Server
----------------------
v0.3x, (C)2005-2013 SA-MP Team

[15] filterscripts = "" (string)
[15]
[15] Server Plugins
[15] --------------
[15] Loading plugin: audio.so
[15]

*** Audio Plugin v0.5 R2 by Incognito loaded ***

[15] Loaded.
[15] Loading plugin: sscanf.so
[15]

[15] ===============================

[15] sscanf plugin loaded.

[15] (c) 2009 Alex "Y_Less" Cole

[15] ===============================

[15] Loaded.
[15] Loading plugin: streamer.so
[15]

*** Streamer Plugin v2.6.1 by Incognito loaded ***

[15] Loaded.
[15] Loading plugin: xStreamer.so
[15] xStreamer plugin loaded
[15] Loaded.
[15] Loading plugin: mysql.so
[15]

> MySQL plugin R6 successfully loaded.

[15] Loaded.
[15] Loading plugin: whirlpool.so
[15]
[15] ==================
[15]
[15] Whirlpool loaded
[15]
[15] ==================
[15]
[15] Loaded.
[15] Loading plugin: nativechecker.so
[15] Loaded.
[15] Loaded 7 plugins.

[15]
[15] Filterscripts
[15] ---------------
[15] Loaded 0 filterscripts.

[15] *** Streamer Plu...