Jump to content

x[ طلب كود ]x : png


Recommended Posts

سلام عليكم

 

الكود دا يخلي لما احد يتكلم صورة تيجي فوقه --

ابي اخلي لو احد اتكلم 4 صور يجون فوقه ورا بعض

يعني يكون موجود بالمود 4 صور -- ولو احد ضغط حرف ف عشان يتكلم - الصور تيجي ورا بعض سريع -- هما الاربعة

 

واسف ما عندي خلفية - فا ما قدرت اسويها

function updateList(newEntry, newStatus)
	chattingPlayers[newEntry] = newStatus
	if(not chatIconFor[newEntry]) then
		chatIconFor[newEntry] = guiCreateStaticImage(0, 0, guix, guiy, "chat.png", false )
	end
	guiSetVisible(chatIconFor[newEntry], false)
end

 

Link to comment

try:D
 

    function updateList(newEntry, newStatus)
    	chattingPlayers[newEntry] = newStatus
    	if(not chatIconFor[newEntry]) then
    		chatIconFor[newEntry] = guiCreateStaticImage(0, 0, guix, guiy, "chat.png", false )
    	end
    	guiSetVisible(chatIconFor[newEntry], false)
    end

	 bindKey ( "t", "down", 
	 function()
	 updateList("", true)
	 end
	 )

 

Link to comment
10 hours ago, medo7 said:

try:D
 


    function updateList(newEntry, newStatus)
    	chattingPlayers[newEntry] = newStatus
    	if(not chatIconFor[newEntry]) then
    		chatIconFor[newEntry] = guiCreateStaticImage(0, 0, guix, guiy, "chat.png", false )
    	end
    	guiSetVisible(chatIconFor[newEntry], false)
    end

	 bindKey ( "t", "down", 
	 function()
	 updateList("", true)
	 end
	 )

 

+

chattingPlayers [] = {}
chatIconFor [] = {}

 

Link to comment
10 hours ago, medo7 said:

try:D
 


    function updateList(newEntry, newStatus)
    	chattingPlayers[newEntry] = newStatus
    	if(not chatIconFor[newEntry]) then
    		chatIconFor[newEntry] = guiCreateStaticImage(0, 0, guix, guiy, "chat.png", false )
    	end
    	guiSetVisible(chatIconFor[newEntry], false)
    end

	 bindKey ( "t", "down", 
	 function()
	 updateList("", true)
	 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...