Adham Posted April 17, 2016 Posted April 17, 2016 سلام عليكم اليوم مش عارف لغبط في الكود ذا cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox(" " ..getPlayerTeam ( source ) ..* [ Lv.3 ] " .. getPlayerName ( source ) .. ":#ffFFff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [ Lv.3 ] " .. getPlayerName ( source ) .. ": " .. text) فا انا عاوز اعمل الشرطه دي القبل لفل 3 دي * تلون علي حسب التيم عملت getPlayer Team لقيت ما في تاق من اصلن قد تكونآمنيآتنآ حزينه !وآحلآمُنآ ملت طآبور آلإنتِظآر لكنهآ ،تتشبث بآلأمل فنفوسُنآ خُلقت لتقول غداً آجمل
Sha[D]owPrO Posted April 17, 2016 Posted April 17, 2016 cancelEvent() local r, g, b = getPlayerNametagColor(source) outputChatBox(" " ..getPlayerTeam ( source ) .."" * [ Lv.3 ] " .. getPlayerName ( source ) .. " :#ffFFff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [ Lv.3 ] " .. getPlayerName ( source ) .. ": " .. text)
#|_oskar_|# Posted April 17, 2016 Posted April 17, 2016 local r, g, b = getPlayerNametagColor(source) outputChatBox("" ..getPlayerTeam ( source ) .." [ Lv.3 ] " .. getPlayerName ( source ) .. ":#ffFFff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [ Lv.3 ] " .. getPlayerName ( source ) .. ": " .. text) لا اله الا انت سبحانك اني كنت من الظالمين My Group : https://www.facebook.com/groups/992678147519191/
Adham Posted April 17, 2016 Author Posted April 17, 2016 ما صار يطلع تاق بالشات قد تكونآمنيآتنآ حزينه !وآحلآمُنآ ملت طآبور آلإنتِظآر لكنهآ ،تتشبث بآلأمل فنفوسُنآ خُلقت لتقول غداً آجمل
#|_oskar_|# Posted April 17, 2016 Posted April 17, 2016 ما صار يطلع تاق بالشات debug ? لا اله الا انت سبحانك اني كنت من الظالمين My Group : https://www.facebook.com/groups/992678147519191/
MR.GRAND Posted April 17, 2016 Posted April 17, 2016 local r, g, b = getPlayerNametagColor(source) outputChatBox("" ..getPlayerTeam ( source ) .." [ Lv.3 ] " .. getPlayerName ( source ) .. ":#ffFFff " .. text, r, g, b, true ) outputServerLog("CHAT: [ Lv.3 ] " .. getPlayerName ( source ) .. ": " .. text) My new GCSS Script : Go حصريا : مود الدردشة بين السيرفرات : الذهاب LUA progress = -100% Join us : Multi Theft Auto Arab I'm not the best but, i'm different Skype : kamel1234128 Someone in this world needs to remember my love .
!#NssoR_) Posted April 17, 2016 Posted April 17, 2016 local r, g, b = getPlayerNametagColor(source) outputChatBox("" ..getPlayerTeam ( source ) .." [ Lv.3 ] " .. getPlayerName ( source ) .. ":#ffFFff " .. text, r, g, b, true ) outputServerLog("CHAT: [ Lv.3 ] " .. getPlayerName ( source ) .. ": " .. text) مايبيلها دي بق سطر 2 كيف تجيبون التيم نفسه وتحطونه بالتاج ؟؟
` Allawi Posted April 17, 2016 Posted April 17, 2016 استخدم getTeamName مع getPlayerTeam عشان تجيب اسم تيم اللاعب
#|_oskar_|# Posted April 17, 2016 Posted April 17, 2016 local r, g, b = getPlayerNametagColor(source) outputChatBox("" ..getPlayerTeam ( source ) .." [ Lv.3 ] " .. getPlayerName ( source ) .. ":#ffFFff " .. text, r, g, b, true ) outputServerLog("CHAT: [ Lv.3 ] " .. getPlayerName ( source ) .. ": " .. text) ليه شيلت ال getRootElement لا اله الا انت سبحانك اني كنت من الظالمين My Group : https://www.facebook.com/groups/992678147519191/
MR.GRAND Posted April 17, 2016 Posted April 17, 2016 local r, g, b = getPlayerNametagColor(source) outputChatBox("" ..getPlayerTeam ( source ) .." [ Lv.3 ] " .. getPlayerName ( source ) .. ":#ffFFff " .. text, r, g, b, true ) outputServerLog("CHAT: [ Lv.3 ] " .. getPlayerName ( source ) .. ": " .. text) مايبيلها دي بق سطر 2 كيف تجيبون التيم نفسه وتحطونه بالتاج ؟؟ local r, g, b = getPlayerNametagColor(source) local Team = getTeamName(getPlayerTeam ( source )) outputChatBox("" .. Team .." [ Lv.3 ] " .. getPlayerName ( source ) .. ":#ffffff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [ Lv.3 ] " .. Team .. ": " .. text) Debug - nothing . My new GCSS Script : Go حصريا : مود الدردشة بين السيرفرات : الذهاب LUA progress = -100% Join us : Multi Theft Auto Arab I'm not the best but, i'm different Skype : kamel1234128 Someone in this world needs to remember my love .
MR.GRAND Posted April 17, 2016 Posted April 17, 2016 addEventHandler( 'onPlayerChat', root, function(text) cancelEvent() if tostring(text) then local r, g, b = getPlayerNametagColor(source) local Team = getTeamName(getPlayerTeam ( source )) local Name = getPlayerName ( source ) outputChatBox("" .. Team .." [ Lv.3 ] " .. Name .. ":#ffffff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [ Lv.3 ] " .. Team .. ": " .. text) end end) ; OK 100% My new GCSS Script : Go حصريا : مود الدردشة بين السيرفرات : الذهاب LUA progress = -100% Join us : Multi Theft Auto Arab I'm not the best but, i'm different Skype : kamel1234128 Someone in this world needs to remember my love .
Me[Z]oO Posted April 17, 2016 Posted April 17, 2016 addEventHandler( 'onPlayerChat', root, function(text) cancelEvent() if tostring(text) then local r, g, b = getPlayerNametagColor(source) local Team = getTeamName(getPlayerTeam ( source )) local Name = getPlayerName ( source ) outputChatBox("" .. Team .." [ Lv.3 ] " .. Name .. ":#ffffff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [ Lv.3 ] " .. Team .. ": " .. text) end end) ; OK 100% cancelEvent() ليش يكنسل الايفنت Skype :- mezo.prince1 FaceBook :- https://www.facebook.com/medolua YouTube :- http://www.youtube.com/c/MeZoOPriNse
#|_oskar_|# Posted April 17, 2016 Posted April 17, 2016 addEventHandler( 'onPlayerChat', root, function(text) cancelEvent() if tostring(text) then local r, g, b = getPlayerNametagColor(source) local Team = getTeamName(getPlayerTeam ( source )) local Name = getPlayerName ( source ) outputChatBox("" .. Team .." [ Lv.3 ] " .. Name .. ":#ffffff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [ Lv.3 ] " .. Team .. ": " .. text) end end) ; OK 100% function Chat(text) local playerTeam = getPlayerTeam(source) if playerTeam then -- تحقق اذا كان التيم مو موجود مايطلع اخطاء بالديبق local r, g, b = getTeamColor (playerTeam) outputChatBox("" ..getTeamName(playerTeam) .." [ Lv.3 ] " .. getPlayerName ( source ) .. ":#ffFFff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [ Lv.3 ] " .. getTeamName(playerTeam) .. ": " .. text) end end addEventHandler("onPlayerChat",root,Chat) لا اله الا انت سبحانك اني كنت من الظالمين My Group : https://www.facebook.com/groups/992678147519191/
MR.GRAND Posted April 17, 2016 Posted April 17, 2016 addEventHandler( 'onPlayerChat', root, function(text) cancelEvent() if tostring(text) then local r, g, b = getPlayerNametagColor(source) local Team = getTeamName(getPlayerTeam ( source )) local Name = getPlayerName ( source ) outputChatBox("" .. Team .." [ Lv.3 ] " .. Name .. ":#ffffff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [ Lv.3 ] " .. Team .. ": " .. text) end end) ; OK 100% cancelEvent() ليش يكنسل الايفنت عشان مايكرر بالشات My new GCSS Script : Go حصريا : مود الدردشة بين السيرفرات : الذهاب LUA progress = -100% Join us : Multi Theft Auto Arab I'm not the best but, i'm different Skype : kamel1234128 Someone in this world needs to remember my love .
MR.GRAND Posted April 17, 2016 Posted April 17, 2016 addEventHandler( 'onPlayerChat', root, function(text) cancelEvent() if tostring(text) then local r, g, b = getPlayerNametagColor(source) local Team = getTeamName(getPlayerTeam ( source )) local Name = getPlayerName ( source ) outputChatBox("" .. Team .." [ Lv.3 ] " .. Name .. ":#ffffff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [ Lv.3 ] " .. Team .. ": " .. text) end end) ; OK 100% function Chat(text) local playerTeam = getPlayerTeam(source) if playerTeam then -- تحقق اذا كان التيم مو موجود مايطلع اخطاء بالديبق local r, g, b = getTeamColor (playerTeam) outputChatBox("" ..getTeamName(playerTeam) .." [ Lv.3 ] " .. getPlayerName ( source ) .. ":#ffFFff " .. text, getRootElement(), r, g, b, true ) outputServerLog("CHAT: [ Lv.3 ] " .. getTeamName(playerTeam) .. ": " .. text) end end addEventHandler("onPlayerChat",root,Chat) تم تجربة الكود وبدون تحقق من التيم :\ لو الاعب مو بالتيم يجي اسمه فقط مايبيلها كل اللي فوق My new GCSS Script : Go حصريا : مود الدردشة بين السيرفرات : الذهاب LUA progress = -100% Join us : Multi Theft Auto Arab I'm not the best but, i'm different Skype : kamel1234128 Someone in this world needs to remember my love .
#|_oskar_|# Posted April 17, 2016 Posted April 17, 2016 تم تجربة الكود وبدون تحقق من التيم :\ لو الاعب مو بالتيم يجي اسمه فقط مايبيلها كل اللي فوق لو اللاعب مو بالتيم راح يجي باد ارقمنت بالديبق جرب كودك وانت تعرف لا اله الا انت سبحانك اني كنت من الظالمين My Group : https://www.facebook.com/groups/992678147519191/
MR.GRAND Posted April 17, 2016 Posted April 17, 2016 تم تجربة الكود وبدون تحقق من التيم :\ لو الاعب مو بالتيم يجي اسمه فقط مايبيلها كل اللي فوق لو اللاعب مو بالتيم راح يجي باد ارقمنت بالديبق جرب كودك وانت تعرف انت مسوي يجيب لون التيم وهو صاحب الموضوع مسوي يجيب لون تاج الاعب getPlayerNametagColor فــ كودك اللي يجي باد ارقمنت .. كودي جربته 100 مية My new GCSS Script : Go حصريا : مود الدردشة بين السيرفرات : الذهاب LUA progress = -100% Join us : Multi Theft Auto Arab I'm not the best but, i'm different Skype : kamel1234128 Someone in this world needs to remember my love .
#|_oskar_|# Posted April 17, 2016 Posted April 17, 2016 تم تجربة الكود وبدون تحقق من التيم :\ لو الاعب مو بالتيم يجي اسمه فقط مايبيلها كل اللي فوق لو اللاعب مو بالتيم راح يجي باد ارقمنت بالديبق جرب كودك وانت تعرف انت مسوي يجيب لون التيم وهو صاحب الموضوع مسوي يجيب لون تاج الاعب getPlayerNametagColor فــ كودك اللي يجي باد ارقمنت .. كودي جربته 100 مية صاحب الموضوع قال يتلون على حسب التيم وجربت كودك يطلع باد ارقمنت بالديبق عشان انا ماكنت بالتيم لكن يوم احط لنفسي تيم مايطلع اخطاء فعشان كذا لازم تسوي تحقق اذا كان التيم موجود او لا لا اله الا انت سبحانك اني كنت من الظالمين My Group : https://www.facebook.com/groups/992678147519191/
MR.GRAND Posted April 17, 2016 Posted April 17, 2016 يبوي انا مجرب كودي وطالع من التيم ومتكلم بالشات مافي شي بالد\يبوق My new GCSS Script : Go حصريا : مود الدردشة بين السيرفرات : الذهاب LUA progress = -100% Join us : Multi Theft Auto Arab I'm not the best but, i'm different Skype : kamel1234128 Someone in this world needs to remember my love .
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