#Mr.alkmasha Posted October 11, 2014 Share Posted October 11, 2014 وش الخطأ ب الكود ذا يا جماعه local hillArea = createColRectangle (1906.72839 ,874.65771, 100, 100 ) local hillRadar = createRadarArea ( 1906.72839 ,874.65771, 100, 100, 24, 198, 238, 100) function min() if ( source == hillArea) then setPedAnimation(localPlayer, "ped", "WOMAN_walknorm") outputChatBox("",255,0,0,true) end end addEventHandler("onClientColShapeHit",getRootElement(),min سويته اذا الاعب خش ال ColShape يسوي حركه Link to comment
nxFairlywell Posted October 11, 2014 Share Posted October 11, 2014 قوس ناقص بآخر سطر ... Link to comment
#Mr.alkmasha Posted October 11, 2014 Author Share Posted October 11, 2014 يعني هو صح بس ناقص القوس؟ + اول ما اخش ما يسوي الحركه setPedAnimation(localPlayer, "ped", "WOMAN_walknorm") Link to comment
#Mr.alkmasha Posted October 11, 2014 Author Share Posted October 11, 2014 طيب جرب وردله خبر يا اخوي ترا جربت ما زبط Link to comment
AboShanab Posted October 11, 2014 Share Posted October 11, 2014 function min(element) if ( source == hillArea) then if ( element == localPlayer and not isPedInVehicle ( localPlayer ) ) then setPedAnimation(localPlayer, "ped", "WOMAN_walknorm") outputChatBox("",255,0,0,true) end end end addEventHandler("onClientColShapeHit",getRootElement(),min) Link to comment
#Mr.alkmasha Posted October 11, 2014 Author Share Posted October 11, 2014 function min(element) if ( source == hillArea) then if ( element == localPlayer and not isPedInVehicle ( localPlayer ) ) then setPedAnimation(localPlayer, "ped", "WOMAN_walknorm") outputChatBox("",255,0,0,true) end end end addEventHandler("onClientColShapeHit",getRootElement(),min) ما زبط Link to comment
#DRAGON!FIRE Posted October 11, 2014 Share Posted October 11, 2014 local hillArea = createColRectangle (1906.72839 ,874.65771, 100, 100 ) local hillRadar = createRadarArea ( 1906.72839 ,874.65771, 100, 100, 24, 198, 238, 100) function HitArea ( element ) if ( source == hillArea ) then if ( element == getLocalPlayer ( ) ) then if not ( getPedOccupiedVehicle ( element ) ) then setPedAnimation ( element, "ped", "WOMAN_walknorm" ) end end end end addEventHandler( "onClientColShapeHit", resourceRoot, HitArea ) Link to comment
#Mr.alkmasha Posted October 11, 2014 Author Share Posted October 11, 2014 local hillArea = createColRectangle (1906.72839 ,874.65771, 100, 100 ) local hillRadar = createRadarArea ( 1906.72839 ,874.65771, 100, 100, 24, 198, 238, 100) function HitArea ( element ) if ( source == hillArea ) then if ( element == getLocalPlayer ( ) ) then if not ( getPedOccupiedVehicle ( element ) ) then setPedAnimation ( element, "ped", "WOMAN_walknorm" ) end end end end addEventHandler( "onClientColShapeHit", resourceRoot, HitArea ) اف حتى ذا ما زبط Link to comment
AboShanab Posted October 11, 2014 Share Posted October 11, 2014 الغلط من الكول شيب اجل Link to comment
#Mr.alkmasha Posted October 11, 2014 Author Share Posted October 11, 2014 اخليها ماركر اجرب؟ Link to comment
#DRAGON!FIRE Posted October 11, 2014 Share Posted October 11, 2014 الديبوق ؟ الميتا ؟ Link to comment
#Mr.alkmasha Posted October 11, 2014 Author Share Posted October 11, 2014 يب كفو زبط اسف تعبتكم طلع الخطأ ب الميتا Link to comment
#DRAGON!FIRE Posted October 11, 2014 Share Posted October 11, 2014 ثاني مرة شيكـ ع كل شي .. العفو . Link to comment
#Mr.alkmasha Posted October 11, 2014 Author Share Posted October 11, 2014 ثاني مرة شيكـ ع كل شي .. طيب Link to comment
AboShanab Posted October 11, 2014 Share Posted October 11, 2014 ثاني مرة شيكـ ع كل شي ..العفو . 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