Jump to content

TwiX!

Members
  • Posts

    905
  • Joined

  • Last visited

Everything posted by TwiX!

  1. 1. gSettings.muteTime = get( "@muteTime" ); ищи это в Мете(meta.xml) 2. getAccountName isObjectInACLGroup aclGetGroup Ну и как пример local accName = getAccountName ( getPlayerAccount ( source ) ) if isObjectInACLGroup ( "user." .. tostring( accName ), aclGetGroup( "Admin" ) ) then --Чё то делать или не делать end source - в данном случае игрок в евенте onPlayerChat не забывай что у людей может не быть аккаунта думай сам как это совместить, если не получится помогу дальше
  2. Please read the Topic no one not will make scripts for you, for free
  3. TwiX!

    Forgot how :(

    my code working too but it's destroy image. and create again + you need make stop_button then code will work
  4. TwiX!

    MTA Paradise.

    Call to non-running server resource (sql) [string "?"] /start sql
  5. function hunter(number,sort,model) if sort == "vehiclechange" then if model == 425 then --do something end end end addEventHandler("onPlayerPickUpRacePickup",root,hunter)
  6. TwiX!

    Forgot how :(

    function open() if (source == start_button) then test = guiCreateStaticImage( 0, 0.41, 0.3, 0.55, "pictures/8.png", true, gui ) elseif (source == stop_button) then if test then destroyElement(test) end end end addEventHandler("onClientGUIClick", getResourceRootElement(getThisResource()), open)
  7. show your code you can use setElementData
  8. with teleports? and advertising outside other site? (there are trojan) lmao
  9. learn how work guiGetScreenSize
  10. https://wiki.multitheftauto.com/wiki/GuiGetScreenSize
  11. код будет написан извините через жопу это только убьёт ваш сервер в лучшем случае
  12. и этот способ сожрёт cpu при 30 игроках на сервере
  13. local nScreenW = guiGetScreenSize() local nameText = tocolor(getPlayerNametagColor(localPlayer)) function fDrawText() dxDrawText ("• "..getPlayerName(localPlayer), 0, 250, nScreenW, 450, nameText, 1, "pricedown", "center", "top", false, false, true) end addEventHandler( "onClientRender", getRootElement(), fDrawText )
  14. export your toptimes select sql/mysql table send this info to your panel put there this info in labels
  15. just don't use stolen code https://wiki.multitheftauto.com/wiki/DxDrawColorText
  16. ну смотри сам, загрузка самого сервера если не разу не был 10мб не больше + считай если расе мод, то там каждая карта с музыкой (3мб-7мб) в крайнем случае, ты скачаешь за 10 мап 60 мб
  17. register any irc channel download irc resource for the server download any irc client connect to irc use
  18. TwiX!

    Help plzzz

    show all your code
  19. TwiX!

    script error

    put the debug script 3
  20. TwiX!

    Help plzzz

    learn how work dxDrawText in your code - there bad arguments
×
×
  • Create New...