| Tematy otagowane jako: jakoś |
| 1. czy da sie jakoś odblokować plik .luac? |
| czy da sie jako? odblokowa? plik .luac? |
| 2. Da się to jakoś ominąć? ACL |
Hej, robi? ze znajomymi prywatny serwer dla nas, mo?e si? to rozro?nie - zobatrzymy.
Aktualnie nie ma mnie w domu, m?j kolega wys?a? mi skrypt na prosty panel administratora pod ACL (wiem, ?e dzisiaj ACL si? nie wykorzystuje). Ja mam mo?liwo?? tylko wgrania, m?j telefon to stary kloc i wrzucenie czegokolwiek na FTP serwera to m?czarnia, nie m?wi?c o tym, ?eby doda? skrypt do ACL. Jest tam banowanie itp., kiedy co? si? wybierze (wpisze komende) to w konsoli wyskakuje, ?e nie skrypt nie ma upra. Wiem dobrze ze trzeba go doda? w ACL, nie chc? podawa? pass?w koledze. Da si? jako? to omin??? Za odpowied? stawiam . Najlepiej aby by?o to w formie skryptu kt?ry doda jaki? zas?b do listy admins ACL, wy?l? koledze on ustawi odpowiedni? nazw? skryptu. |
| 3. Czy da się to jakoś zoptymalizować? |
Witam, przedstawiam fragment kodu, kt?ry odpowiada za przechodzenie mi?dzy stronami, zamykanie panelu. Kod jest troszk? obszerny, co mnie martwi, na ka?dej ze stron jest funkcja trigerowana do strony servera oraz napis zrobiony dxdrawem.
Oczywi?cie ca?o?? zrobiona jest dxdrawem.
[lua]
function Klawisze(button, state)
if f4 and button == "left" and state == "down" then
if cursorPosition(screenW * 0.240, screenH * 0.4, screenW * 0.145, screenH * 0.0385) or cursorPosition(screenW * 0.240, screenH * 0.45, screenW * 0.145, screenH * 0.0385) or cursorPosition(screenW * 0.240, screenH * 0.5, screenW * 0.145, screenH * 0.0385) or cursorPosition(screenW * 0.240, screenH * 0.55, screenW * 0.145, screenH * 0.0385) or cursorPosition(screenW * 0.240, screenH * 0.6, screenW * 0.145, screenH * 0.0385) then
if not isEventHandlerAdded("onClientRender", getRootElement(), AnimGracz) then
addEventHandler("onClientRender", getRootElement(), AnimGracz)
end
end
if cursorPosition(screenW * 0.240, screenH * 0.4, screenW * 0.145, screenH * 0.0385) then ---
removeEventHandler("onClientRender", getRootElement(), StronaGlowna)
if not isEventHandlerAdded("onClientRender", getRootElement(), Kat1) then
addEventHandler("onClientRender", getRootElement(), Kat1)
addEventHandler("onClientClick", getRootElement(), Kat1)
removeEventHandler("onClientRender&q... |
| 4. Czy da się to jakoś usunąć ?? |
Witam borykam si? z takim problemem ?e nie mog? usun?? takiego obiektu za??czonego w SS
 |
| 5. [INNE] Czy moża to jakoś naprawić? |
Witam.Mam taki problem a mianowicie bardzo du?o warning?w,nie wie kto? jak je naprawi??
[code]C:Documents and SettingsDCPPulpitddd.pwn(584) : warning 225: unreachable code
C:Documents and SettingsDCPPulpitddd.pwn(616) : warning 203: symbol is never used: "respekt"
C:Documents and SettingsDCPPulpitddd.pwn(676) : warning 213: tag mismatch
C:Documents and SettingsDCPPulpitddd.pwn(677) : warning 217: loose indentation
C:Documents and SettingsDCPPulpitddd.pwn(713) : warning 219: local variable "str" shadows a variable at a preceding level
C:Documents and SettingsDCPPulpitddd.pwn(759) : warning 235: public function lacks forward declaration (symbol "time")
C:Documents and SettingsDCPPulpitddd.pwn(821) : warning 213: tag mismatch
C:Documents and SettingsDCPPulpitddd.pwn(1262) : warning 217: loose indentation
C:Documents and SettingsDCPPulpitddd.pwn(1286) : warning 219: local variable "str" shadows a variable at a preceding level
C:Documents and SettingsDCPPulpitddd.pwn(1287) : warning 217: loose indentation
C:Documents and SettingsDCPPulpitddd.pwn(1324) : warning 219: local variable "str" shadows a variable at a preceding level
C:Documents and SettingsDCPPulpitddd.pwn(1333) : warning 219: local variable "str" shadows a variable at a preceding level
C:Documents and SettingsDCPPulpitddd.pwn(1344) : warning 219: local variable "str" shadows a variable at a preceding level
C:Documents and SettingsDCPPulp... |
|