Jump to content

zixxonx

Members
  • Posts

    57
  • Joined

  • Last visited

Everything posted by zixxonx

  1. I created Window with theme 'Orange' then three buttons with theme 'Lighter Blue' Errors; http://i.imgur.com/cdPFwXJ.jpg Tried with Subaru, Lighter Black and the same errors. If i change buttons theme to Orange everything works. D'fuq? Gosc = exports.dxGUI:dxCreateButton(30, 196, 281, 30, "Play as Guest", LoginWindow, tocolor(255,255,255,255), "default", "Subaru") And also, why that isnt working? exports.dxGUI:dxCreateEdit(11, 25, 319, 34, "xd", "sadsa", LoginWindow,tocolor(255,255,255,255) ,"default", "Orange")
  2. Przyczyną jest t, że serwer korzysta z plików MTA 1.4, a Ty zapewne posiadasz wersję 1.3. http://linux.multitheftauto.com/ Podmień.
  3. Ok, i did it with bandi94 function, thanks! (Can i rep somebody there?)
  4. Hi, i want to do command like this. !yo [part of the other player nick] Then it'll bring up (My nick): Yo, (player) for example: if name of the player is: VeryBigFoot5776 and i type !yo verybig it'll show (My Nick): Yo, VeryBigFoot5776 I already coded everything what i need, just dont know how to get player full name from just part.
  5. local function playerChat(message) if message == "!yo" then outputChatBox ("" .. tostring(getPlayerName(source)) .. " wita się z graczami!") end end addEventHandler("onPlayerChat", root, playerChat) Taki przykład.
  6. Hi guys, i bought new server then turned it on and im getting a message when trying to connect: MTASA 1.4n required It's not possible to connect to server Please try later ?? i found that in logs ================================================================== = Multi Theft Auto: San Andreas v1.4-unstable-5614 ================================================================== ;cc?
  7. [2013-08-13 19:29:41] Resources: 63 loaded, 0 failed [2013-08-13 19:29:41] Querying game-monitor.com master server... failed! (302: Moved temporarily) [2013-08-13 19:29:41] Querying backup master server... success! [2013-08-13 19:29:41] Starting resources................. [2013-08-13 19:29:42] INFO: Race resource starting [2013-08-13 19:29:42] startResource: Resource 'race_toptimes' started [2013-08-13 19:29:42] startResource: Resource 'race_traffic_sensor' started [2013-08-13 19:29:42] INFO: Race onGamemodeStart [2013-08-13 19:29:42] Server started and is ready to accept connections! [2013-08-13 19:29:42] To stop the server, type 'shutdown' or press Ctrl-C [2013-08-13 19:29:42] Type 'help' for a list of commands. [2013-08-13 19:29:42] Starting race-[dd]crossgold9 [2013-08-13 19:29:42] INFO: onGamemodeMapStart(race-[dd]crossgold9) [2013-08-13 19:29:42] INFO: Stopping map Why it can stop everything and shut down?
×
×
  • Create New...