Jump to content

تصحيح كود


D7Ommy

Recommended Posts

السلام عليكم

بسم الله الرحمن الرحيم

انهردة سويت كود لو معلكشي نجوم الشرطي ما يقدر يقلتك

بدي هذا الكود ما يقدر يقتل الما علي نجوم و شكرا

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 ) 

Link to comment
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...