Jump to content

طلب كود


Stranger

Recommended Posts

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
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
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
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...