Joker_Mta Posted August 31, 2012 Share Posted August 31, 2012 السلام عليكم ورحمة الله وبركاته 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now