Jump to content

D7Ommy

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by D7Ommy

  1. السلام عليكم بسم الله الرحمن الرحيم انهردة سويت كود لو معلكشي نجوم الشرطي ما يقدر يقلتك بدي هذا الكود ما يقدر يقتل الما علي نجوم و شكرا function outputWantedLevel () local wantedLvl = getPlayerWantedLevel ( ) if wantedLvl == 0 then outputChatBox ( "ليس لدية نجوم", 0, 255, 0) else outputChatBox ( "You have ".. wantedLvl .." wanted stars!", 255, 0, 0) end end addEventHandler ( "onClientPlayerDamage", getLocalPlayer(), outputWantedLevel )
×
×
  • Create New...