MR_Mahmoud Posted February 11, 2019 Share Posted February 11, 2019 السلام عليكم اخوتي انا عمسوي مود رسباون الاعب هوة يختار وين يرسبن من الوحوة وسويت البداية والدائري بس ماعرف اسوي لما يموت ينقله للمكان الي حدده من الوحة ممكن مساعدة function spawn(player) if not isElement(player) then return end repeat until spawnPlayer ( player, -3446.45483+math.random(1,5), -3002.50342+math.random(5,9), 4.30781, 180, 46, 0, 0) fadeCamera(player, true) setCameraTarget(player, player) showChat(player, true) end addEvent("aktyar",true) addEventHandler("aktyar",root, function() spawn(source) end ) ------------------2 function spawnn(player) if not isElement(player) then return end repeat until spawnPlayer ( player, 1765.54480+math.random(1,5), 816.26965+math.random(10.42799), 4.30781, 180, 46, 0, 0) fadeCamera(player, true) setCameraTarget(player, player) showChat(player, true) end addEvent("aktyar2",true) addEventHandler("aktyar2",root, function() spawnn(source) end ) addEventHandler("onPlayerWasted", root, function() setTimer(spawn, 1800, 1, source) end ) Link to comment
KillerX Posted February 11, 2019 Share Posted February 11, 2019 9 hours ago, MR_Mahmoud said: السلام عليكم اخوتي انا عمسوي مود رسباون الاعب هوة يختار وين يرسبن من الوحوة وسويت البداية والدائري بس ماعرف اسوي لما يموت ينقله للمكان الي حدده من الوحة ممكن مساعدة وعليكم السلام سوي لما يختار مكان معين من اللوحة يحط عليه داتا بالمكان دا عشان لما يجي يموت يسترجع احداثيات المكان من اداتا حقتوا ويرسبنوا فيها بالتوفيق 1 Link to comment
MR_Mahmoud Posted February 11, 2019 Author Share Posted February 11, 2019 (edited) 10 hours ago, KillerX said: وعليكم السلام سوي لما يختار مكان معين من اللوحة يحط عليه داتا بالمكان دا عشان لما يجي يموت يسترجع احداثيات المكان من اداتا حقتوا ويرسبنوا فيها بالتوفيق صراحة ماعف في الداتا ممكن شرح صغير او مثال Edited February 11, 2019 by MR_Mahmoud Link to comment
#Soking Posted February 11, 2019 Share Posted February 11, 2019 trigger table + values ( استهلاك اقل من الداتا ) Link to comment
MR_Mahmoud Posted February 12, 2019 Author Share Posted February 12, 2019 4 hours ago, #Soking said: trigger table + values ( استهلاك اقل من الداتا ) ماعرف في الداتا Link to comment
nxFairlywell Posted February 12, 2019 Share Posted February 12, 2019 7 hours ago, MR_Mahmoud said: ماعرف في الداتا table[player] = { posX=x, posY=y, posZ=z } -- مثال على الجدول setElementData(player, 'DATA_NAME', { x, y, z }) -- مثال على الداتا 1 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