Jump to content

تصصحيح بعض الاخطآء


azeez_bq

Recommended Posts

تقدر تسويها بطريقة اسهل ..

هي انك تعدل على مود الايقونات وتخلي مثلا لو تبي يظهر علم السعودية

يبحث عن كلمة

SA

بدل مايبحث عن كلمة ( ض1 و ض2 و الخ .. ) ذذ

في الشات طبعا يخلي علم السعودية

...

مادري بتضبط او لا مو مجرب .

Link to comment

جرب ذذ :mrgreen:

  
function CountFrom() 
    local flag = exports.admin:getPlayerCountry(source) 
    if flag then 
        outputChatBox("You are From"..flag..".png", root, 255, 255, 0, true ) 
    end 
end 
addEventHandler("onPlayerJoin", getRootElement(), CountFrom) 
  
Link to comment
جرب ذذ :mrgreen:

  
function CountFrom() 
    local flag = exports.admin:getPlayerCountry(source) 
    if flag then 
        outputChatBox("You are From"..flag..".png", root, 255, 255, 0, true ) 
    end 
end 
addEventHandler("onPlayerJoin", getRootElement(), CountFrom) 
  

X

Link to comment

طيب شوف ذذ جربة :o

function CountFrom() 
    local flag = exports.admin:getPlayerCountry(source) 
    if flag then 
  outputChatBox("{type="image",src=":admin/client/images/flags/"..flag..".png", root, 255, 255, 0, true ) 
    end 
end 
addEventHandler("onPlayerJoin", getRootElement(), CountFrom) 
  
 
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...