SAM!! Posted June 15, 2018 Share Posted June 15, 2018 السلام عليكم ابي مساعدتكم شباب لاهنتم ابي بس اضغط علي زر القفزة توقف setWorldSpecialPropertyEnabled هادي setWorldSpecialPropertyEnabled ( "unjump", false ) سويتها false ماتوقف بردو يضل ينط للسحاب ض ابي مساعدة وشكرا Link to comment
#RoLde Posted June 15, 2018 Share Posted June 15, 2018 setWorldSpecialPropertyEnabled ( "extrajump", false ) Link to comment
SAM!! Posted June 15, 2018 Author Share Posted June 15, 2018 4 hours ago, #RoLde said: setWorldSpecialPropertyEnabled ( "extrajump", false ) سويتها false ماتظبط Link to comment
#RoLde Posted June 15, 2018 Share Posted June 15, 2018 23 minutes ago, SAM!! said: سويتها false ماتظبط تأكد انك مسويها كذا بالاول setWorldSpecialPropertyEnabled ( "extrajump", true ) 1 Link to comment
N3xT Posted June 16, 2018 Share Posted June 16, 2018 يمكن قصده النقز اللي عن طريق زر الشفت زي مابات الشوتر Link to comment
SAM!! Posted June 17, 2018 Author Share Posted June 17, 2018 On 6/16/2018 at 01:50, #RoLde said: تأكد انك مسويها كذا بالاول setWorldSpecialPropertyEnabled ( "extrajump", true ) ظبطت شكراا لك ممكن كمان كود السوبر بوكس يعني تضرب ضربة بس تقتل الخصم Link to comment
Rakan# Posted June 18, 2018 Share Posted June 18, 2018 (edited) 1 hour ago, SAM!! said: ظبطت شكراا لك ممكن كمان كود السوبر بوكس يعني تضرب ضربة بس تقتل الخصم addEventHandler("onPlayerDamage",root, function(attacker) if attacker and attacker ~= source and getElementType(attacker) == "player" then killPed(source,attacker) end end) Edited June 18, 2018 by Rakan# 1 Link to comment
TAPL Posted June 18, 2018 Share Posted June 18, 2018 5 hours ago, Rakan# said: addEventHandler("onPlayerDamage",root, function(attacker) if attacker and attacker ~= source and getElementType(attacker) == "player" then killPed(source,attacker) end end) ماسويت تحقق من نوع السلاح المستخدم 1 Link to comment
SycroX Posted June 18, 2018 Share Posted June 18, 2018 addEventHandler("onPlayerDamage",root, function(attacker, weapon, bodypart) if attacker and attacker ~= source and getElementType(attacker) == "player" then if weapon == 0 then killPed(source, attacker, weapon, bodypart) end end end ) 1 Link to comment
Rakan# Posted June 18, 2018 Share Posted June 18, 2018 3 hours ago, TAPL said: ماسويت تحقق من نوع السلاح المستخدم ادري . مافهمت انه يبي بقس بس . لان اللي اعرفه كل الاسلحه - شكرا لك 1 Link to comment
SAM!! Posted June 18, 2018 Author Share Posted June 18, 2018 11 hours ago, #َxLysandeR said: addEventHandler("onPlayerDamage",root, function(attacker, weapon, bodypart) if attacker and attacker ~= source and getElementType(attacker) == "player" then if weapon == 0 then killPed(source, attacker, weapon, bodypart) end end end ) 9 hours ago, Rakan# said: ادري . مافهمت انه يبي بقس بس . لان اللي اعرفه كل الاسلحه - شكرا لك 13 hours ago, TAPL said: ماسويت تحقق من نوع السلاح المستخدم شكرااا لكم ❤️❤️ 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