Jump to content

+Source|>

Members
  • Posts

    1,389
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by +Source|>

  1. انا عطيتك الفكره انت حاول وبساعدك
  2. كذا اشتغلت معك ؟
  3. addEventHandler("onClientResourceStart",root, function() sound2 = playSound("music.mp3") --Play wasted.mp3 from the sounds folder setSoundVolume(sound2, 0.5) -- set the sound volume to 50% end ) addEventHandler( 'onClientGUIClick', root, function() if (source == Go) then stopSound( sound2 ) end end ) كوداتك تخبييص
  4. طيب انا عارف بس ابي يجيني بالشات الأمر اللي كتبه مثلاً stopall او debugscript 3
  5. ابي للما اللاعب يكتب كلمه في ف 8 يجيني بالشات الكلمه اللي كتبها وش الفكشن؟
  6. outputChatBox( count, root, 0, 0, 0, true )
  7. يمكن انت مو معرف account
  8. local editB = YOUREDIT addEventHandler("onClientGUIChanged", root, function() if source == editB then if ( guiGetText( source ) == "" ) then guiGridListClear( GridList ) for i, v in ipairs ( getElementsByType( 'player' ) ) do local Row = guiGridListAddRow( GridList ) guiGridListSetItemText ( GridList, Row, 1, getPlayerName ( v ), false, false ) guiGridListSetItemText ( GridList, Row, 2, getPlayerTime( v ), false, false ) end else guiGridListClear( GridList ) for i, v in ipairs ( getElementsByType( 'player' ) ) do local Row = guiGridListAddRow( GridList ) if string.find ( getPlayerName( v ), guiGetText( editB ) ) then guiGridListSetItemText ( GridList, Row, 1, getPlayerName ( v ), false, false ) guiGridListSetItemText ( GridList, Row, 2, getPlayerTime( v ), false, false ) end end end end end ) YOUREDIT = اسم الايديت بوكس حقك
  9. العفو موفق
  10. function notifyPlayerLoggedIn(player) outputChatBox ( "#C5C5C5Press #FFFFFF'#C5C5C5P#FFFFFF' to open your admin panel", player, 0,0,0,true ) local unread = 0 for _, msg in ipairs ( aReports ) do unread = unread + ( msg.read and 0 or 1 ) end if unread > 0 then outputChatBox( unread .. " unread Admin message" .. ( unread==1 and "" or "s" ), player, 255, 0, 0,true ) end end جرب
  11. اكواد الوان بس عشان الكود يشتغل تأكد من وجود كلمة true في outputChatBox مثلا outputChatBox("#ffff00 welcome", player, 255,255,255,true)
  12. ادري حطيتها او لا نفس الكود
  13. نفسها ` ذي ماتغير شيء
  14. انا مسوي جدول بالسكل يودي للقريد ليست ابي لما يحدد رو في القريد ليست يحذفه من السكل executeSQLQuery("DELETE FROM AccountsSourceP WHERE NameP=?", NameP) كذا صح ؟
  15. كيف اسوي الكاميرا تتحرك من اليمين لليسار كاميرا ماتركس ؟
  16. انت اكيد مسويه غلط ارسل التاجات خاص
  17. وش فيه ذا addEvent("DeleteAccount", true) addEventHandler("DeleteAccount", root, function( nn ) local sourceAccount = getPlayerAccount ( nn ) removeAccount ( sourceAccount ) end ) nn = تعريف للجريد ليست واسم الحساب محدده
  18. لالا العكس بالسيرفر
×
×
  • Create New...