Jump to content

Arnold-1

Members
  • Posts

    249
  • Joined

  • Last visited

Everything posted by Arnold-1

  1. Arnold-1

    Help

    For the players data there is a database called (interal.db) and you can't edit it, on server can, but if you want to make your own account system then you can use SQL functions here is a tutorial made by JR, make sure to check the first reply: viewtopic.php?f=148&t=38203#p393074
  2. ahh guys, no error in the script, the only problem is that he made it in line 24: if messageType == 0 or messageType == 2 and chat == false then if the message type = 2 then it's team chat! he want team chat to work so it must be: if messageType == 0 and chat == false then EDIT: seems like me and Castro were posting in the same time
  3. He already wont spawn until the download finish.....! except if a server side thing spawned him, so by default, he wont spawn.
  4. هناك طريقة أفضل بكل الصور Tableتعمل For loop و بعدين
  5. Arnold-1

    Please help me :)

    You can add a question and add it to account data on login and when he want to change his password you ask him the question and if he answer true you allow him to change his password.
  6. this can happen because the editor would take you to another dimension, are you sure you're not using Basic test to spawn cars from admin panel? anyways, i don't think there is a limit, in one of my maps i reached 3000 objects, still recording new ones.
  7. guiGetScreenSize -- open this wiki page, it will give you good instructions
  8. بفضل استخدام dxDrawImage واحد فقط Frameلانها ترسم الصورة لـ
  9. Maybe it can be added in the Wiki as a useful function, hmm maybe.
  10. Arnold-1

    Bind Key ?

    sx,sy = guiGetScreenSize() drawSomething((x/yourRes)*sx,(y/yourRes)*sy)
  11. i suggest making a topic on MTA forums, and telling all the famous servers to tell their players to come in a special time when most of total 125K players would come, so then we would break the record fast, and maybe reach +35k players
  12. what did the debugscript 3 say?
  13. ............................................................. يعمل Model أي و يمكنك تبديل في هذا الموقع mta.dzek.eu
  14. لا ما بيروح اسم السيرفر و جميع المعلومات تبقى
  15. hmm are you sure the name of your image isn't map.jpg.jpg because it seems like that
  16. ليه التريقر ! و أيضاَ setPedAnimation يجب ان تكون سيرفر حتى تظهر لجميع اللاعبين
  17. yes you're right about using another resourse, it is the zombiegamemode resourse. i just want to edit it to change it to my liking. here is the link. https://community.multitheftauto.com/in ... ls&id=2405 is this the one you were thinking of? hmm, no not this one. but i think even this one would give this feature
  18. hmm, actually you can make it a label and make something like: Label = guiCreateLabel (...) bindKey("H","down",theFunction) function theFunction () text = guiGetText(Label) guiSetText(Label,text + "H") end
  19. i think i know which resource did you really use, this resource contain an Editor addon, so you can open editor then press on definitions and go to another Dimension and scroll in that object place and press on Zombie Spawnpoint, if you're using the resource i think you're using, this must work
  20. كودك زائد isGuestAccountليش الحاجة لـ onPlayerLogin Eventاذا كان الـ
  21. function onLeave (thePlayer) local level = getPlayerWantedLevel(thePlayer) if isGuestAccount then return end local account = getPlayerAccount(thePlayer) setAccountData(account,"wanted",level) end addEventHandler("onPlayerQuit",root,onLeave) function onLogin (thePlayer) local account = getPlayerAccount local level = getAccountData(account,"wanted") setPlayerWantedLevel(thePlayer,level) end addEventHandler("onPlayerLogin",root,onLogin)
  22. Exported أو BindKeyنعم او ايضا بـ و لكن الوظيفة المطروحة في الموضوع أساسية جداَ و الشرح للمبتدئين نعم صحيح
×
×
  • Create New...