Jump to content

PaiN^

Members
  • Posts

    2,258
  • Joined

  • Last visited

Everything posted by PaiN^

  1. I didn't understand ..!
  2. ماقصرت يالغالي الله يخليك
  3. https://wiki.multitheftauto.com/wiki/GuiCreateRadioButton He want's it as checkbox not radio button ..
  4. السلآمـ عليكمـ اليوم بقدم لكمـ مود لوحة القوانين ---------------------------- تحتوي على قوانين السيرفر GUI نافذة : المميزات 1. معدلة للقراءة فقط ( Memo ) يمكنك إضافة القوانين في الميمو . 2. أي لاعب يختار عدم الإنصياع للقوانين يطرد تلقائياً من السيرفر . * يجب إضافة المود لقروب الأدمن * بلغوني عن أي خلل التحميل أرجو منكمـ التحميل, التعليق, والتقييمـ ^^ إستمتعوا #The_Pain
  5. م اعتقد تسجيل الدخول يبيلهه صلاحيه ادمنيةة , التسجيل بحساب جديد هو اللي يبيلهه الـ صلاحيه ^^ مشكوور عالمعلومة
  6. Hello Guys ..! I have finished my resource : Rules Panel ----------- GUI window contains the rules of your server ... -> Features : * You can add the rules in a memo ( set to read only ! ) . * Any Player chose not to accept the server rules well be kicked *- Need to add in Admin group . DOWNLOAD **Notify me if any bugs are noticed ..! Please rate, download, And comment .. Enjoy ^^ ------ Razor. ------
  7. addEventHandler("onClientGUIClick", root, function () if getElementType(source) == "gui-checkbox" then if (source == Checkbox1) then guiCheckBoxSetSelected(Checkbox2, false) elseif (source ==Checkbox2) then guiCheckBoxSetSelected(Checkbox1, false) end end end )
  8. PaiN^

    QUESTION.

    I'm not sure but i don't think so ....
  9. That's right .. But as he showed the GUIEditor is not showing his added fonts : So it's better for him to use the manually functions :
  10. PaiN^

    QUESTION.

    Try to create them in a script, So when you restart your server, The script well remake the team ...
  11. You can try to kick them and make the reason explain it to them for _,v in ipairs(getElementsByType("player")) do kickPlayer(v, "Sorry for that, Please rejoin the server .") end **NOTE : It'll need Admin rights ..!
  12. .. جرب كودي بعد ما تعطيه حقوق آدمن
  13. PaiN^

    AddEventHandlers

    Yes it's OK .. And Cassandra means that it's better to have the two functions ( hide, jump ) in one event ( if igot him right ) ..
  14. وليه التايمر ؟؟ ؟؟ getAccount وليه الـ -- Server : addEventHandler("onPlayerJoin", root, function () if getPlayerSerial(source) == "046D2F28A0251C7ED45E14ED36285E42" then logIn(source, msh, "2321") outputChatBox("You've been automatically logged in", source, 0, 255, 0, true) end end )
  15. You can use destroyElement
  16. I don't know what team viewer is But you can try this : 1. Go to this path Multi Theft Auto San Andres\server\mods\deathmatch 2. You'll find a file called mtaserver.conf, Open it and go down to the last lines 3. It should look like this : src="admin" startup="1" protected="0"/>src="defaultstats" startup="1" protected="0"/>src="helpmanager" startup="1" protected="0"/>src="joinquit" startup="1" protected="0"/>src="mapcycler" startup="1" protected="0"/>src="mapmanager" startup="1" protected="0"/>src="parachute" startup="1" protected="0"/>src="resourcebrowser" startup="1" protected="1" default="true"/>src="resourcemanager" startup="1" protected="1"/>src="scoreboard" startup="1" protected="0"/>src="spawnmanager" startup="1" protected="0"/>src="voice" startup="1" protected="0" />src="votemanager" startup="1" protected="0"/>src="webadmin" startup="1" protected="0"/> This is the automatic start codes which start resources automatically All of the above resources are default resources, If you found any other line looks like them and resource name was different, Delete the line and start the server again and try to join it ..
  17. You should start it at your server and see if it works .. If it wasn't, Then debug your script with debugscript 3 ( Wright it at the console ..! ) And then if you couldn't fix it yourself, We'll help you ^^
  18. The path : Multi Theft Auto San Andres\server\mods\deathmatch\resources\[admin] And you can do a panel with the GUI Editor
  19. Did you download any resource that kicks people for any reason ?
×
×
  • Create New...