Jw8. Posted October 28, 2017 Share Posted October 28, 2017 ابي كود كل ما يقتل يجيه على القريد ليست row ? Link to comment
Adham Posted October 28, 2017 Share Posted October 28, 2017 (edited) "onPlayerDamage" triggerClientEvent guiGridListClear guiGridListAddRow guiGridListSetItemText Edited October 28, 2017 by -Le[3]bA. Link to comment
Jw8. Posted October 28, 2017 Author Share Posted October 28, 2017 2 minutes ago, -Le[3]bA. said: "onPlayerDamage" triggerClientEvent guiGridListClear guiGridListAddRow guiGridListSetItemText سويلي مثال لو سمحت Link to comment
Adham Posted October 28, 2017 Share Posted October 28, 2017 (edited) تفضل الكود: وعذرأ علي الخطأ onPlayerDamage بتصير "onPlayerWasted" غير مجرب : -- Client Side -- addEventHandler ( "onPlayerWasted", root, function ( ammo, attacker, weapon, bodypart ) if ( attacker ) then triggerClientEvent ( root, "GridList", resourceRoot, getPlayerName ( source ), getPlayerName ( attacker ) ) end end ) -- Server Side -- addEvent ( "GridList", true ) addEventHandler ( "GridList", root, function ( name, name2 ) guiGridListClear ( grid ) local row = guiGridListAddRow ( grid ) guiGridListSetItemText ( grid, row, 1, name2.." has been killed "..name, false, false ) end end ) Edited October 28, 2017 by -Le[3]bA. Link to comment
Jw8. Posted October 28, 2017 Author Share Posted October 28, 2017 47 minutes ago, -Le[3]bA. said: تفضل الكود: وعذرأ علي الخطأ onPlayerDamage بتصير "onPlayerWasted" غير مجرب : -- Client Side -- addEventHandler ( "onPlayerWasted", root, function ( ammo, attacker, weapon, bodypart ) if ( attacker ) then triggerClientEvent ( root, "GridList", resourceRoot, getPlayerName ( source ), getPlayerName ( attacker ) ) end end ) -- Server Side -- addEvent ( "GridList", true ) addEventHandler ( "GridList", root, function ( name, name2 ) guiGridListClear ( grid ) local row = guiGridListAddRow ( grid ) guiGridListSetItemText ( grid, row, 1, name2.." has been killed "..name, false, false ) end end ) في عندك أخطأء Server = Client Client = Server في لخبطه Link to comment
Abdul KariM Posted October 28, 2017 Share Posted October 28, 2017 @-Le[3]bA. ليش السيرفر سايد وليش ترسل ترايقر للكل خلي الشغل كله كلينت 1 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