Jump to content

pro

Members
  • Posts

    20
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

pro's Achievements

Civilian

Civilian (7/54)

1

Reputation

  1. setTimer(FunctionName,1000*60*10,0) هاد فنكش لبدأ مهمة يعني انو يجي وقت دا خل مهمة ولا لفتح مهمة يعني بعد 10 د يقدر يدخل مهمة
  2. سلام عليكم كيفكن شباب انشالله بخير شباب اريد اكواد مهم شوتر اريد كود لما يكونو في مهمة يقدرون يطلقو صواريخ ويقدرو يقفزو زاذا خارج مهم ما يقدرو يعمل شي اريد كمان مهمة تبدأ بوقت يعين بعد 10 دقايق تفتح مهمة يقدرو يدخلو وشكررا
  3. pro

    طلب كودد

    هي ملف سيرفر شوفو addCommandHandler ( "movebitch", function ( source ) for k, player in ipairs( getElementsByType( "player" ) ) do triggerClientEvent ( player, "playM", player, source ) end end ) addCommandHandler ( "nuts", function ( plr ) triggerClientEvent (root, "playS",root, plr ) end ) addCommandHandler ( "gay", function ( rr ) triggerClientEvent ( root, "playU", root, rr ) end ) addCommandHandler ( "damn", function ( source ) for k, player in ipairs( getElementsByType( "player" ) ) do triggerClientEvent ( player, "playY", player, source ) end end ) addCommandHandler ( "goat", function ( source ) for k, player in ipairs( getElementsByType( "player" ) ) do triggerClientEvent ( player, "playT", player, source ) end end ) addCommandHandler ( "hello", function ( source ) for k, player in ipairs( getElementsByType( "player" ) ) do triggerClientEvent ( player, "playR", player, source ) end end ) addCommandHandler ( "toosadforme", function ( source ) for k, player in ipairs( getElementsByType( "player" ) ) do triggerClientEvent ( player, "playE", player, source ) end end ) addCommandHandler ( "damnson", function ( source ) for k, player in ipairs( getElementsByType( "player" ) ) do triggerClientEvent ( player, "playW", player, source ) end end ) addCommandHandler ( "wow", function ( source ) for k, player in ipairs( getElementsByType( "player" ) ) do triggerClientEvent ( player, "playQ", player, source ) end end ) addCommandHandler ( "thuglife", function ( source ) for k, player in ipairs( getElementsByType( "player" ) ) do triggerClientEvent ( player, "playA", player, source ) end end ) addCommandHandler ( "surprise", function ( source ) for k, player in ipairs( getElementsByType( "player" ) ) do triggerClientEvent ( player, "playD", player, source ) end end ) addCommandHandler ( "ridingdirty", function ( source ) for k, player in ipairs( getElementsByType( "player" ) ) do triggerClientEvent ( player, "playF", player, source ) end end ) addCommandHandler ( "rofl", function ( source ) for k, player in ipairs( getElementsByType( "player" ) ) do triggerClientEvent ( player, "playG", player, source ) end end ) addCommandHandler ( "thug3", function ( source ) for k, player in ipairs( getElementsByType( "player" ) ) do triggerClientEvent ( player, "playJ", player, source ) end end ) addCommandHandler ( "S", function ( source ) for k, player in ipairs( getElementsByType( "player" ) ) do triggerClientEvent ( player, "playk", player, source ) end end ) وهي كلينت addEvent( "playM", true ) addEventHandler( "playM", localPlayer, function ( source ) local sound = playSound( "movebitch.mp3", false ) outputChatBox ( getPlayerName( localPlayer ).."#067E06 wants you to get out of his way!", 255, 255, 255, true ) attachElements ( sound, source, 0,0,0,0,0,0) end ) addEvent( "playS", true ) addEventHandler( "playS", root, function (plr) if isElement(sound) then return stopSound(sound) end sound = playSound( "nuts.mp3", false ) outputChatBox (""..getPlayerName(plr) .."#067E06 deez nuts",root, 255, 255, 255, true ) end ) addEvent( "playU", true ) addEventHandler( "playU", root, function ( rr ) if isElement(sound) then return stopSound(sound) end sound = playSound( "gay.mp3", false ) outputChatBox (""..getPlayerName( rr ).."#067E06 thinks that's gay!",root, 255, 255, 255, true ) end ) addEvent( "playY", true ) addEventHandler( "playY", localPlayer, function ( source ) local sound = playSound( "damn.mp3", false ) outputChatBox ( getPlayerName( localPlayer ).."#067E06 boooon", 255, 255, 255, true ) attachElements ( sound, source, 0,0,0,0,0,0) end ) addEvent( "playT", true ) addEventHandler( "playT", localPlayer, function ( source ) local sound = playSound( "goat.mp3", false ) outputChatBox ( getPlayerName( localPlayer ).."#067E06 screams like a goat!", 255, 255, 255, true ) attachElements ( sound, source, 0,0,0,0,0,0) end ) addEvent( "playR", true ) addEventHandler( "playR", localPlayer, function ( source ) local sound = playSound( "hello.mp3", false ) outputChatBox ( getPlayerName( localPlayer ).."#067E06 is rolling on floor laughing!", 255, 255, 255, true ) attachElements ( sound, source, 0,0,0,0,0,0) end ) addEvent( "playE", true ) addEventHandler( "playE", localPlayer, function ( source ) local sound = playSound( "toosadforme.mp3", false ) outputChatBox ( getPlayerName( localPlayer ).."#067E06 feels sorry for you!", 255, 255, 255, true ) attachElements ( sound, source, 0,0,0,0,0,0) end ) addEvent( "playW", true ) addEventHandler( "playW", localPlayer, function ( source ) local sound = playSound( "damnson.mp3", false ) outputChatBox ( getPlayerName( localPlayer ).."#067E06 damnson", 255, 255, 255, true ) attachElements ( sound, source, 0,0,0,0,0,0) end ) addEvent( "playQ", true ) addEventHandler( "playQ", localPlayer, function ( source ) local sound = playSound( "wow.mp3", false ) outputChatBox ( getPlayerName( localPlayer ).."#067E06 wow;)", 255, 255, 255, true ) attachElements ( sound, source, 0,0,0,0,0,0) end ) addEvent( "playJ", true ) addEventHandler( "playJ", localPlayer, function ( source ) local sound = playSound( "thug3.mp3", false ) outputChatBox ( getPlayerName( localPlayer ).."#067E06 is living a thug life!", 255, 255, 255, true ) attachElements ( sound, source, 0,0,0,0,0,0) end ) addEvent( "playA", true ) addEventHandler( "playA", localPlayer, function ( source ) local sound = playSound( "thuglife.mp3", false ) outputChatBox ( getPlayerName( localPlayer ).."#067E06 thuglife", 255, 255, 255, true ) attachElements ( sound, source, 0,0,0,0,0,0) end ) addEvent( "playD", true ) addEventHandler( "playD", localPlayer, function ( source ) local sound = playSound( "surprise.mp3", false ) outputChatBox ( getPlayerName( localPlayer ).."#067E06 made you a surprise!", 255, 255, 255, true ) attachElements ( sound, source, 0,0,0,0,0,0) end ) addEvent( "playF", true ) addEventHandler( "playF", localPlayer, function ( source ) local sound = playSound( "ridingdirty.mp3", false ) outputChatBox ( getPlayerName( localPlayer ).."#067E06 is going on a trip!", 255, 255, 255, true ) attachElements ( sound, source, 0,0,0,0,0,0) end ) addEvent( "playG", true ) addEventHandler( "playG", localPlayer, function ( source ) local sound = playSound( "rofl.mp3", false ) outputChatBox ( getPlayerName( localPlayer ).."#067E06 is rolling on floor laughing!", 255, 255, 255, true ) attachElements ( sound, source, 0,0,0,0,0,0) end ) addEvent( "playK", true ) addEventHandler( "playK", localPlayer, function ( source ) local sound = playSound( "goodbye.mp3", false ) outputChatBox ( getPlayerName( localPlayer ).."#067E06 says goodbye!", 255, 255, 255, true ) attachElements ( sound, source, 0,0,0,0,0,0) end )
  4. pro

    طلب كودد

    زر شو هي ملف سيرفر addCommandHandler ( "nuts", function ( source ) for k, player in ipairs( getElementsByType( "player" ) ) do triggerClientEvent ( player, "playS", player, source ) end end ) بكتب هي كلمة باف 8 NUTS بتجي غنية ولما احطهان تاني اريد تفصل وترجع تشتغل يعني ما يشتغلو مرتين
  5. pro

    طلب كودد

    ممكن تعملي مثال على هذا هي كود addEvent( "playS", true ) addEventHandler( "playS", localPlayer, function ( source ) local sound = playSound( "nuts.mp3", false ) outputChatBox ( getPlayerName( localPlayer ).."#067E06 deez nuts", 255, 255, 255, true ) attachElements ( sound, source, 0,0,0,0,0,0) end )
  6. سلام عليكم كيفكم شباب انشالله بخير انا اريد كود بس ما اعرف اسمه انا عندي مود لما اكتب باف8 كلمة تجي موسيقى ولما احط وحدة تاني اولانية مت تفصل يعني يصير في غنيتين انا اريد افصل بين ناتهم يعني شغلت اولا وريد اشغل تانية تفصل الولا وتشتغل تانية ونشالله تكونو فهمتوني
  7. pro

    طلب كود

    شكرا عرد سريع مشكوور
  8. السَلآْم عَلْيُكّمٌ وٍرٍحَمُةّ الله وٍبُرٍكآته كيفكون شباب انشالله بخير ابي كود اقتل لاعب يجيني فلوس وشكرا
  9. سلام عليكم كل عام وانتو بخير يارب مهم عايز اكواد سجن.يبلش وقت 1د 3د 5د 1ساعة 3ساعة 5ساعة 10ساعات 24 ساعة اوعايز احداثيات لما ينسجن لاعب يتقل عل احداثيات وما يقدر يطلع من سجن لحتا يخلص وقت وشكرا
  10. اريد لما لاعب يعمل. حساب.register ينحغظ حسابو تلفائي
  11. سلام عليكم اريد كود حماية لحساب لاعب لما يعمل حساب جديد وشكرا
  12. addEvent("isPolice",true) addEventHandler("isPolice",root, function () if isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)),aclGetGroup("K-Police")) then triggerClientEvent(source,"Yes",source) end end ) addEvent("killPlayer",true) addEventHandler("killPlayer",root, function (player) local player = getPlayerFromName(player) if ( player ) then killPed(player) outputChatBox("* [ Police ] : The Player Killed Successfuly",source,0,255,0) outputChatBox("* [ Police ] : You Are Killed By " .. getPlayerName(source),player,255,0,0) end end ) addEvent("onDes",true) addEventHandler("onDes",root, function (player) local player = getPlayerFromName(player) local veh = getPedOccupiedVehicle(player) destroyElement(veh) outputChatBox("* [ Police ] : The Player Vehicle Successfuly Destoryed",source,0,255,0) outputChatBox("* [ Police ] : Your Vehicle Destroy By " .. getPlayerName(source),player,255,0,0) end ) addEvent("onBlow",true) addEventHandler("onBlow",root, function (player) local player = getPlayerFromName(player) local veh = getPedOccupiedVehicle(player) blowVehicle(veh) outputChatBox("* [ Police ] : The Player Vehicle Successfuly Blowed",source,0,255,0) outputChatBox("* [ Police ] : Your Vehicle Blow By " .. getPlayerName(source),player,255,0,0) end ) addEventHandler("onPlayerLogin",root, function (_,acc) if isObjectInACLGroup("user." .. getAccountName(acc),aclGetGroup("K-Police")) then outputChatBox("* Welcome Police Man Press p To Open Police Panel",source,255,255,255,true) end end ) addEventHandler("onResourceStart",resourceRoot, function () if not aclGetGroup("K-Police") then outputChatBox("* Admin Please Add Group Name Police To Add Player in it To Be Police",root,255,0,0) end end ) function delayedChat ( text ) outputChatBox ( "تم تفعيل المورد بنجاح !" ) end setTimer ( delayedChat, 50, 0, "اهلا بكم" ) اخي اكواد غلط
  13. اانا حطيتي افتكرت بشتغل عليه
  14. ماشي بس برمجلي عليه ملف سيرفر
×
×
  • Create New...