Jump to content

طلب صغير


Jw8.

Recommended Posts

 
  1. bool setWeaponProperty ( int weaponID/string weaponName, string weaponSkill, string property, int/float theValue )

القيمة الاولى :- تحط اسم السلاح او اي دي سلاح

القيمة الثانية :- مهارة السلاح 

المهارات الموجودة :- 

pro :- مهارة عالية

std :- تقريب المهارة المتوسطة

poor :- مهارة منخفضة

القيمة الثالثة :- الصفة المميزة

يوجد كثير منها بس اعطيك القليل منها

maximum_clip_ammo -- اقصى ذخيرة
move_speed -- الاطلاق السريع

القيمة الرابعة :-

القيمة

مثلا سرعة الاطلاق 5

 

Link to comment
1 minute ago, [6ArH]#~Ecoo~ said:

 
  1.  
  1. 
    bool setWeaponProperty ( int weaponID/string weaponName, string weaponSkill, string property, int/float theValue )
    

القيمة الاولى :- تحط اسم السلاح او اي دي سلاح

القيمة الثانية :- مهارة السلاح 

المهارات الموجودة :- 

pro :- مهارة عالية

std :- تقريب المهارة المتوسطة

poor :- مهارة منخفضة

القيمة الثالثة :- الصفة المميزة

يوجد كثير منها بس اعطيك القليل منها


maximum_clip_ammo -- اقصى ذخيرة

move_speed -- الاطلاق السريع

القيمة الرابعة :-

القيمة

مثلا سرعة الاطلاق 5

 

كود جاهز لو سمحت

Link to comment

From Wiki

setWeaponProperty("minigun", "pro", "maximum_clip_ammo", 1000)

 

-- #Server Side
addEvent ( "wepon", true )
addEventHandler ( "wepon", root, 
 function (    )
    for _,v in ipairs ( getElementsByType ( "player" ) ) do 
        giveWeapon ( source, 31, 200 ) 

setWeaponProperty( 31 , "pro", "maximum_clip_ammo", 9999)
    end 
end )

 

-- #Client Side
addEventHandler( "onClientGUIClick",root 
function() 
if ( source == button ) then
 triggerServerEvent ( "onSendWeapon", localPlayer ) 
   end 
end) 

 

Link to comment
46 minutes ago, [6ArH]#~Ecoo~ said:

From Wiki


setWeaponProperty("minigun", "pro", "maximum_clip_ammo", 1000)

 


-- #Server Side
addEvent ( "wepon", true )
addEventHandler ( "wepon", root, 
 function (    )
    for _,v in ipairs ( getElementsByType ( "player" ) ) do 
        giveWeapon ( source, 31, 200 ) 

setWeaponProperty( 31 , "pro", "maximum_clip_ammo", 9999)
    end 
end )

 


-- #Client Side
addEventHandler( "onClientGUIClick",root 
function() 
if ( source == button ) then
 triggerServerEvent ( "onSendWeapon", localPlayer ) 
   end 
end) 

 

 

 

ممكن أعرف وش فايدة اللوب اللي بـ السيرفر سايد ؟

Link to comment

@[6ArH]#~Ecoo~

مسوي تريقر لايفنت مب موجود :oops:

-- C
addEventHandler( "onClientGUIClick",root 
function() 
if ( source == Button ) then
triggerServerEvent ( "WEPON", localPlayer ) 
end 
end
)


-- S
addEvent ( "WEPON", true )
addEventHandler ( "WEPON", root, 
function naif()
setWeaponProperty( 31 , "pro", "maximum_clip_ammo", 9999)
end 
end
)

 

Link to comment
2 minutes ago, MR.NaiF-MTA said:

@[6ArH]#~Ecoo~

مسوي تريقر لايفنت مب موجود :oops:


-- C
addEventHandler( "onClientGUIClick",root 
function() 
if ( source == Button ) then
triggerServerEvent ( "WEPON", localPlayer ) 
end 
end
)


-- S
addEvent ( "WEPON", true )
addEventHandler ( "WEPON", root, 
function naif()
setWeaponProperty( 31 , "pro", "maximum_clip_ammo", 9999)
end 
end
)

function naif()  مهوب شغال الكود

 

Link to comment
12 minutes ago, [6ArH]#~Ecoo~ said:

ما انتبهت له اعذرني


-- #Server Side
addEvent ( "weapon", true )
addEventHandler ( "weapon", root, 
 function (    )
    for _,v in ipairs ( getElementsByType ( "player" ) ) do 
        giveWeapon ( v, 31, 200 ) 

setWeaponProperty( 31 , "pro", "maximum_clip_ammo", 9999)
    end 
end )

 

 

بالكلنت مرسل حدث مب موجود بالسيرفر

Link to comment
6 hours ago, MR.NaiF-MTA said:

@[6ArH]#~Ecoo~

مسوي تريقر لايفنت مب موجود :oops:


-- C
addEventHandler( "onClientGUIClick",root 
function() 
if ( source == Button ) then
triggerServerEvent ( "WEPON", localPlayer ) 
end 
end
)


-- S
addEvent ( "WEPON", true )
addEventHandler ( "WEPON", root, 
function naif()
setWeaponProperty( 31 , "pro", "maximum_clip_ammo", 9999)
end 
end
)

 

ايش وضع الفنكشن حاطله اسم 

  1. function naif()
  • Like 1
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...