Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. وين ماتبي #, بس للبلات فقط
  2. Client - Syntax 1 bindKey ( string key, string keyState, function handlerFunction, [ var arguments, ... ] )
  3. down -- يوم يضغط أفضل #,
  4. لا واثق فيكم انا ماشاء الله تدري لية؟ نظام تسحب سكربتات رومات غيرك؟ من حقك؟ وين الامانة! ؟
  5. keyState: A string that has one of the following values: -- حالة التبنيد ذذ "up": If the bound key should trigger the function when the key is released -- يوم يرفع "down": If the bound key should trigger the function when the key is pressed -- يوم يضغط "both": If the bound key should trigger the function when the key is pressed or released -- كل الثنين
  6. You Mean No One Can Use Vehicle Just Staff Skin (217) and Swat Skin (427) Can Use Vehicles?
  7. ردك هو التمييز اتمنى يعجبك بس عندي مشكلة الحين سويت سباون وطلعت عن المركز الرئيسي أروح أسوي تيم يقولي ماتقدر تسوي تيم هنا ؟
  8. ped = createPed (id,x,y,z) يسوي شخص في مكان محدد #,
  9. setElementModel(ped,id) pedSkin = getElementModel(ped)
  10. أها فكرتك تقصدني ذذ
  11. spawnPlayer Required Arguments thePlayer: The player you want to spawn. x: The x co-ordinate to spawn the player at. y: The y co-ordinate to spawn the player at. z: The z co-ordinate to spawn the player at.
  12. ^^ Client : addEventHandler("onClientGUIClick",button, function () triggerServerEvent("onTeamSpawn",localPlayer) end) Server : addEvent("onTeamSpawn",true) addEventHandler("onTeamSpawn",root, function () local team = getPlayerTeam (source) if ( team and getTeamName (team) == ("TEAM")) then spawnPlayer(source,x,y,z) end end )
  13. onClientGUIClick ?? وكيف فريقين يعني ذذ ~
  14. source it's right ( = but Cylinder must be cylinder
  15. الله يعافيك #, ( =
  16. ^^ XXXX اول سطر بـ ملف الكلنت ضيف : function centerWindow(center_window) local screenW,screenH=guiGetScreenSize() local windowW,windowH=guiGetSize(center_window,false) local x,y = (screenW-windowW)/2,(screenH-windowH)/2 guiSetPosition(center_window,x,y,false) end تحت النافذهـ centerWindow(النافذهـ) ((=
  17. function yourRights() outputChatBox(" [ "..getPlayerName(source).." ]text",root,220, 0, 50,true) end addCommandHandler("mir", yourRights)
  18. addCommandHandler("mir", function (source) name = getPlayerName (source) outputChatBox(" [ "..name.." ] text",root,255,0,0) end ) server side
  19. function yourRights() outputChatBox("text", 220, 0, 50) end addCommandHandler("mir", yourRights)
×
×
  • Create New...