baba Posted June 7, 2015 Share Posted June 7, 2015 سلام عليكم شباب انا ابي تعديل على الكود addEventHandler('onPlayerSpawn', root, function() if getTeamName(getPlayerTeam(source)) == "No Team" and getElementData(source, "Group") == "SCC" then setTimer(setElementPosition, 500, 1, source,x,y,z) setElementHealth ( player, 100 ) setPedArmor ( player, 100 ) end end ) الكود ذا حق السباون ابي تعديل عليه يعني يكون لي شخصيه معينه ويكون اول ما يرسبن ينزل بعامل وهمي انا احدده ارجو التوضيح Link to comment
[iMr]-W[i]Fi,.! Posted June 7, 2015 Share Posted June 7, 2015 addEventHandler('onPlayerSpawn', root, function() if getTeamName(getPlayerTeam(source)) == "No Team" and getElementData(source, "Skin") == "1" then -- رقم السكن [1[= setTimer(setElementPosition, 500, 1, source,x,y,z) setElementHealth ( player, 100 ) setPedArmor ( player, 100 ) end end ) او addEventHandler('onPlayerSpawn', root, function() if getTeamName(getPlayerTeam(source)) == "No Team" and getPlayerSkin(getPlayerSkin(source)) == "1" then -- رقم السكن [1[= setTimer(setElementPosition, 500, 1, source,x,y,z) setElementHealth ( player, 100 ) setPedArmor ( player, 100 ) end end ) جربه ما جربته انا Link to comment
shwaeki Posted June 7, 2015 Share Posted June 7, 2015 ^ الثنين غلط setElementModel -- يحط له سكن setElementDimension -- يحطه في عالم وهمي Link to comment
Mr.R Posted June 7, 2015 Share Posted June 7, 2015 (edited) addEventHandler ( "onPlayerSpawn", root, function ( ) if getPlayerTeam ( source ) and getTeamName ( getPlayerTeam ( source ) ) == "No Team" and getElementData ( source, "Group" ) == "SCC" then -- نتحقق نجيب التيم واسمه واسم القروب setElementDimension ( source, 1 ) -- رقم العالم الوهمي الي تبيه setElementModel ( source, 46 ) -- رقم الشخصيه الي تبيها setElementHealth ( source, 100 ) -- اعطاء دم setPedArmor ( source, 100 ) -- اعطاء درع end end ) Edit : تم التعديل Edited June 7, 2015 by Guest Link to comment
The Killer Posted June 7, 2015 Share Posted June 7, 2015 ناقصك تتحقق لو معه تيم اولا .. Link to comment
shwaeki Posted June 7, 2015 Share Posted June 7, 2015 addEventHandler ( "onPlayerSpawn", root, function ( ) if getTeamName( getPlayerTeam ( source ) ) == "No Team" and getElementData ( source, "Group" ) == "SCC" then -- تحقق من التيم واسم القروب setElementDimension ( source, 1 ) -- رقم العالم الوهمي الي تبيه setPedSkin ( source, 46 ) -- رقم الشخصيه الي تبيها setElementHealth ( source, 100 ) -- اعطاء دم setPedArmor ( source, 100 ) -- اعطاء درع end end ) @setPedSkin Emblem-important.png This function is deprecated. This means that its use is discouraged and that it might not exist in future versions. Please use setElementModel instead. Link to comment
Mr.R Posted June 7, 2015 Share Posted June 7, 2015 ناقصك تتحقق لو معه تيم اولا .. if getTeamName ( getPlayerTeam ( source ) ) == "No Team" then ^ .. تحققت من اسم التيم وجلبت اسم تيم الاعب وتحققت منه مايكفي ؟ Link to comment
The Killer Posted June 7, 2015 Share Posted June 7, 2015 لا .. if getPlayerTeam (source) and getTeamName ( getPlayerTeam ( source ) ) == "No Team" then Link to comment
Mr.R Posted June 7, 2015 Share Posted June 7, 2015 لا .. if getPlayerTeam (source) and getTeamName ( getPlayerTeam ( source ) ) == "No Team" then مشكور ع المعلومه تم التعديل <3 وممكن سؤال ؟ ليه تكرر هنا فنكشن getPlayerTeam Link to comment
The Killer Posted June 7, 2015 Share Posted June 7, 2015 في المره الاولى تتحقق اذا معه تيم ولا لا ويكون شرط انه يكون معه تيم لاكن لو ماحطيناها بيصير عندك خطأ ف عشان تتجنب الخطأ هذا لازم تحطها كذا Link to comment
Mr.R Posted June 7, 2015 Share Posted June 7, 2015 في المره الاولى تتحقق اذا معه تيم ولا لا ويكون شرط انه يكون معه تيم لاكن لو ماحطيناها بيصير عندك خطأ ف عشان تتجنب الخطأ هذا لازم تحطها كذا مشكور والله مآقصصرت ..^ معللومه كويسه 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