Adham Posted June 16, 2016 Share Posted June 16, 2016 سلام عليكم ابي اسوي خاصيه للكونسل فقط لازم يكون معه سياره يجي السرينه البوليس في العربيه Police والسلام عليكم للكونسل فقط Link to comment
taha201100 Posted June 16, 2016 Share Posted June 16, 2016 تقصد يالحلو بتسوي سياره معينه ما يركبها الا الكونسل؟ Link to comment
Adham Posted June 16, 2016 Author Share Posted June 16, 2016 سوال بس ! انا عملت تيم من تاب وجي اتكلم من حرف غ القي الكلام في الشات العام ابيه في اليتم كيف Link to comment
Adham Posted June 16, 2016 Author Share Posted June 16, 2016 تمام انا حلتها اباكود ذا local function playerChat(message, messageType) if messageType == 0 then --Global (main) chat cancelEvent() local red, green, blue = getPlayerNametagColor(source) outputChatBox(getPlayerName(source)..": #FFFFFF"..message, root, red, green, blue, true ) outputServerLog("CHAT: "..getPlayerName(source)..": "..message)--NOTE: Beacuse we cancelled the onPlayerChat event, we need to log chat manually. end end addEventHandler("onPlayerChat", root, playerChat) لاكن انا ابي لما اعمل تيم واطلع وادخل واسجل القيني في نفس التيم Link to comment
iMr.SFA7 Posted June 16, 2016 Share Posted June 16, 2016 علـى ما أذكـر أنـي سويت الكود قـبل وطرحتـه بأحـد المنتديـات addEventHandler ( "onResourceStart", getResourceRootElement(getThisResource()),function() executeSQLQuery("CREATE TABLE IF NOT EXISTS Teams (Team,Account)") end) function setTeam() local account = getAccountName(getPlayerAccount(source)) local RowAccount = executeSQLQuery("SELECT * FROM Teams WHERE Account = '"..account.."'") if not ( #RowAccount == 0 ) then local RowTeam = RowAccount[1]["Team"] if getTeamFromName(RowTeam) then setPlayerTeam(source, getTeamFromName(RowTeam)) end end end addEventHandler("onPlayerLogin",getRootElement(),setTeam) function saveTeam() local team = getPlayerTeam(source) local account = getPlayerAccount(source) if (team) and not isGuestAccount(account) then local AccountName = getAccountName(account) local TeamName = getTeamName(team) local RowAccount = executeSQLQuery("SELECT * FROM Teams WHERE Account = '"..AccountName.."'") if not ( #RowAccount == 0 ) then executeSQLQuery("UPDATE Teams SET Team=? WHERE Account=?",TeamName,AccountName) else executeSQLQuery("INSERT INTO Teams (Account,Team) VALUES(?,?)",AccountName,TeamName) end end end addEventHandler("onPlayerQuit",getRootElement(),saveTeam) Link to comment
Adham Posted June 16, 2016 Author Share Posted June 16, 2016 طيب شكرا ابي مود مشهور لاكن ما لقيه السرينه البوليس الفي السياره Police Link to comment
N3xT Posted June 17, 2016 Share Posted June 17, 2016 " السرينه البوليس الفي السياره " ممكن تفهمنا عشان نقدر نساعدك ؟ Link to comment
Adham Posted June 17, 2016 Author Share Posted June 17, 2016 سرينه البوليس الفي العربيه ؟ Link to comment
^iiEcoo'x_) Posted June 17, 2016 Share Posted June 17, 2016 سلام عليكمابي اسوي خاصيه للكونسل فقط لازم يكون معه سياره يجي السرينه البوليس في العربيه Police والسلام عليكم للكونسل فقط في مود سيارة ما يركبها الا الكونسول تبيه¿¿ Link to comment
^iiEcoo'x_) Posted June 17, 2016 Share Posted June 17, 2016 أوقع انه يقول الاضواء الي في سيارة الشرطي 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