Jump to content

طلب كود


LOAM

Recommended Posts

On ٢٥‏/٢‏/٢٠١٧ at 23:07, #_iMr.[E]coo said:

:lol:

local marker = createMarker (2485.00000, -1667.00000, 13.34375, "cylinder", 1.5, 255, 255, 0, 170 )
createBlip (2485.00000, -1667.00000, 13.34375, 59 ,2 )



GUIEditor = {
    memo = {},
    button = {},
    window = {},
}
GUIEditor.window[1] = guiCreateWindow(299, 118, 514, 473, "تجربة ", false)
guiWindowSetSizable(GUIEditor.window[1], false)
guiSetProperty(GUIEditor.window[1], "CaptionColour", "FFFF0000")

GUIEditor.memo[1] = guiCreateMemo(11, 17, 494, 290, "By : [S]haHeR\n\ntest :]\n\n", false, GUIEditor.window[1])
GUIEditor.button[1] = guiCreateButton(159, 401, 226, 62, "إغلاق", false, GUIEditor.window[1])
guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFAAAAAA")


   guiSetVisible (GUIEditor.window[1], false)

addEventHandler("onClientMarkerHit",marker, --عند لمس الماركر المحدد
function()--وظيفة
if ( getPlayerTeam ( source ) ~= getTeamFromName ( 'Criminal' ) ) then return end
guiSetVisible(GUIEditor.window[1],true)--تفتح اللوحة
showCursor(true) --نظهر الماوس
end --نهاية الوظيفة
)--نهاية قوس الحدث

addEventHandler("onClientGUIClick",root, --عند الضغط على زر
function()--وظيفة
if (source == GUIEditor.button[1]) then--ان كان الزر = زر الاغلاق
guiSetVisible(GUIEditor.window[1],false)--اغلاق اللوحة
showCursor(false)--اخفاء الماوس
end--نهاية التحقق
end--نهاية الوظيفة
)--نهاية قوس الحدث

حطيته بعد  عند لمس الماركر  برضو اللوحه بتفتح لكل اللعبين

Link to comment
10 minutes ago, LOAM said:

local marker = createMarker (2485.00000, -1667.00000, 13.34375, "cylinder", 1.5, 255, 255, 0, 170 )
createBlip (2485.00000, -1667.00000, 13.34375, 59 ,2 )



GUIEditor = {
    memo = {},
    button = {},
    window = {},
}
GUIEditor.window[1] = guiCreateWindow(299, 118, 514, 473, "تجربة ", false)
guiWindowSetSizable(GUIEditor.window[1], false)
guiSetProperty(GUIEditor.window[1], "CaptionColour", "FFFF0000")

GUIEditor.memo[1] = guiCreateMemo(11, 17, 494, 290, "By : [S]haHeR\ntest :]\n\n", false, GUIEditor.window[1])
GUIEditor.button[1] = guiCreateButton(159, 401, 226, 62, "إغلاق", false, GUIEditor.window[1])
guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFAAAAAA")


   guiSetVisible (GUIEditor.window[1], false)

addEventHandler("onClientMarkerHit",marker, --عند لمس الماركر المحدد
function()--وظيفة
if ( getPlayerTeam ( source ) ~= getTeamFromName ( 'Criminal' ) ) then return end
guiSetVisible(GUIEditor.window[1],true)--تفتح اللوحة
showCursor(true) --نظهر الماوس
end --نهاية الوظيفة
)--نهاية قوس الحدث

addEventHandler("onClientGUIClick",root, --عند الضغط على زر
function()--وظيفة
if (source == GUIEditor.button[1]) then--ان كان الزر = زر الاغلاق
guiSetVisible(GUIEditor.window[1],false)--اغلاق اللوحة
showCursor(false)--اخفاء الماوس
end--نهاية التحقق
end--نهاية الوظيفة
)--نهاية قوس الحدث

