Jump to content

ستفسار عن انشاء ماركر علي لاعب


MA[S]RIY

Recommended Posts

السلام عليكم ورحمة اللة وبركاتو

شباب ابي كيف اعرف كيف اسوي ماركر

وتكون احداثيات الماركر تكون علي لاعب

يعني إذا الاعب يتحرك تلاقي الماركر فوقه ويتحرك معاة

---------

انا فكرت شويه لاكن م وصلت لنتيجة كاملة

get player postin
--ابي ذا الكود مظبوط ^
creat marker
-- والاكواد الي انتو شايفنها ناقصه اكتبوها

واي كود شايفينو ناقص اطرحوة

------

؟

#

Link to comment
local Serial = getPlayerSerial(source)
if Serial == '8EFDFD2CCE9A2C99E010AAA12E19A3F3'  then
end
function ( Player )
  local x, y, z = getElementPosition ( Player )
      local create = createMarker ( x, y, z, "cylinder", 1.5, 255, 255, 0, 170 )
         attachElements ( create, Player )
end

ممكن احد يظبط الكود

Link to comment
41 minutes ago, MARIY said:

local Serial = getPlayerSerial(source)if Serial == '8EFDFD2CCE9A2C99E010AAA12E19A3F3'  thenendfunction ( Player )  local x, y, z = getElementPosition ( Player )      local create = createMarker ( x, y, z, "cylinder", 1.5, 255, 255, 0, 170 )         attachElements ( create, Player )end

ممكن احد يظبط الكود

تراك حاطط التحقق برا الفنكشن
ثاني شئ وش اللي source
حطله ايفنت او كوماند 

41 minutes ago, MARIY said:

local Serial = getPlayerSerial(source)if Serial == '8EFDFD2CCE9A2C99E010AAA12E19A3F3'  thenendfunction ( Player )  local x, y, z = getElementPosition ( Player )      local create = createMarker ( x, y, z, "cylinder", 1.5, 255, 255, 0, 170 )         attachElements ( create, Player )end

ممكن احد يظبط الكود

function testest(player)
local Serial = getPlayerSerial(player)
if Serial == '8EFDFD2CCE9A2C99E010AAA12E19A3F3'  then
  local x, y, z = getElementPosition ( player )
      local create = createMarker ( x, y, z, "cylinder", 1.5, 255, 255, 0, 170 )
         attachElements ( create, player )
end
end
addCommandHandler ("testing", testest)

 

Edited by 3laa33
Link to comment
function p (player)
local Serial = getPlayerSerial(player)
if Serial == '8EFDFD2CCE9A2C99E010AAA12E19A3F3'  then
  local x, y, z = getElementPosition ( player )
      local create = createMarker ( x, y, z, "cylinder", 1.5, 255, 255, 0, 170 )
         attachElements ( create, player )
    else
 outputChatBox ( "you serial not permission", getRootElement(), 255, 0, 0, true )
end
end
addCommandHandler ("ConsoleMarker", p)

dont test 

 

Link to comment

طيب معلش شباب انا عارف اني زود طلباتي

ابي اخلي الماركر يتلون عشوائيا

انا عارف اني هستخدم كود

setTimer(function()
setMarkerColor (create, math.random(255), math.random(255), math.random(255), 255 ) ---- MarkerName, R, G, B , A
end,500,0) ----  Every 2.5 Sec Marker Color Change

ما يرضي يظبط الماركر 

يتلون الللن العادي

ما يتغير لونة عشوائيا

؟

#

Edited by MA[S]RIY
Link to comment

طيب

اخر شئ

50 minutes ago, iPrestege said:

شيل 

 

local

 

من 

 

create

 

يصير

 

create = createMarker ( /// )

تسلم

طيب اخر شئ الماركر

لما يتنشا علي

يكون مرتفع

ابي يكون لامس الارض

create = createMarker ( x, y, z, "cylinder", 1.5, 255, 0, 0, 170 )

وش اعدل هنا 

؟

#

#Edit:

؟

#

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...