Ich habe da ein Problem mit meinem Script.
Hallo erstmal haha.
Also wenn ich ein lied suche, dann findet er nie etwas. Ich verstehe selber nicht warum. ist in dem Script ein fehler???
Script:
Lua
local mess = nil for k,v in pairs({...}) do if mess == nil then mess = v else mess = mess .. " " .. v end end
callClientFunction(player,"createNotify","Is music has been purchased, wait a bit to buy again",255,0,0)
callClientFunction(player,"createNotify","You have one music purchased on the list, he wait out",255,0,0)
outputChatBox("[Music] "..colorCode..mess.." #FFFFFFwas added to run by "..getPlayerName(player),root,_r,_g,_b,true)
callClientFunction(root,"createNotify","Music "..mess.." was added to run by "..getPlayerName(player),0,236,0)
outputChatBox("[Music] "..colorCode..mess.." #FFFFFFwas added to run by "..getPlayerName(player),root,_r,_g,_b,true)
callClientFunction(root,"createNotify","Music "..mess.." was added to run by "..getPlayerName(player),0,236,0)
outputChatBox("[Music] "..colorCode..mess.." #FFFFFFcan now be purchased again.",root,_r,_g,_b,true)
for strText in string.gmatch(strBuffer,'<div class="colAAlgAA11 colAAmdAA11 colAAsmAA11 padding0" style="paddingAAleft:5px">.-</div>') do
for strLink in string.gmatch(strText,'<div class="btnAAgroup pullAAright" role=".-" dataAAauthdownload=".-" dataAAauthentication=".-" dataAAtrackAAlink="(.-)" dataAAtitle=".-">') do
PS. Ich bekomme keine errors