Jump to content

x[مساعده في اكواد]x


Recommended Posts

السلام وعليكم شباب

بدي تصحيح لكودي

انا صممت لوحة توزيع سلاح

من زر

طيب سوي الاكواد بس ما اشتغلت

-- كلينت
addEventHandler("onClientGUIClick",root,
function ()  
if source == bazzoka then 
triggerServerEvent("giveBazzoka",localPlayer)
end 
end 
) 

--سيرفر
addEvent("giveBazzoka",true)
addEventHandler("giveBazzoka",root,
	function ()

giveWeapon(player,35,99999,true) 

outputChatBox("#FFE933[GiveWeapon System]: لقد قام اللاعب ( " .. getPlayerName(source) .. " ) بتزويع سلاح بازوكا", root 0, 0, 0, true)

end
)

انا متأكد انه الكود صح

Link to comment

 
  1. -- كلينت
  2. addEventHandler("onClientGUIClick",root,
  3. function ()
  4. if source == bazzoka then
  5. triggerServerEvent("giveBazzoka",localPlayer)
  6. end
  7. end
  8. )
  9.  
  10. --سيرفر
  11. addEvent("giveBazzoka",true)
  12. addEventHandler("giveBazzoka",root,
  13. function ()
  14.  
  15. giveWeapon(source,35,99999,true)
  16.  
  17. outputChatBox("#FFE933[GiveWeapon System]: لقد قام اللاعب ( " .. getPlayerName(source) .. " ) بتزويع سلاح بازوكا", root,0, 0, 0, true)
  18.  
  19. end
  20. )
Edited by Mr_#DeKsS
Link to comment
1 minute ago, Mr_#DeKsS said:

 
 
  1. -- كلينت
  2. addEventHandler("onClientGUIClick",root,
  3. function ()
  4. if source == bazzoka then
  5. triggerServerEvent("giveBazzoka",localPlayer)
  6. end
  7. end
  8. )
  9.  
  10. --سيرفر
  11. addEvent("giveBazzoka",true)
  12. addEventHandler("giveBazzoka",root,
  13. function ()
  14.  
  15. giveWeapon(source,35,99999,true)
  16.  
  17. outputChatBox("#FFE933[GiveWeapon System]: لقد قام اللاعب ( " .. getPlayerName(source) .. " ) بتزويع سلاح بازوكا", root 0, 0, 0, true)
  18.  
  19. end
  20. )
  1. giveWeapon(source,35,99999,true)

ماراح تروح الا للضغط الزر

Link to comment
21 minutes ago, Mr_#DeKsS said:


 
  1. -- كلينت
  2. addEventHandler("onClientGUIClick",root,
  3. function ()
  4. if source == bazzoka then
  5. triggerServerEvent("giveBazzoka",localPlayer)
  6. end
  7. end
  8. )
  9.  
  10. --سيرفر
  11. addEvent("giveBazzoka",true)
  12. addEventHandler("giveBazzoka",root,
  13. function ()
  14.  
  15. giveWeapon(source,35,99999,true)
  16.  
  17. outputChatBox("#FFE933[GiveWeapon System]: لقد قام اللاعب ( " .. getPlayerName(source) .. " ) بتزويع سلاح بازوكا", root,0, 0, 0, true)
  18.  
  19. end
  20. )

https://forum.multitheftauto.com/topic/93415-عند-وضع-اكوادك-lua-tag-رجاءً-قم-بإستخدم/

Link to comment

جرب :
 

addEventHandler("onClientGUIClick",root,
function ()  
if source == bazzoka then 
triggerServerEvent("giveBazzoka",localPlayer)
end 
end 
) 

--سيرفر
addEvent("giveBazzoka",true)
addEventHandler("giveBazzoka",root,
	function (player)

giveWeapon(player,35,99999,true) 

outputChatBox("#FFE933[GiveWeapon System]: لقد قام اللاعب ( " .. getPlayerName(source) .. " ) بتزويع سلاح بازوكا", root, 0, 0, 0, true)

end
)

 

Link to comment
9 hours ago, #_MR.DEAD said:

يظهر ايش في debugscript 3

المود مفيه اي مشكلة كتبتها ما طلعلي في الديبق ولا شيء

6 hours ago, MR.StoRm said:

جرب :
 


addEventHandler("onClientGUIClick",root,
function ()  
if source == bazzoka then 
triggerServerEvent("giveBazzoka",localPlayer)
end 
end 
) 

--سيرفر
addEvent("giveBazzoka",true)
addEventHandler("giveBazzoka",root,
	function (player)

giveWeapon(player,35,99999,true) 

outputChatBox("#FFE933[GiveWeapon System]: لقد قام اللاعب ( " .. getPlayerName(source) .. " ) بتزويع سلاح بازوكا", root, 0, 0, 0, true)

end
)

 

يخي ما عدلتولي شي على الكود يلي انا صممته هذا هو نفسه

5 hours ago, Default said:

^ انت مو مرسل شيء مع الترايقر 

خلي الترايقر كذا 


triggerServerEvent("giveBazzoka",localPlayer,localPlayer) 

او حول سطر 14 إلى source

مرسل مع الترايقر

Link to comment
7 hours ago, MR.StoRm said:

جرب :
 


addEventHandler("onClientGUIClick",root,
function ()  
if source == bazzoka then 
triggerServerEvent("giveBazzoka",localPlayer)
end 
end 
) 

