jafar Posted December 6, 2012 Posted December 6, 2012 سلام طلب كود يعطي جميع اللاعبين دم وبس الى بقروب ادمن يقدر يكتب الامر
AhmadQTR Posted December 6, 2012 Posted December 6, 2012 local root = getRootElement () function HEALTH () local accName = getAccountName ( getPlayerAccount ( thePlayer ) ) if isObjectInACLGroup ("user."..accName, aclGetGroup ( "Admin" ) ) then setElementHealth (source, 100) end end addCommandHandler ( "giveallhealth", root, HEALTH )
./BlackBird# Posted December 6, 2012 Posted December 6, 2012 addCommandHandler('ghtall', function(thePlayer,cmd,health) local accName = getAccountName ( getPlayerAccount ( thePlayer ) ) if isObjectInACLGroup ("user."..accName, aclGetGroup ( "Admin" ) ) then if(health and tonumber(health))then setElementHealth(root,health) outputChatBox(thePlayer.." set Health to all player:"..health,root,255,0,0) end end end) و الكود الي فوقي اخطاااء
abu5lf Posted December 6, 2012 Posted December 6, 2012 addCommandHandler('ghtall', function(thePlayer,cmd,health) local accName = getAccountName ( getPlayerAccount ( thePlayer ) ) if isObjectInACLGroup ("user."..accName, aclGetGroup ( "Admin" ) ) then if(health and tonumber(health))then setElementHealth(root,health) outputChatBox(thePlayer.." set Health to all player:"..health,root,255,0,0) end end end) و الكود الي فوقي اخطاااء outputChatBox(thePlayer.." set Health to all player:"..health,root,255,0,0) thePlayer = ??
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