Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. You forgot much thing try this on wasted and on spawn replace your with this : addEventHandler ( "onPlayerWasted", root, function ( ) local account = getPlayerAccount ( source ) if ( account and not isGuestAccount ( account ) ) then for slot = 1, 12 do setAccountData ( account, "save-wep".. slot, getPedWeapon ( source, slot ) ) setAccountData ( account, "save-ammo".. slot, getPedTotalAmmo ( source, slot ) ) end local team = getPlayerTeam ( source ) if ( team ) then setAccountData ( account, "save-team", getTeamName ( team ) ) local wanted = getPlayerWantedLevel ( source ) if wanted then setAccountData ( account,"save-wanted",wanted ) end end end end ) addEventHandler ( "onPlayerSpawn", root, function ( ) local account = getPlayerAccount ( source ) if ( account and not isGuestAccount ( account ) ) then local team = getTeamFromName ( getAccountData ( account, "save-team" ) ) if ( team ) then setPlayerTeam ( source, team ) else outputChatBox ( "Get a Job NOOB", source ) end for slot = 1, 12 do local wep = getAccountData ( account, "save-wep".. slot ) local ammo = getAccountData ( account, "save-ammo".. slot ) giveWeapon ( source, wep, ammo ) if (accountData) then local playerWanted = getAccountData (account, "save-wanted") setPlayerWantedLevel ( source,playerWanted or 0 ) end end end )
  2. addEventHandler('onClientGUIClick',StartSound, شوف معرفة شيلة خلاص
  3. iPrestege

    MTA CRASH

    Download the latest nightly And try if it doesn't work : Please re-download the MTA Diag Tool because ( Towncivilian ) Change the pastebin to the mta pastebin site .. Any way download the diag again and just copy the pastebin URL From the cmd window and paste it here .
  4. You didn't save the wanted level any where .
  5. ^ ماتصير احيانا يخرب الملف ..
  6. الخطأ بـ سطر 108 ورني اياه
  7. debugscript 3 قولي وش يقولكـ .. ؟
  8. لازم تكون النافذه ظاهره و تضغط الزر و تبدا النافذه تكبر
  9. حياكـ الله .. ي الغالي
  10. localPlayer = getLocalPlayer() معرفة من الاصل ماله داعي وهو يبي ينتقل مع السيارة اقرا زين عدل هو
  11. لا فكرتك تقول انة يصير لة سباون من مكان ثاني بعدين هالمكان ذذذذذذذذذذذ
  12. لية ترايقر؟ ينسخ كودي وبس ~
  13. addEventHandler('onClientGUIClick',MyButton, function ( ) setTimer( function ( ) local x,y = guiGetSize ( Window,false ) guiSetSize ( Window,x+3,y+3,false ) end,50,50 ) end,false ) الاستبدال : MyButton = الزر اللي بتضغطة عشان تكبر النافذهـ ~ والخ Window = النافذه اللي تبيها تكبر false > Size get or set > لو كانت نافذتكـ~ ريلاتف غيرها :] و بـس ~
  14. else وانت مسوي ريتورن اند و لوكال بلاير
  15. الاكواد اللي قبل كلها خطأ ~ حق احمد صح بس ~
  16. يمديك تنقلة بسيارة شوف كودي ذذذذذذذذذذذذذذذذذذذذذذذذذذذذ
  17. قصدي ي الغالي ماله داعي يصير لة سباون مرتين ~
×
×
  • Create New...