--سيرفر
addEvent("giveBazzoka",true)
addEventHandler("giveBazzoka",root,
	function (player)

giveWeapon(player,35,99999,true) 

outputChatBox("#FFE933[GiveWeapon System]: لقد قام اللاعب ( " .. getPlayerName(source) .. " ) بتزويع سلاح بازوكا", root, 0, 0, 0, true)

end
)

 

 

XXX

 

-- #Client Side :

addEventHandler ( "onClientGUIClick", root, function (    )  
    if ( source == bazzoka ) then 
        triggerServerEvent ( "giveBazzoka", root, localPlayer )
    end 
end ) 

-- #Server Side :

addEvent ( "giveBazzoka", true )
addEventHandler ( "giveBazzoka", root, function ( plr )
for index, player in ipairs ( getElementsByType ( 'player' ) ) do
    giveWeapon ( player, 35, 99999, true ) 
        outputChatBox ( "#FFE933[GiveWeapon System]: لقد قام اللاعب ( " .. getPlayerName ( plr ) .. " ) بتزويع سلاح بازوكا", player, 0, 0, 0, true )
    end
end )
Link to comment
5 hours ago, Default said:

^ انت مو مرسل شيء مع الترايقر 

خلي الترايقر كذا 


triggerServerEvent("giveBazzoka",localPlayer,localPlayer) 

او حول سطر 14 إلى source

مشكووووووووووور جدااااااااااا اشتغلت يوم حطيط source

Link to comment
1 hour ago, #,+( _xiRoc[K]; > said:

 

XXX

 


-- #Client Side :

addEventHandler ( "onClientGUIClick", root, function (    )  
    if ( source == bazzoka ) then 
        triggerServerEvent ( "giveBazzoka", root, localPlayer )
    end 
end ) 

-- #Server Side :

addEvent ( "giveBazzoka", true )
addEventHandler ( "giveBazzoka", root, function ( plr )
for index, player in ipairs ( getElementsByType ( 'player' ) ) do
    giveWeapon ( player, 35, 99999, true ) 
        outputChatBox ( "#FFE933[GiveWeapon System]: لقد قام اللاعب ( " .. getPlayerName ( plr ) .. " ) بتزويع سلاح بازوكا", player, 0, 0, 0, true )
    end
end )

u too :shock:
@#,+( _xiRoc[K]; >

Link to comment
20 minutes ago, MR.StoRm said:

الشب زبطت معه بدون لوب بس كان انه يعدل الترايقر ,
ويحط عند عطاء السلاح سورس 

طيب هل هذا يعني ان كودي غلط ؟

المهم مايحتاج نتكلم اكثر زي ماتشوف انه تمت الافادة

وانا اشوف ان كودي افضل بحيث انه بس للاعبين وانت مسوي root

Edited by #,+( _xiRoc[K]; >
Link to comment
13 minutes ago, MR.StoRm said:

بالترايقر ناقص لوكال بلاير بدل روت 

ماشوف اي خطأ في التريقر هو قال يبي للكل يا ليت تجرب الكود قبل ماتتكلم :/ 

+

اذا اي مشرف شاف الردود ياليت يمسحهم :) 

Edited by #,+( _xiRoc[K]; >
Link to comment

أعتقد هذذا صحيح

|M.r|LooFe|

 

-- Client
addEventHandler ( "onClientGUIClick", root, function (    )  
    if ( source == bazzoka ) then 
        triggerServerEvent ( "giveBazzoka", localPlayer )
    end 
end ) 

-- Server
addEvent ( "giveBazzoka", true )
addEventHandler ( "giveBazzoka", root, function (  )
    giveWeapon ( root, 35, 99999, true ) 
        outputChatBox ( "#FFE933[GiveWeapon System]: لقد قام اللاعب ( " .. getPlayerName ( source ) .. " ) بتزويع سلاح بازوكا", root, 0, 0, 0, true )
    end)		
		

 

Edited by A7MEDENO
Link to comment
54 minutes ago, A7MEDENO said:

أعتقد هذذا صحيح

|M.r|LooFe|

 


-- Client
addEventHandler ( "onClientGUIClick", root, function (    )  
    if ( source == bazzoka ) then 
        triggerServerEvent ( "giveBazzoka", localPlayer )
    end 
end ) 

-- Server
addEvent ( "giveBazzoka", true )
addEventHandler ( "giveBazzoka", root, function (  )
    giveWeapon ( root, 35, 99999, true ) 
        outputChatBox ( "#FFE933[GiveWeapon System]: لقد قام اللاعب ( " .. getPlayerName ( source ) .. " ) بتزويع سلاح بازوكا", root, 0, 0, 0, true )
    end)		
		

 

X

--

 

 
bool giveWeapon ( ped thePlayer, int weapon [, int ammo=30, bool setAsCurrent=false ] )

@A7MEDENO
 
Link to comment
59 minutes ago, A7MEDENO said:

أعتقد هذذا صحيح

|M.r|LooFe|

 


-- Client
addEventHandler ( "onClientGUIClick", root, function (    )  
    if ( source == bazzoka ) then 
        triggerServerEvent ( "giveBazzoka", localPlayer )
    end 
end ) 

-- Server
addEvent ( "giveBazzoka", true )
addEventHandler ( "giveBazzoka", root, function (  )
    giveWeapon ( root, 35, 99999, true ) 
        outputChatBox ( "#FFE933[GiveWeapon System]: لقد قام اللاعب ( " .. getPlayerName ( source ) .. " ) بتزويع سلاح بازوكا", root, 0, 0, 0, true )
    end)		
		

 

اعتقد ان ردي يكفي يعني

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