Faraon, Posted April 4, 2017 Author Share Posted April 4, 2017 3 minutes ago, Default said: triggerClientEvent ( ... , ... , .. , Spawns ) مم مش شغال ياصديقي كما ن انا سوف اشفر المود .. ولو حد يبي يغير الاحداثيات وش اسوي انا ! Link to comment
' A F . Posted April 4, 2017 Share Posted April 4, 2017 اصلا الكود الي فوق حاطه لك عشان تكمل عليه Link to comment
Faraon, Posted April 4, 2017 Author Share Posted April 4, 2017 Just now, Default said: اصلا الكود الي فوق حاطه لك عشان تكمل عليه طيب لو سمحت يعني اضع الكود بالسيرفر ام الكلنيت ام ايش علي آلعموم .. آعتذز عن ألازعآج .. وشكرا علي كل حال سوف ابحث عن حل بنفسي Link to comment
iMr.WiFi..! Posted April 4, 2017 Share Posted April 4, 2017 يالليل ذا :~ باختصار الميتا بيصير كذا <script src="Client.lua" type="client"/> <script src="C_spawn.lua" type="client"/> <script src="Server.lua" type="server"/> <script src="S_spawn.lua" type="server"/> ^ غير الشرطه ذي - الي بأسم الملف الى _ والجدول الي بملفين بيصير كذا : Spawns = { {2481.28027,-1666.92944,13.33786}, {210.02934,1896.38086,16.57316} } Link to comment
Faraon, Posted April 4, 2017 Author Share Posted April 4, 2017 زي ماهي .. من الصبح قاعد احل فيها !! Link to comment
Faraon, Posted April 4, 2017 Author Share Posted April 4, 2017 triggerServerEvent('onSpawn',localPlayer) Link to comment
Abdul KariM Posted April 4, 2017 Share Posted April 4, 2017 يالحبيب كيف يتفعل الحدث يعني اول مايشتغل المود ولا تضغط زر ولا وش Link to comment
Faraon, Posted April 5, 2017 Author Share Posted April 5, 2017 (edited) 2 minutes ago, Abdul KariM said: يالحبيب كيف يتفعل الحدث يعني اول مايشتغل المود ولا تضغط زر ولا وش لا يسوي شئ لم يشغل المود ينتفل لمكان Edited April 5, 2017 by #_MR.DEAD Link to comment
Abdul KariM Posted April 5, 2017 Share Posted April 5, 2017 جرب ذا setTimer ( triggerServerEvent , 1500 , 1 , "onSpawn" , localPlayer ) Link to comment
iMr.WiFi..! Posted April 5, 2017 Share Posted April 5, 2017 (edited) سؤال ؟ : ليش مكتوب في ملف اسمه spwans.lua والموجود في الميتا ذا ؟: <script src="Client.lua" type="client"/> <script src="C_spawn.lua" type="client"/> <script src="Server.lua" type="server"/> <script src="S_spawn.lua" type="server"/> عطينا اكواد ملف spwans.lua عشان نحل لك المشكلة Edited April 5, 2017 by iMr.WiFi..! Link to comment
Abdul KariM Posted April 5, 2017 Share Posted April 5, 2017 (edited) استبدل اكود بهذي بالسيرفر سايد وخلي كود الترايقر الي عطيتك اياه قبل شوي زي ماهو local aPos = nil setTimer ( function ( ) aPos = Spawns end , 1500 , 1 ) function spawn(player) if ( aPos == nil ) then outputDebugString ( "Error get a Pos" ) return end local x,y,z = unpack ( aPos [ math.random ( #aPos ) ] ) spawnPlayer ( player , x , y , z , 0 , 0 ) showChat(player, true) end Edited April 5, 2017 by Abdul KariM Link to comment
Faraon, Posted April 5, 2017 Author Share Posted April 5, 2017 2 minutes ago, iMr.WiFi..! said: سؤال ؟ : ليش مكتوب في ملف اسمه spwans.lua والموجود في الميتا ذا ؟: <script src="Client.lua" type="client"/> <script src="C_spawn.lua" type="client"/> <script src="Server.lua" type="server"/> <script src="S_spawn.lua" type="server"/> <meta> <!-- client scripts --> <script src="Client.lua" type="client"/> <script src="spawn.lua" type="client"/> <script src="Server.lua" type="server"/> <script src="spawns.lua" type="server"/> <script src="TeamDeadPlus.lua" type="server"/> Link to comment
Faraon, Posted April 5, 2017 Author Share Posted April 5, 2017 1 minute ago, iMr.WiFi..! said: ^ والاكواد حق الملف ذا ؟ انا هاتجنن بسببك يا واي فاي قسم بالله !! انت مو مركز معي انا غيرت الاسم وكل حاجة من خمس دقايق ..!! 3 minutes ago, Abdul KariM said: استبدل اكود بهذي بالسيرفر سايد وخلي كود الترايقر الي عطيتك اياه قبل شوي زي ماهو local aPos = nil setTimer ( function ( ) aPos = Spawns end , 1500 , 1 ) function spawn(player) if ( aPos == nil ) outputDebugString ( "Error get a Pos" ) return end local x,y,z = unpack ( aPos [ math.random ( #aPos ) ] ) spawnPlayer ( player , x , y , z , 0 , 0 ) showChat(player, true) end خطا كيف اضع setTimer ( triggerServerEvent , 1500 , 1 , "onSpawn" , localPlayer ) وهو لا يوجد اي كلمة OnSpawn في آلملف آلسيرفر !! Link to comment
Abdul KariM Posted April 5, 2017 Share Posted April 5, 2017 (edited) بالي عطيتك اياه فوق وخلي كود الترايقر مع التايمر spawn قصدي استبدل فنكشن Edited April 5, 2017 by Abdul KariM Link to comment
iMr.WiFi..! Posted April 5, 2017 Share Posted April 5, 2017 يخوي المشكلة في ملف اسمه spawns عطنا مافي داخل هذا الملف ي غلام لكي نستطيع مساعدتك .! Link to comment
Faraon, Posted April 5, 2017 Author Share Posted April 5, 2017 2 minutes ago, Abdul KariM said: جربت اكوادي فوق 2 minutes ago, iMr.WiFi..! said: local aPos = nil setTimer ( function ( ) aPos = Spawns end , 1500 , 1 ) function spawn(player) if ( aPos == nil ) outputDebugString ( "Error get a Pos" ) return end local x,y,z = unpack ( aPos [ math.random ( #aPos ) ] ) spawnPlayer ( player , x , y , z , 0 , 0 ) showChat(player, true) end Link to comment
Abdul KariM Posted April 5, 2017 Share Posted April 5, 2017 then انسخه من جديد نسيت اضيف Link to comment
Faraon, Posted April 5, 2017 Author Share Posted April 5, 2017 2 minutes ago, Abdul KariM said: then انسخه من جديد نسيت اضيف Link to comment
Abdul KariM Posted April 5, 2017 Share Posted April 5, 2017 شكلك جبت العيد عطني السيرفر سايد كامل + الكلينت Link to comment
iMr.WiFi..! Posted April 5, 2017 Share Posted April 5, 2017 شكله مسح كل السيرفر وحط الكود حقك .. استقبل الترايقر في السيرفر وسوي spwan(source) وانتهى الموضوع Link to comment
Faraon, Posted April 5, 2017 Author Share Posted April 5, 2017 لآ انا اكتر من 35 شهر مستمر بالبرمجة .. لكن الاقي حاجة صعبة بملف تاني وكدة Link to comment
Abdul KariM Posted April 5, 2017 Share Posted April 5, 2017 خلي السيرفر كذا local aPos = nil setTimer ( function ( ) aPos = Spawns end , 1500 , 1 ) function spawn(player) if ( aPos == nil ) then outputDebugString ( "Error get a Pos" ) return end local x,y,z = unpack ( aPos [ math.random ( #aPos ) ] ) spawnPlayer ( player , x , y , z , 0 , 0 ) showChat(player, true) end addEventHandler("onPlayerWasted", root, function() setTimer(spawn, 1800, 1, source) end ) addEvent('onSpawn',true) addEventHandler('onSpawn',root, function ( ) spawn ( source ) end ) 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