Jump to content

TAPL

Retired Staff
  • Posts

    7,337
  • Joined

  • Days Won

    11

Everything posted by TAPL

  1. TAPL

    ~| طلب |~

    setElementCollidableWith
  2. Since the event "onClientMarkerHit" work with players only, getElementType is not needed.
  3. TAPL

    LOGIN

    Client Side: Event: "onClientGUIClick" guiCreateWindow guiCreateEdit guiEditSetMasked guiGetText guiCreateButton guiGetVisible guiSetVisible triggerServerEvent Server Side: addAccount getAccount logIn triggerClientEvent
  4. TAPL

    ID'S

    You're welcome.
  5. TAPL

    ID'S

    Bazooka needed? :bazooka: :bazooka: :bazooka: Thunder group ID is 4 Not 8. And the index is 1 and 4.
  6. Peak.
  7. لا مو كله غلط عندك الأخطاء تبدأ من سطر 28 إلى آخر سطر في الكود
  8. أنت أول حاول تبرمج لنفسك بعدين حاول تبرمج لغيرك
  9. هــــريــــسـه
  10. احذف ذا السطر و جرب guiSetInputEnabled(guiGetVisible(GUIEditor_TabPaneli))
  11. https://wiki.multitheftauto.com/wiki/GuiGridListSetItemText المثال في الويكي + #ينقل إلى قسم البرمجه
  12. You're welcome.
  13. Go and check if you have the missing files or it's just the MTADiag crazy. The path ( H:\games\GTA - San Andreas\audio\streams ) Edit: If you don't have the files, i upload them for you. Download them from the link: http://www.mediafire.com/?rtycbtcox31t8yx
  14. After reinstall GTA, what does MTADiag say? if it same then you might have more than one GTA installed on your pc, or your GTA is just bugged. And btw this is wrong section.
  15. You can read?
  16. TAPL

    ID'S

    Read the wiki and you will find everything you looking for. https://wiki.multitheftauto.com/wiki/SetWorldSoundEnabled
  17. TAPL

    Problem

    https://wiki.multitheftauto.com/wiki/On ... ourceStart Parameters resource startedResource startedResource: the resource that was started.
  18. function say() outputChatBox( "صامد وقلبي جامد", 255, 255, 255, true ) end bindKey("F2","down",say)
  19. https://wiki.multitheftauto.com/wiki/GuiCreateRadioButton He want's it as checkbox not radio button .. Ok don't tell anyone.
  20. bindKey(F2,down,true) bindKey ( string key, string keyState, function handlerFunction, [ var arguments, ... ] ) string لازم يكون key الويكي يا عزيزي يقول لك ال string لازم يكون keyState و نفس الشي ال ذا الفنكشن الي تبي تحط له البايند كي function handlerFunction و ال يعني كودك المفروض كذا bindKey("F2","down",مسامحه الحبيب شكلك مضيع ماعندك فنكشن معرف في كودك ههه)
  21. جربت تفتح الويكي من قبل؟ bindKey(F2,down,true) bindKey ( string key, string keyState, function handlerFunction, [ var arguments, ... ] )
  22. كل الأكواد الي فوق بالأخير كأنك يبو زيد ما غزيت
  23. https://wiki.multitheftauto.com/wiki/GuiCreateRadioButton
  24. @Sasuke*, you forgot one "end".
  25. bool spawnPlayer ( player thePlayer, float x, float y, float z, [ int rotation = 0, int skinID = 0, int interior = 0, int dimension = 0, team theTeam = nil ] )
×
×
  • Create New...