Jump to content

Mefisto_PL

Members
  • Posts

    460
  • Joined

  • Last visited

Everything posted by Mefisto_PL

  1. Do you add all files in this script to meta.xml ? Or maybe something in script had changes server options.
  2. function creatingLoginWindow () local X = 0.375 local Y = 0.375 local Width = 0.25 local Height = 0.25 modernWNDLogin = guiCreateWindow ( X, Y, Width, Height, "Welcome To Modern Freeroam !", true ) X = 0.0825 Y = 0.23 Width = 0.25 Height = 0.25 guiCreateLabel ( X, Y, Width, Height, "Username", true, modernWNDLogin ) Y = 0.53 guiCreateLabel ( X, Y, Width, Height, "Password", true, modernWNDLogin ) X = 0.415 Y = 0.2 Width = 0.5 Height = 0.15 editUsername = guiCreateEdit ( X, Y, Width, Height, "", true, modernWNDLogin ) Y = 0.5 editPassword = guiCreateEdit ( X, Y, Width, Height, "", true, modernWNDLogin ) guiEditSetMaxLength ( editUsername, 50 ) guiEditSetMaxLength ( editPassword, 50 ) X = 0.415 Y = 0.7 Width = 0.25 Height = 0.2 loginBtn = guiCreateButton ( X, Y, Width, Height, "Log In", true, modernWNDLogin ) guiSetVisible ( modernWNDLogin, false ) end addEventHandler ( "onClientResourceStart", getResourceRootElement ( getThisResource ( ) ), function () creatingLoginWindow ( ) outputChatBox ( "Welcome to My MTA:SA Server, please log in." ) if modernWNDLogin then guiSetVisible ( modernWNDLogin, true ) showCursor ( true ) else outputChatBox ( "An unexpected error has occurred and the log in GUI has not been created." ) end guiSetInputEnabled ( true ) end )
  3. I get it from wiki Doesn't work.. :C addEventHandler ( "onClientResourceStart", getResourceRootElement ( getThisResource ( ) ), function () creatingLoginWindow ( ) outputChatBox ( "Welcome to My MTA:SA Server, please log in." ) if modernWNDLogin then guiSetVisible ( modernWNDLogin, true ) showCursor ( true ) else outputChatBox ( "An unexpected error has occurred and the log in GUI has not been created." ) end guiSetInputEnabled ( true ) end )
  4. Hi ! My problem is when resource start then cursor isn't showed.. Why? :C addEventHandler ( "onClientResourceStart", getResourceRootElement ( getThisResource ( ) ), function () creatingLoginWindow ( ) outputChatBox ( "Welcome to My MTA:SA Server, please log in." ) if ( modernWNDLogin ~= nil ) then guiSetVisible ( modernWNDLogin, true ) showCursor ( true ) else outputChatBox ( "An unexpected error has occurred and the log in GUI has not been created." ) end guiSetInputEnabled ( true ) end )
  5. Mefisto_PL

    ModLoader

    Add it to acl admin group: "resource.modloader">
  6. @UP Niekoniecznie.. ostatnio chodziłem po serwerach i stwierdziłem, iż coraz więcej serwerów są swoimi własnymi kopiami, skrypty znajdujące się na nich są coraz bardziej podobne do tych które są na serwerach z powodzeniem, lecz jednak gracze preferują dany serwer, bądź weszli na tamten serwer wcześniej niż na serwer z większą karierą, co wiąże się z tym, że potem są twierdzenia typu "ściągnęliście od nas to i tamto" przykładowy serwer CIT z dużym powodzeniem, przeważnie 800/900 osób. Teraz porównajmy skrypty ich i skrypty które nagle zaczynają pojawiać się na community są cholernie podobne do tych z CIT. Dałbym tutaj przykład, ale gdzieś link zgubiłem. @Do tematu Musisz zrobić coś, co przyciągnie graczy, teraz większość osób idzie na wygląd wizualny, a nie funkcjonalny serwera. Nawet najprostsze skrypty mogą się graczom spodobać. Popróbuj jeszcze rozmaitości we frakcjach i ich funkcjonowania. Żeby zabłysnąć powinieneś też zrobić tak, że jedna praca jest zależna od drugiej, przykładowo jeśli szukasz realności to musisz w pewien sposób połączyć pomoc drogową, policję i pogotowie przy wypadkach drogowych. Pokombinuj, a na pewno się uda .
  7. Pogadamy tak samo jak się na Twoje serwery zaczną włamywać.. Doszło jeszcze kilka serwerów, które żeby było śmieszniej było zamknięte i też były włamy.. ( Te nie należały do nas )
  8. Mam 1 komputer i kilka razy miałem zmianę serialu, nie wiem od czego, ale no niestety tak było.
  9. Spróbuj założyć nowe konto, jeśli to nie pomoże to chyba musisz zmienić serial.
  10. Komp mam czysty. Mam 5 antywirusów i każdym skanowałem, format robiłem tydzień temu ponadto.
  11. Wiemy kto zajął się serwerem, lecz forum nadal szukamy pomocy.
  12. Ostatnio następują włamy na ftp serwerów i forum. Na serwerze były zmiany jak usunięcie całego acl i to nie ze strony serwera, a ftp, lecz forum innego serwera, nowego projektu MTA o nazwie NFS:SA również był włam na ftp i był zmieniony plik ".htaccess", blokowało to dostęp do panelu admina i przenosiło na tą stronę: http://brent.crashrecoveryteam.com/counter.php wolę jej nie sprawdzać, bo pokazuje szkodliwe oprogramowanie. Nie mogę sprawdzić ip danej osoby, bo logi z momentu włamania są czyste. Serwer zaatakowany: Polish Pr0 Server. Forum: nfssa.pl. Jeżeli ktoś wie, kto mógł być tego sprawcą, bardzo proszę o kontakt lub jakiekolwiek sposoby na sprawdzenie tego.
  13. It's correct, but I found this: local label = guiCreateLabel(10, 100, 150, 20, 'Test', false) Animation.createAndPlay(label, Animation.presets.guiMove(200, 100, 2000)) Here is 3 paramaters, but which?
  14. I want to move my image to down lol.. but I can't see an image .
  15. It's simple for me with setTimer, but it's bugged
  16. But I can't see an image.
  17. This image doesn't appears. Nothing in debugscript .
  18. I have an image and I want to move that to down. ( And If you can show me how to hide it , but in first that must be showed >.< ) local bg_up = guiCreateStaticImage ( 0, -0.001, 1, 0.15, "menu/images/up.png", true ) bindKey("F7", "down", function () if panel then showCursor ( false ) panel = false else Animation.createAndPlay(bg_up, Animation.presets.guiMove( 0, -0.001 )) showCursor ( true ) panel = true end end )
  19. player 1 see his vehicle in 255 but another vehicles in 0 player 2 see his vehicle in 255 but another vehicles in 0
  20. https://community.multitheftauto.com/index.php?p= ... ls&id=5530 This isn't owner of this scripts . : x DONE
×
×
  • Create New...