+Source|> Posted June 18, 2017 Share Posted June 18, 2017 ذي في ملف لكنت ليه متشتغل bindKey( "f2", "down", function(player) killPed(player) end ) Link to comment
` Allawi Posted June 18, 2017 Share Posted June 18, 2017 في الكلينت مافيه ارقمنت تعريف للاعب كودك يصير كذا bindKey ( "F2", "down", function ( ) killPed ( localPlayer ) end ) .. Link to comment
+Source|> Posted June 18, 2017 Author Share Posted June 18, 2017 7 minutes ago, ` Allawi said: في الكلينت مافيه ارقمنت تعريف للاعب كودك يصير كذا bindKey ( "F2", "down", function ( ) killPed ( localPlayer ) end ) .. ما اشتغل Link to comment
` Allawi Posted June 18, 2017 Share Posted June 18, 2017 3 minutes ago, A7MEDENO said: ما اشتغل الخطأ من عندك تاكد أكوادك وملفاتك Link to comment
+Source|> Posted June 18, 2017 Author Share Posted June 18, 2017 9 minutes ago, Deativated said: الكود اشوفه م في , اي خطأ ملف سيرفر ولكنت كله فاضي مفيه الا ذي في الكلنت bindKey( "f2", "down", function() killPed(localPlayer) end ) Link to comment
Adham Posted June 18, 2017 Share Posted June 18, 2017 (edited) تفضل جربته بنفسي كلنت bindKey( "f2", "down", function() triggerServerEvent ( "test", localPlayer, localPlayer ) end ) سرفر addEvent ( "test", true ) addEventHandler ( "test", root, function ( player ) killPlayer ( player ) end ) Edited June 18, 2017 by Deativated Link to comment
+Source|> Posted June 18, 2017 Author Share Posted June 18, 2017 1 minute ago, Deativated said: تفضل جربته بنفسي كلنت bindKey( "f2", "down", function() triggerServerEvent ( "test", localPlayer, localPlayer ) end ) سرفر addEvent ( "test", true ) addEventHandler ( "test", root, function ( player ) killPlayer ( player ) end ) انا اعرف هالطريقه بس ابي احطه في كلنت على طول ول مافي Link to comment
Mhmd.z Posted June 18, 2017 Share Posted June 18, 2017 1 minute ago, A7MEDENO said: انا اعرف هالطريقه بس ابي احطه في كلنت على طول ول مافي try ? setElementHealth(localPlayer, 0) Link to comment
Adham Posted June 18, 2017 Share Posted June 18, 2017 bindKey( "f2", "down", function() setElementHealth ( localPlayer,0 ) end ) Link to comment
+Source|> Posted June 18, 2017 Author Share Posted June 18, 2017 Just now, Mhmd.z said: try ? setElementHealth(localPlayer, 0) اهاا اوك شكرا لك 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