السلام عليكم
بسم الله الرحمن الرحيم
انهردة سويت كود لو معلكشي نجوم الشرطي ما يقدر يقلتك
بدي هذا الكود ما يقدر يقتل الما علي نجوم و شكرا
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 )