Jump to content

#Al-Ha[J]aRii

Members
  • Posts

    482
  • Joined

  • Last visited

Everything posted by #Al-Ha[J]aRii

  1. قصدك ان هو شات زي القروب سيستم يتكلم ويه فقط مال القروب لاكن هذه حق ادمنيه يتكلمون فقط الادمنيه فيه ؟
  2. hi guys how are you ? i need a tut for grid-list anyone have ? and thank you .
  3. horn To change no. To make a costum one yes. wil make it's with playSound3D getElementModel table bindKey ?
  4. triggerServerEvent ----- Client Only getLocalPlayer ---- Client Only
  5. hi Scripting section . can I change car sound ??? I have the sound that I want it to replace the sound car
  6. اطرح الكود يالي تجيك منه سياره
  7. اولا انت سويت ترايقر من السيرفر الى كلنت ؟ وهذه يجعل النافذة تختفي لين كانت مرئيه اعتقد انك ناسخنه ذذ
  8. addEventHandler ("onClientGUIClick", root, function() if ( source == GUIEditor_Button[2] ) then triggerServerEvent("login",getLocalPlayer(), guiGetText(user), guiGetText(pass)) end end ) الى : addEventHandler ("onClientGUIClick", root, function() if ( source == GUIEditor_Button[2] ) then triggerServerEvent("Login",getLocalPlayer(), guiGetText(user), guiGetText(pass)) end end )
  9. يقول لك انت مسوي ترايقر و الترايقر مو محطوط في جهة السيرفر
  10. كيف لين تظهر النافدة تخليه مايطلع الماوس استبدل سطر 8 بـــــــــــــــــــــــــــــ showCursor (true)
  11. password > Password 7 امسح سطر و استخدم addAccount وكودك خطاء مادري من وين ناسخنه
  12. لايوجد سيارة ID = 605 هذه الغلط ذذ لا موجوده ذذ هههههههه سهران و مادري مخي وين راح المهم انا جربت الكود و سويت للسيارة احداثيات و الكود تمام و شغال يمكن المشكلة من الاحداثيات في الجدول : Position = { [1] = {2495.6311035156,-1670.9040527344,13.335947036743}, [2] = {2478.4775390625,-1668.4677734375,13.330327033997}, [3] = {2479.5393066406,-1655.3582763672,13.311396598816}, } addCommandHandler("set", function(player) if getElementType(player) == 'player' then Pos_X,Pos_Y,Pos_Z = unpack(Position[math.random(#Position)]) setElementPosition(player,Pos_X,Pos_Y,Pos_Z) local Position_X,Position_Y,Position_Z = getElementPosition(player) Car = createVehicle(605,Position_X,Position_Y,Position_Z) warpPedIntoVehicle(player,Car) end end )
  13. لايوجد سيارة ID = 605 هذه الغلط ذذ
  14. read carefully read carefully wiki for removeCommandHandler + his command he using with addCommandHandler it's addCommandHandler("eventwarp", ..........) ok ? and in his Code There are no Command Name "Warp" and wiki said :
  15. I said he can change "onClientPlayerDamage" to "onPlayerDamage" with out using trigger
  16. و الزر وين راح ذذ كذا ماراح يحتاج الزر لين ضغط على القريد لست بينقله الى ........ الي اساميهم في القريد لست لو يبيه بزر يستبدل القريد لست بزر في الكود
  17. He'll have to trigger to the server side to give the money. triggerServerEvent i think he can not use it's from change the event damage from client to server .
  18. this function remove event handler , that you add him with addCommandHandler . so he addCommandHandler with name eventwarp
  19. you must add the event you maked triggered to server side + you'r trigger must be like this triggerServerEvent("onClientCallsServerFunction", localPlayer) and in server side : addEvent("onClientCallsServerFunction",true) addEventHandler("onClientCallsServerFunction",getRootElement( ), function () -------- your code end
  20. u can explain more .. you want it full? addEventHandler( "onResourceStart", function () removeEventHandler("Warp") end ) did you read wiki for this function befor you post it's and it's wrong.
  21. I mean you want example for witch function ???
×
×
  • Create New...