Jump to content

x[مسآعدةة]x


Recommended Posts

ي شباب وش مشكلةة الككود ههذا ,, الديبق يطلعلي 

ERROR: tag_pan\s.lua:3 attempt to concatenate global 'text' (a nil value)

addEvent("active",true)
function fa (tag)
outputChatBox(" ( " .. tag .. " ) ( " .. getPlayerName(source) .. " ) : " .. text, getRootElement(), 255, 255, 255, true)
end
addEventHandler("active", getRootElement(), fa)
addEventHandler("onPlayerChat", getRootElement(), fa)

حل سريع لآهنتم ..

Link to comment

function fa (text)
outputChatBox(" ( tag ) ( " .. getPlayerName(source) .. " ) : " .. text, getRootElement(), 255, 255, 255, true)
end
addEventHandler("onPlayerChat", getRootElement(), fa)

^ مافي ارقمنت في حدث اون بلاير شات

فيله التاج

لازم تسوي التاجات بنفسك

Link to comment
addEvent ( 'active' , true )
addEventHandler ( 'active' , root , 
  function ( tag )
    setElementData ( source , 'data' , tag )
  end
) 

addEventHandler ( 'onPlayerChat' , root ,
  function ( msg )
    if getElementData ( source , 'data' ) then
      outputChatBox ( ' ( '..getElementData ( source , 'data' )..' ) '..getPlayerName ( source )..' : '..msg , root , 255 , 6 , 25 )
    end 
  end 
) 

تفضل جربه

Link to comment
31 minutes ago, iMr.WiFi..! said:

function fa (text)
outputChatBox(" ( tag ) ( " .. getPlayerName(source) .. " ) : " .. text, getRootElement(), 255, 255, 255, true)
end
addEventHandler("onPlayerChat", getRootElement(), fa)

^ مافي ارقمنت في حدث اون بلاير شات

فيله التاج

لازم تسوي التاجات بنفسك

التاج مسويلههء ترايقر من الككلينت ..

 

31 minutes ago, #_iMr.[E]coo said:

addEvent ( 'active' , true )
addEventHandler ( 'active' , root , 
  function ( tag )
    setElementData ( source , 'data' , tag )
  end
) 

addEventHandler ( 'onPlayerChat' , root ,
  function ( msg )
    if getElementData ( source , 'data' ) then
      outputChatBox ( ' ( '..getElementData ( source , 'data' )..' ) '..getPlayerName ( source )..' : '..msg , root , 255 , 6 , 25 )
    end 
  end 
) 

تفضل جربه

يعطيك الف ععآفيةة 

فكيت ازمةة يرججل :lol:

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