حطيته بعد  عند لمس الماركر  برضو اللوحه بتفتح لكل اللعبين

أنت مسوي اللي بتيم حرامي مايقدر يفتح اللوحة

Edited by #BrosS
Link to comment
4 minutes ago, #BrosS said:

وين سورس الحدث ؟


addEventHandler("onClientMarkerHit",marker, --عند لمس الماركر المحدد
function()--وظيفة
if ( getPlayerTeam ( source ).."Criminal" ~= getTeamFromName ( 'Criminal' ) ) then return end
guiSetVisible(GUIEditor.window[1],true)--تفتح اللوحة
showCursor(true) --نظهر الماوس
end --نهاية الوظيفة
)--نهاية قوس الحدث

addEventHandler("onClientGUIClick",root, --عند الضغط على زر
function()--وظيفة
if (source == GUIEditor.button[1]) then--ان كان الزر = زر الاغلاق
guiSetVisible(GUIEditor.window[1],false)--اغلاق اللوحة
showCursor(false)--اخفاء الماوس
end--نهاية التحقق
end--نهاية الوظيفة
)--نهاية قوس الحدث

هل هذه صحيح

Link to comment
ب بنفسه !

مدري دور عليها معه
 Like this
 Quote
#_iMr.[E]coo     119
#_iMr.[E]coo
Members
999 posts
Posted Saturday at 22:07 · 
  On 2/25/2017 at 21:38, #Soking said:
مدري دور عليها معه

:lol:
 Like this
 Quote
LOAM     3
LOAM
Members
21 posts
Posted 25 minutes ago · 
  On 2/25/2017 at 22:07, #_iMr.[E]coo said:
:lol:

?
local marker = createMarker (2485.00000, -1667.00000, 13.34375, "cylinder", 1.5, 255, 255, 0, 170 )
createBlip (2485.00000, -1667.00000, 13.34375, 59 ,2 )



GUIEditor = {
    memo = {},
    button = {},
    window = {},
}
GUIEditor.window[1] = guiCreateWindow(299, 118, 514, 473, "تجربة ", false)
guiWindowSetSizable(GUIEditor.window[1], false)
guiSetProperty(GUIEditor.window[1], "CaptionColour", "FFFF0000")

GUIEditor.memo[1] = guiCreateMemo(11, 17, 494, 290, "By : [S]haHeR\n\ntest :]\n\n", false, GUIEditor.window[1])
GUIEditor.button[1] = guiCreateButton(159, 401, 226, 62, "إغلاق", false, GUIEditor.window[1])
guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFAAAAAA")


   guiSetVisible (GUIEditor.window[1], false)

addEventHandler("onClientMarkerHit",marker, --عند لمس الماركر المحدد
function()--وظيفة
if ( getPlayerTeam ( source ) = getTeamFromName ( 'Criminal' ) ) then return end
guiSetVisible(GUIEditor.window[1],true)--تفتح اللوحة
showCursor(true) --نظهر الماوس
end --نهاية الوظيفة
)--نهاية قوس الحدث

addEventHandler("onClientGUIClick",root, --عند الضغط على زر
function()--وظيفة
if (source == GUIEditor.button[1]) then--ان كان الزر = زر الاغلاق
guiSetVisible(GUIEditor.window[1],false)--اغلاق اللوحة
showCursor(false)--اخفاء الماوس
end--نهاية التحقق
end--نهاية الوظيفة
)

 

لول اسف لا تنسخ وش طلع فوق الماركر 

:lol::lol::lol:

Link to comment
30 minutes ago, #BrosS said:

ب بنفسه !

مدري دور عليها معه
 Like this
 Quote
#_iMr.[E]coo     119
#_iMr.[E]coo
Members
999 posts
Posted Saturday at 22:07 · 
  On 2/25/2017 at 21:38, #Soking said:
مدري دور عليها معه

:lol:
 Like this
 Quote
