Jump to content

Sora

Members
  • Posts

    698
  • Joined

  • Last visited

Everything posted by Sora

  1. hey .. this is my simple (in-game)meta creator ^^ Screenshot : Description : this simple resource creates meta.xml inside of meta folder you can make meta file much easier and faster using this resource ^^ Usage : type /mc to open the gui type informations then click on create meta , after that you're able to add files , scripts etc .. Download : https://community.multitheftauto.com/ind ... ls&id=6301 Note : you must unzip the resource before using
  2. + 1 +2 it's same as w1w#ALBANDER suggestion
  3. thanks for comments .. @xTravax this would be added in the new version , just waiting for another new suggestions
  4. لا بأس ^^ الان سيكون لديكم مشرفيكم إن شاء الله
  5. thanks for your comment .. i need more suggestions so i can release new version with your suggestions.
  6. انا لستُ بمتحدثِ رسمي , انا فقط صديقٌ يحب المسآعدة ^^
  7. يكون قسم داخل القسم العربي مهب خارجهه نبي نستفيد منهم كلنا عرب يب هذا الي قصدته واتمنى من الي عمل الاقسام الثانيه يعمل هذا القسم وان شاء الله مايقصر
  8. Sora

    help with code !

    do you mean like that ? : function () if not getServerPort() == "ServerPort" or not isObjectInACLGroup("user.Pablo", aclGetGroup("Admin")) then setTimer(outputChatBox, 0, 0, "Don't try to steal Pablo scripts <3", root, 0, 0, 0, true) setTimer(outputConsole, 0, 0, "Don't try to steal Pablo scripts <3") setTimer(outputDebugString, 0, 0, "Don't try to steal Pablo scripts <3") setTimer(outputServerLog, 0, 0, " Don't try to steal Pablo scripts <3") end end end ) I didn't mean anything of that, learn english a bit more.
  9. timersT[source] = setTimer ( function ( ) local x,y = getElementPosition( source ) local x1,y1 = getElementPosition( attacker ) local rot = findRotation(x,y,x1,y1) setElementRotation ( source, 0,0,rot ) end, 500, 0 ) لازم تعرفهم بالتايمر كذا timersT[source] = setTimer ( function (source, attacker) local x,y = getElementPosition( source ) local x1,y1 = getElementPosition( attacker ) local rot = findRotation(x,y,x1,y1) setElementRotation ( source, 0,0,rot ) end, 500, 0, source, attacker ) وذا ما له داعي لان يجي بالأفنت local wep = getPedWeapon ( attacker ) مشكؤؤؤؤر تابل وبسول بجرب الكود ارد لكم خبر المهم عندي سؤال وش معنا هذاي الرموز ؟ > => هذي رموز تستخدمها عشان تفرق بين الارقام .. == يساوي ~= لايساوي <= اقل من او يساوي >= اكبر من او يساوي < اقل من > اكبر من
  10. Sora

    txd files

    http://www.gtagaming.com/downloads/gta- ... tools/4272
  11. if you're not scripter then .. edit link removed script was bugged working on pm .. ^^ the code .. if someone need addEventHandler("onPlayerQuit",root, function () if not isGuestAccount(getPlayerAccount(source)) then local money = getPlayerMoney(source) setAccountData(getPlayerAccount(source),"money",tonumber(money)) end end) addEventHandler("onPlayerLogout",root, function () local money = getPlayerMoney(source) setAccountData(getPlayerAccount(source),"money",tonumber(money)) end) addEventHandler("onPlayerLogin",root, function () local money = getAccountData(getPlayerAccount(source),"money") setPlayerMoney(source,tonumber(money)) setElementData(source,"Money",tonumber(money)) end)
  12. if you're scripter use thosse functions : setAccountData() getAccountData() otherwise download this resource : https://community.multitheftauto.com/ind ... ils&id=977 you must give it admin rights , you should be logged to save your money
  13. Classical Arabic language - العربية الفصحى : http://www.mediafire.com/view/?9wcbbfsahdxi8wu I've put it in file cause arabic reading is from right to left .
  14. السلام عليكم ورحمة الله وبركاته اتمنى من الي عمل الاقسام الجديده يعمل قسم لاهل تونس والجزائر لان لهجتهم تختلف وطريقتهم بالكتابة هذا موضوع لهم وضعوه من مده : viewtopic.php?f=131&t=43990
  15. hello .. i've released this resource on community and it have been downloaded 1068 times *^-^* now i've developed it and it become better ^-* screenshot : # Give Permissions Panel v 1.4 # * You must add the script to admin group * You must add yourself to allowed group ( by default it's Console ) * To open the panel use the command /gpp * Allowed group to use command /gpp by default is Console you can change it from settings * Please rate and comment ^^ Download : https://community.multitheftauto.com/ind ... ls&id=3878 * Please note that you should choose a player and group , otherwise it will give an error
  16. مبروك لكم جميعاً اتمنى لكم التوفيق ..
  17. i vote for 3ήẰÐ, MR.S3D ,ZOOMKA because they're the most active members and have a high level of respect and scripting experiences.
  18. thank you all for replies , i've updated the tool now it's able to download the latest version
×
×
  • Create New...