Jump to content

TAPL

Retired Staff
  • Posts

    7,337
  • Joined

  • Days Won

    11

Everything posted by TAPL

  1. exports.admin:getPlayerCountry(source)
  2. The URL said Forbidden, Perhaps this is protection system, idk how the players will get connect without getting Forbidden. Try this, not sure http://www.fastdl.og-servers.net/nickf070/mtasa 0
  3. Asked before in arabic section. https://forum.multitheftauto.com/viewtopic.php?f=119&t=46411&p=462104
  4. I got the link by searching for number 707 i can see it because i am MLM More topics about this resource: https://forum.multitheftauto.com/viewtopic.php?f=91&t=37317 https://forum.multitheftauto.com/viewtopic.php?f=91&t=35287&p=366163 anyway, the resource was remove because of this
  5. wrong section. Could you show your mtaserver.conf ?
  6. I just can read 1st topic, can't 2nd and 3rd. it says "You are not authorised to read this forum." what that means ? They are the old topic "REPORT COMMUNITY CENTER RESOURCES HERE" You can't see it because the topic in Hidden Trash.
  7. proofs البراهين ذي تعني
  8. في أحد عنده ترجمة مناسبة للكلمات ذي؟ Syntax Arguments Return
  9. http://www.mediafire.com/?6iagq12in791zsr
  10. https://wiki.multitheftauto.com/wiki/XmlLoadFile
  11. Your function name is giveFamerozasMoney but you put in addEventHandler giveFarmerozasMoney. You have forgot r.
  12. Admin Panel -> Resources -> scoreboard -> settings -> Allow colorcoded names -> true -> ok
  13. مافهمت شي وضح بطريقة أفضل بحيث أننا نفهم
  14. This resource was reported. https://forum.multitheftauto.com/viewtopic.php?f=101&t=33071 https://forum.multitheftauto.com/viewtopic.php?f=113&t=25351&p=346768#p346768 https://forum.multitheftauto.com/viewtopic.php?f=113&t=25351&p=393559#p393559
  15. put this in the meta.xml client="1.3.0-9.04134" />
  16. Make sure you have function giveFarmerozasMoney and addEventHandler is under the function. Example This will not work addEventHandler("giveFarmerozasMoney", getRootElement(), giveFarmerozasMoney) function giveFarmerozasMoney() .. end This will work function giveFarmerozasMoney() .. end addEventHandler("giveFarmerozasMoney", getRootElement(), giveFarmerozasMoney)
  17. https://wiki.multitheftauto.com/wiki/SetWorldSoundEnabled
  18. https://wiki.multitheftauto.com/wiki/GuiStaticImageLoadImage
  19. TAPL

    ¿im good? VI

    https://wiki.multitheftauto.com/wiki/SetWorldSoundEnabled
  20. غير موافق
  21. ما راح تلقى أي مثال أو أي شي ثاني بويكي أم تي أي http://www.lua.org/manual/5.1/manual.html#pdf-table.sort غير الرابط ذا ما بتلقى شف الأمثلة الي هنا http://lua-users.org/wiki/TableLibraryTutorial
  22. Your turn. table.sort
  23. GUIEditor_Window = {} GUIEditor_Grid = {} local x,y = guiGetScreenSize() GUIEditor_Window[1] = guiCreateWindow(x/2-179,y/2-203,358,405,"عدد القتل للاعبين",false) GUIEditor_Grid[1] = guiCreateGridList(9,24,340,372,false,GUIEditor_Window[1]) guiGridListSetSelectionMode(GUIEditor_Grid[1],2) guiGridListAddColumn(GUIEditor_Grid[1],"اسم الاعبين",0.6) guiGridListAddColumn(GUIEditor_Grid[1],"الاعب قتل",0.3) function UpdateKill() guiGridListClear(GUIEditor_Grid[1]) for i, player in ipairs (getElementsByType ("player")) do local row = guiGridListAddRow(GUIEditor_Grid[1]) guiGridListSetItemText(GUIEditor_Grid[1], row, 1, getPlayerName(player), false, false) guiGridListSetItemText(GUIEditor_Grid[1], row, 2, getElementData(player,"Kills"), false, false) if i == 20 then break end end end addEventHandler("onClientResourceStart",resourceRoot,UpdateKill) addEventHandler("onClientPlayerWasted",root,UpdateKill)
  24. طيب أنت تستعمل البيس مود أو أي مود ثاني موجود فيه سكور القتل و الموت؟
×
×
  • Create New...