LOAM     3
LOAM
Members
21 posts
Posted 25 minutes ago · 
  On 2/25/2017 at 22:07, #_iMr.[E]coo said:
:lol:

?
local marker = createMarker (2485.00000, -1667.00000, 13.34375, "cylinder", 1.5, 255, 255, 0, 170 )
createBlip (2485.00000, -1667.00000, 13.34375, 59 ,2 )



GUIEditor = {
    memo = {},
    button = {},
    window = {},
}
GUIEditor.window[1] = guiCreateWindow(299, 118, 514, 473, "تجربة ", false)
guiWindowSetSizable(GUIEditor.window[1], false)
guiSetProperty(GUIEditor.window[1], "CaptionColour", "FFFF0000")

GUIEditor.memo[1] = guiCreateMemo(11, 17, 494, 290, "By : [S]haHeR\ntest :]\n\n", false, GUIEditor.window[1])
GUIEditor.button[1] = guiCreateButton(159, 401, 226, 62, "إغلاق", false, GUIEditor.window[1])
guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFAAAAAA")


   guiSetVisible (GUIEditor.window[1], false)

addEventHandler("onClientMarkerHit",marker, --عند لمس الماركر المحدد
function()--وظيفة
if ( getPlayerTeam ( source ) = getTeamFromName ( 'Criminal' ) ) then return end
guiSetVisible(GUIEditor.window[1],true)--تفتح اللوحة
showCursor(true) --نظهر الماوس
end --نهاية الوظيفة
)--نهاية قوس الحدث

addEventHandler("onClientGUIClick",root, --عند الضغط على زر
function()--وظيفة
if (source == GUIEditor.button[1]) then--ان كان الزر = زر الاغلاق
guiSetVisible(GUIEditor.window[1],false)--اغلاق اللوحة
showCursor(false)--اخفاء الماوس
end--نهاية التحقق
end--نهاية الوظيفة
)

 

لول اسف لا تنسخ وش طلع فوق الماركر 

:lol::lol::lol:

ولا يهمك :D

Link to comment
23 minutes ago, Deativated said:

ليش حاطين هنا 


if ( getPlayerTeam ( source ) ~= getTeamFromName ( 'Criminal' ) ) then return end

source ?


if ( getPlayerTeam ( localPlayer ) ) == getTeamFromName ( "Criminal" ) then  

 

هو يغير السورس للوكال و يخلي اليوترن و الاند

Link to comment
  • 2 weeks later...
On ٢٥‏/٢‏/٢٠١٧ at 17:47, LOAM said:

السلام عليكم

انا عامل مركر سيارات

عوز تيم الحرامى بس هوا الى يقدر ياخد السياره من المركر فقط 

ازاى شباب

 

-----------------------------------------------------------------
Marker	= createMarker ( x,y,z, "cylinder", 2, 255, 255, 0, 0 )
theTeam	= "teamName" -- the team name
-----------------------------------------------------------------
addEventHandler("onClientMarkerHit",Marker,
	function ( DeveloperAhmed )
		if (getElementType (DeveloperAhmed) == "player") and (DeveloperAhmed == localPlayer)  then
		local Team = getPlayerTeam(getLocalPlayer())
			if Team and getTeamName(Team) == theTeam then
				showCursor(true)
				guiSetVisible( WindowName ,true) -- the window name
				exports["guimessages"]:outputClient("The window is showed...", 255, 255, 0,source)
			else
				showCursor(false)
				guiSetVisible( WindowName ,false) -- the window name
				exports["guimessages"]:outputClient("You should be in the team > "..theTeam, 255, 255, 0,source)
			end
		end
	end
)
-----------------------------------------------------------------


جرب هذا ومع العلم انا ما جربتها ترا عندي اللعبة مب راضية تشتغل
 

On ٢٥‏/٢‏/٢٠١٧ at 22:38, #Soking said:

مدري دور عليها معه


هايني دورت ^_^

  • Like 2
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...