Jump to content

Mastol-aLGNOB

Members
  • Posts

    14
  • Joined

  • Last visited

Details

  • Gang
    [Q.5]-[GTA-EGY]

Mastol-aLGNOB's Achievements

Square

Square (6/54)

0

Reputation

  1. عيال ابى مود الكلام فوق الماركر بس يكون شغال 100 فى 100
  2. تشوف فى بداية سيرفر الوزارة رجل يشاور وش اسم الحركه
  3. function cam () setCameraMatrix(214.28958129883+math.random(1,5), 1865.3023681641+math.random(5,9), 13.140625, 180, 285, 0, 0) ped = createPed (0, 214.10000610352, 1875.9000244141, 13.10000038147 ) setPedAnimation( Dark Romeo, "46", "WOMAN_walknorm") end addEventHandler ("onClientResourceStart",resourceRoot,cam) addEventHandler("onClientRender", getRootElement(), function() local x, y, z = getElementPosition(ped) local x2, y2, z2 = getElementPosition(localPlayer) if(isLineOfSightClear(x, y, z, x2, y2, z2, true, true, false, true)) then local sx, sy = getScreenFromWorldPosition(x, y, z+1.3) if(sx) and (sy) then local distance = getDistanceBetweenPoints3D(x, y, z, x2, y2, z2) if(distance < 30) then dxDrawText("سيرفر نجوم يرحب بكم", sx+2, sy+2, sx, sy, tocolor(0,0,0), 6.3-(distance/20), "arial", "center", "center") dxDrawText("سيرفر نجوم يرحب بكم", sx, sy, sx, sy, tocolor(255,255,0), 6-(distance/20), "arial", "center", "center") end end end end) شوف يمكن فى غلظه
  4. غيرت ولا الكلام ظهر ولا الشخصية function cam () setCameraMatrix(214.28958129883+math.random(1,5), 1865.3023681641+math.random(5,9), 13.140625, 180, 285, 0, 0) ped = createPed (214.10000610352, 1875.9000244141, 13.10000038147) setPedAnimation( ped, "46", "Bat_1") end addEventHandler ("onClientResourceStart",resourceRoot,cam) addEventHandler("onClientRender", getRootElement(), function() local x, y, z = getElementPosition(ped) local x2, y2, z2 = getElementPosition(localPlayer) if(isLineOfSightClear(x, y, z, x2, y2, z2, true, true, false, true)) then local sx, sy = getScreenFromWorldPosition(x, y, z+1.3) if(sx) and (sy) then local distance = getDistanceBetweenPoints3D(x, y, z, x2, y2, z2) if(distance < 30) then dxDrawText("سيرفر نجوم يرحب بكم", sx+2, sy+2, sx, sy, tocolor(255,255,255), 6.3-(distance/20), "arial", "center", "center") dxDrawText("سيرفر نجوم يرحب بكم", sx, sy, sx, sy, tocolor(255,255,255), 6-(distance/20), "arial", "center", "center") end end end end)
  5. ض2 سويت المود بس الشخص ما يتحرك ولا فى شى ض2 بالله الحل ترا تعب بسبب المود
  6. يسلمو يعنى احط هاد الكلام فى ملف lua واضبط Meta وبس يشتغل المود
  7. يعنى وش اسوى احط هاد الكلام فى ملف لوحده
  8. function cam () setCameraMatrix(source, 214.28958129883+math.random(1,5), 1865.3023681641+math.random(5,9), 13.140625, 180, 285, 0, 0) ped = createPed ( 210.10000610352, 1874.1999511719, 13.10000038147 ) setPedAnimation( ped, "ped", "WOMAN_walknorm") end addEventHandler ("onResourceStart",root,cam) addEventHandler("onClientRender", getRootElement(), function() local x, y, z = getElementPosition(ped) local x2, y2, z2 = getElementPosition(localPlayer) if(isLineOfSightClear(x, y, z, x2, y2, z2, true, true, false, true)) then local sx, sy = getScreenFromWorldPosition(x, y, z+1.3) if(sx) and (sy) then local distance = getDistanceBetweenPoints3D(x, y, z, x2, y2, z2) if(distance < 30) then dxDrawText("اهلا و سهلا", sx+2, sy+2, sx, sy, tocolor(0,0,0), 6.3-(distance/20), "arial", "center", "center") dxDrawText("اهلا و سهلا", sx, sy, sx, sy, tocolor(255,255,255), 6-(distance/20), "arial", "center", "center") end end end end) حطيت كل شى والاحداثيات و ماشتغل ولا الشخص تحرك ابى حل
×
×
  • Create New...