saitama Posted July 7, 2016 Share Posted July 7, 2016 السلام عليكم ورحمة الله وبركاته معي مشكلة حصلت معي انا معي مود guimessages بس مايكتب الكلام الي كتبته ممكن احد يشرح لي المشكلة + تصحيحها function rewardOnWasted ( ammo, killer, killerweapon, bodypart ) if ( killer ) and ( killer ~= source ) then setElementHealth( killer, 100) --reward the killer with 100 hp. export.guimessages:outputChatBox ( "u have health 35" ) -- هنا المشكلة مايظهر الكلام end end addEventHandler ( "onPlayerWasted", getRootElement(), rewardOnWasted ) Link to comment
#|_oskar_|# Posted July 7, 2016 Share Posted July 7, 2016 exports.guimessages:outputServer (source, "u have health 35" ,255, 0,0) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now