FatHy Posted February 23, 2018 Share Posted February 23, 2018 (edited) كيف اعمل في function Muscle ( SPTM, command, amount, player1 ) if ( setPlayerStat ( SPTM, 23, amount ) ) then outputChatBox("Muscle Has Ben Set!", player1, 50, 999, 50) else outputChatBox("Failed To Set Your Muscle!", player1, 999, 50, 50) end end addCommandHandler ( "muscle", Muscle ) ================================================================= كيف اجعل outputChatBox("Muscle Has Ben Set!", player1, 50, 999, 50) يرسلها رسالة خاصة للبلير مش رسالة عامة لكل الاشخاص Edited February 23, 2018 by FatHy Link to comment
iMr.WiFi..! Posted February 24, 2018 Share Posted February 24, 2018 function Muscle ( SPTM, command, amount ) if ( setPlayerStat ( SPTM, 23, amount ) ) then outputChatBox("Muscle Has Ben Set!", SPTM, 50, 999, 50) else outputChatBox("Failed To Set Your Muscle!", SPTM, 999, 50, 50) end end addCommandHandler ( "muscle", Muscle ) 1 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