Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Days Won

    27

Everything posted by iPrestege

  1. What you mean i can't understand what you're trying to do creating new zombies? You're code is ok now? What you mean by number???
  2. بالنسبة للشوب ابحث عن اي شوب بالكومنتي وتقدر تعدله بالتحقق من التيم بالرد السابق .
  3. سوي موضوع خاص .. أحسن توضح فية .. عشان مانخلبط اللي يبحث .. Any time .
  4. سوي Dx وسوي نظام باندات خاص جديد وعدل كل المودات وبعدها استخدمة .
  5. هذا مسوية Dx ولازم تكون اغلب المودات مسويها على الاقل وتعدل البقية عشان ماتفتح اذا كان معه باند ولا شيء ..
  6. تقدر تستخدم الحدث السابق أعلاهـ .. واذا كان السلاح يسوي كنسل وخلاص .
  7. تقدر تستخدم مود Mission Timer .
  8. bindKey ( 'F5','down', function ( ) setPedWalkingStyle ( localPlayer,126 ) end )
  9. -- by Solidsnake14. local playerWeapons = { } addEventHandler ( "onPlayerWasted", root, function ( ) if ( not playerWeapons [ source ] ) then playerWeapons [ source ] = { } end for slot = 0, 12 do local weapon = getPedWeapon ( source, slot ) if ( weapon > 0 ) then local ammo = getPedTotalAmmo ( source, slot ) if ( ammo > 0 ) then playerWeapons [ source ] [ weapon ] = ammo end end end end ) addEventHandler ( "onPlayerSpawn", root, function ( ) if ( playerWeapons [ source ] ) then for weapon, ammo in pairs ( playerWeapons [ source ] ) do giveWeapon ( source, tonumber ( weapon ), tonumber ( ammo ) ) end end playerWeapons [ source ] = nil end )
  10. قصدك نظام باندات زي CIT ؟
  11. iPrestege

    MySQL

    Thanks guys this was useful!
  12. يسوية كلة سيرفر وخلاص !
  13. I guess it's from you'r textrue's file's .
  14. ^ صحيح كنت اكلم صاحب الموضوع .
  15. لا تنسى انة كلنت يعني للوكال بلاير بس .
  16. So you want that when you open the scoreboard the alpha changed to '0' As i think and return to '255' When the scoreboard closed?
  17. استخدام الجداول راح يسهل عليك الكثير من اللي سويتة ..
  18. You can just use : onClientKey And check the pressed buttons.
  19. If you used 'onClientRender' It would be better .
  20. #492105 وللعلم تم اغلاقها بدون أي رد أو افادهـ .. أو حتى تعويض .
  21. if isGuestAccount ( getPlayerAccount ( p ) ) then return end local accName = getAccountName ( getPlayerAccount ( p ) ) You can try this and please make sure that it's not an guest account.
  22. انت و GtaSa-Dz نفس العضويات و اظن xR... ناسي الباقي كلهم لك !#Gamer. Report = المثلث عند كلمة Quote .
  23. onClientRender addEventHandler getPlayersInTeam getTeamFromName dxDrawText
×
×
  • Create New...