# DHwROk ~ Posted September 10, 2015 Author Share Posted September 10, 2015 ككيف وشو الحدث؟ Link to comment
# DHwROk ~ Posted September 10, 2015 Author Share Posted September 10, 2015 onPlayerChat شوف خخرب علي السيرفر كآمل , صرت م اقدر الصق بسيرفر كله Link to comment
iMr.SFA7 Posted September 10, 2015 Share Posted September 10, 2015 أطرح الكود بعد ما عدلت عليه؟ Link to comment
# DHwROk ~ Posted September 10, 2015 Author Share Posted September 10, 2015 أطرح الكود بعد ما عدلت عليه؟ م حطيت الكود ولاشيء Link to comment
iMr.SFA7 Posted September 10, 2015 Share Posted September 10, 2015 أحذفه من الملف ذذذ يمكن هو أساس المشكلة؟ sa عندكـ ترآيقر بملف السيرفر آسمه Link to comment
# DHwROk ~ Posted September 10, 2015 Author Share Posted September 10, 2015 أحذفه من الملف ذذذ يمكن هو أساس المشكلة؟ sa عندكـ ترآيقر بملف السيرفر آسمه لا م فيه Link to comment
iMr.SFA7 Posted September 10, 2015 Share Posted September 10, 2015 أجل اذا المشكلة ماهي من السكربت فـ من السيرفر أو السكربتات الثانية أنا مجربه ينسخ ويلصق عآدي ذذذ Link to comment
# DHwROk ~ Posted September 10, 2015 Author Share Posted September 10, 2015 أجل اذا المشكلة ماهي من السكربت فـ من السيرفر أو السكربتات الثانية أنا مجربه ينسخ ويلصق عآدي ذذذ ششوف ذي كودات ملف السيرفر addCommandHandler("Tag", function(player) local account = getPlayerAccount(player) if account and not isGuestAccount(account) then if isObjectInACLGroup("user." .. getAccountName(account), aclGetGroup("Console")) then triggerClientEvent(player, "openTagPanel", player) end end end) addEvent("onTagAction", true) addEventHandler("onTagAction", root, function(accountName, newValue) local account = getAccount(accountName) if account then setAccountData(account, "TagData", newValue) if newValue then outputChatBox("# تـم تركيب التاج بنجاح", source, 0, 255, 0) else outputChatBox("# تـم حذف التاج بنجاح", source, 0, 255, 0) end else outputChatBox("لآيوجد آسم آلحساب هذا لـ تركيب التاج له !", source, 255, 0, 0) end end) Link to comment
iMr.SFA7 Posted September 10, 2015 Share Posted September 10, 2015 الكود تمآم مافيه شيء المشكلة من السكربتات الثانية ذذذ Link to comment
# DHwROk ~ Posted September 10, 2015 Author Share Posted September 10, 2015 الكود تمآم مافيه شيء المشكلة من السكربتات الثانية ذذذ طيب تعرف كيف اعرف السكربت الي فيه المشكله ؟ 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