Jump to content

طلب كود


Jw8.

Recommended Posts

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

لاهنتم ابيه كود كله 

        local playerSelect = guiGridListGetSelectedItem ( Grid )

        local playerName = guiGridListGetItemText (Grid , guiGridListGetSelectedItem (Grid ), 1 )

Link to comment
6 minutes ago, #BrosS said:

سوي تريقر لسيرفر مع اللاعب اللي حددته وعرف اللاعب بسيرفر وكمان ارسل ترقر معه للكلنت عشان يفتح اللوحة

ولا تقولي هات كود كامل

ما حد قلك تخش ( وتحشر نفسك ) وش ذي العالم

Link to comment
1 hour ago, Abdul KariM said:

@#Soking كنت اظن انك تعرف

لكن خاب ظني وتفضل الطريقة


local table = {	}

function CreatePlayerWind ( player ) 

	table [ player ] = { }

	table [ player ] .Wind = guiCreateWindow ( ... ) 

	guiSetVisible ( table [ player ] .Wind , false )
	end
	 
 function ControlPlayerWind ( player , aState )
 
	local aState = aState or false
	 
	if not ( table [ player ] ) then
	
		return
	end
	
	guiSetVisible ( table [ player ] .Wind , aState )
	
	end

 

وليه يطل يسوي لوحات و مدري شو

يسوي تريقر و خلصنا

 

1 hour ago, Abdul KariM said:

@#Soking كنت اظن انك تعرف

لكن خاب ظني وتفضل الطريقة


local table = {	}

function CreatePlayerWind ( player ) 

	table [ player ] = { }

	table [ player ] .Wind = guiCreateWindow ( ... ) 

	guiSetVisible ( table [ player ] .Wind , false )
	end
	 
 function ControlPlayerWind ( player , aState )
 
	local aState = aState or false
	 
	if not ( table [ player ] ) then
	
		return
	end
	
	guiSetVisible ( table [ player ] .Wind , aState )
	
	end

 

وليه يطل يسوي لوحات و مدري شو

يسوي تريقر و خلصنا

غير كذا ماعتقد تزبط مع حدث عند الضغط

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...