Jump to content

Sora

Members
  • Posts

    698
  • Joined

  • Last visited

Everything posted by Sora

  1. Checkout these settings in sever configuration file (mtaserver.conf) >1> src="resourcebrowser" startup="1" protected="1" default="true" /> src="resourcemanager" startup="1" protected="1" />
  2. مو معناه فأر له معاني كثيرة حقير الواشي خائن الخ... ع اساس انك حسنت الوضع ؟ هههههههههههههههههههه معناها جرذ
  3. i downloaded it before from jaysds1 site , here's a re-upload of it : http://www.mediafire.com/download/u24e3 ... tToLua.rar
  4. nope not at all it had really solved my problem , it extracts the .gz files in the same folder and then deletes them ^^
  5. you've error in your createPed code at line 2 you've closed the function bow and left arguments outside the bow function createZombiePlayer(x, y, z) local zombie = createPed (70, x, y , z, math.random(0, 360)) -- it was createPed ( 70 ),x, y,z, math.random(0, 360)) local Zx, Zy, Zz = getElementPosition( zombie ) local pedCol = createColSphere(Zx, Zy, Zz, 1.5) attachElements(pedCol, zombie, 0, 0, 0) end addEvent("createZombiePlayer", true) addEventHandler("createZomieForPlayer", getRootElement(), createZombiePlayer)
  6. Hey guys , i asked my friend to make a backup of my server in linux and he done that and gave me a tar file ( mods.tar ) anyways , i thought that i just should extract it like any compressed file ( zip , rar , 7z) etc it appeared that there's another compressed file with no extension inside of that tar file ( mods.tar ) called mods i have extracted it but i see every single file compressed into .gz file here's an example .. Screenshot ( inside of race_traffic_sensor resource ) : any solution?
  7. خلاص ترا الموضوع قديم , اتمنى احد من المشرفين يقفل الموضوع او ينقله للأرشيف
  8. اعتقد بتقولها هذي المره كمان ي تابل
  9. هههه الله يسلمكم , منورين الموضوع
  10. nope i know this video since long ago , when i saw ur pic i remembered it :3
  11. Hey guys , i'm currently working on a meta creator project and it's totally different than what megaman54 made as "meta generator'' it creates the meta.xml file itself with the tags of infos .. scripts .. files .. etc here's an example of the output : <?xml version="1.0" encoding="utf-8" standalone="yes"?>> author="sora" version="1.0" type="script" name="sora" description="sora" /> ="sora.lua" type="server" /> ="sora2.lua" type="client" /> > name="function.redirectPlayer" access="true" /> > name="*how" value="true" desc="how to" accept="true,false" examples="true,false" friendlyname="How to" />> but i didn't release it currently because i need some suggestions of how do you want the gui interface to be look like and how do you want the meta creator to work . ps : if you came to troll or sarcasm get out of here
  12. My internet speed today ( as speedtest.net shows it ) it's slow but still better than b4 :c
  13. This is so creepy :3 , why not using a helicopter so they can do the job faster ?
  14. Thank you , and yeah i'm also very happy that MTA Team made this compiler :3
  15. Oh yeah of course you're ^^
  16. thanks , but although it's an executable application it's still requires internet connection to compile the script because luac_mta.exe connects to luac.multitheftauto.com and compiles then downloads the file
×
×
  • Create New...