Stranger Posted January 29, 2013 Share Posted January 29, 2013 السلام عليكم يا شباب ابي كود يعني تكبته في اللوحه حقت الادمن الكود هو ( تنزيل شخصيه + تخليها ترقص ) وثاني شي اقدر اطعيه سلاح يليت فهمتوني Link to comment
==>ҭᾄlᾄl Posted January 29, 2013 Share Posted January 29, 2013 setElementModel setPedAnimation giveWeapon Link to comment
===|OSAMA|=== Posted January 29, 2013 Share Posted January 29, 2013 setElementModel ^ هاذي عشان تحدد الشخصية مهو عشان تنشئ شخصية غير ذي الى ^ createPed Link to comment
Stranger Posted January 30, 2013 Author Share Posted January 30, 2013 طيب يليت تحط الكود مع مثال Link to comment
iPrestege Posted January 30, 2013 Share Posted January 30, 2013 طيب يليت تحط الكود مع مثال اضغط الرابط يطلع لك الامثلة والارقمنت اقراهـ ولو مرهـ Link to comment
iMr.Dawix~# Posted January 30, 2013 Share Posted January 30, 2013 Example 3: This example creates a ped in certain coordinates. You can give him a weapon with "give " command in console. ped = createPed( 19, -1634.5775, 1203.85, 7.1796 ) addCommandHandler( "give", function ( player, command, id, amount ) if not tonumber ( id ) then return end if not tonumber ( amount ) then amount = 9001 end giveWeapon( ped, id, amount, true ) end ) !! المثال من الويكي Link to comment
iPrestege Posted January 30, 2013 Share Posted January 30, 2013 setElementModel (player, id ) thePed = createPed(id, x, y, z) setPedAnimation( thePed, "DANCING", "bd_clap") giveWeapon( player, id , amount ) 1- تحديد شخصية (Skin) 2- انشاء بيد عشان نسوي الحركة 3- الحركة الانيمشن 4- اعطاء السلاح عليك الباقي .. Link to comment
|Mr|-Talal07-| Posted January 30, 2013 Share Posted January 30, 2013 setElementModel (player, id ) thePed = createPed(id, x, y, z) setPedAnimation( thePed, "DANCING", "bd_clap") giveWeapon( player, id , amount ) 1- تحديد شخصية (Skin) 2- انشاء بيد عشان نسوي الحركة 3- الحركة الانيمشن 4- اعطاء السلاح عليك الباقي .. اشوف لو الاخيره تكون كذا giveWeapon(player,id,ammo,true) عشان يكون في يد الباد على طول Link to comment
iPrestege Posted January 30, 2013 Share Posted January 30, 2013 setElementModel (player, id ) thePed = createPed(id, x, y, z) setPedAnimation( thePed, "DANCING", "bd_clap") giveWeapon( player, id , amount ) 1- تحديد شخصية (Skin) 2- انشاء بيد عشان نسوي الحركة 3- الحركة الانيمشن 4- اعطاء السلاح عليك الباقي .. اشوف لو الاخيره تكون كذا giveWeapon(player,id,ammo,true) عشان يكون في يد الباد على طول اهـا ذذ Link to comment
Stranger Posted January 30, 2013 Author Share Posted January 30, 2013 يعطيكم العافيه يا شباب 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