Jump to content

مساعده


Recommended Posts

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

server

function () 
local playerMoney = getPlayerMoney( source ) 
triggerClientEvent("Money",source, playerMoney) 
end) 

client

  
addEvent("Money", true) 
addEventHandler("Money", getRootElement(), 
function U ( ) 
    guiGridListClear ( GUIEditor_Grid[1] ) 
    local players = getPlayersSortByKills ( ) 
    for index = 1, 20 do 
        local row = guiGridListAddRow ( GUIEditor_Grid[1] ) 
        guiGridListSetItemText ( GUIEditor_Grid[1], row, 1, tostring ( getPlayerName ( players [ index ].element ) ), false, false ) 
        guiGridListSetItemText ( GUIEditor_Grid[1], row, 4, tostring ( getPlayerMoney ( players [ index ].element ) ), false, false ) 
    end 
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...