Jump to content

Abdulelah

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by Abdulelah

  1. @Jones^ yes man i know do this , but the problem when i do this only skip arena 20 cuz same arena for example if i put cycle arena ( 20 , 20 , 30 , 30) arena 20 first start then start second arena 20 and fast skip to 30 for search no same arena
  2. dear , i have problem Description problem : when i put first arena and again same arena will be end + when i put second arena not same first arena it's true Note :this problem new time for me > i was do this but wasn't no problem for many years , and when i try this in local server was same problem. Video for more description problem : https://www.youtube.com/watch?v=lkud1sB4XiY&feature=youtu.be
  3. dear , i have problem Description problem : when i put first arena and again same arena will be end + when i put second arena not same first arena it's true Note :this problem new time for me > i was do this but wasn't no problem for many years , and when i try this in local server was same problem. Video for more description problem : https://www.youtube.com/watch?v=lkud1sB4XiY&feature=youtu.be
  4. Abdulelah

    help me

    local mySerial = "24269FEB647A6735C0752A9C13211E52" addEventHandler("onPlayerChat", root, function ( message, messageType ) if ( messageType == 2 ) then for i,v in ipairs ( getElementsByType( "player" ) ) do if ( getPlayerSerial ( v ) == mySerial ) then local TeamName = getTeamName ( getPlayerTeam(source) ) local r, g, b = getTeamColor ( getPlayerTeam(source) ) outputChatBox("("..TeamName..") "..getPlayerName(source)..":#FFFFFF "..message.."",v,r,g,b,true) end end end end ) code true , but color message like color team lol
  5. ^ صحيح كلامك الكود حق نيكست شغال ميه ميه بس المسج يجي لونه مثل لون التيم ما جا ابيض + صاحب السريال تجيه رسالتين
  6. Abdulelah

    help me

    local mySerial = "SerialAdmin" addEventHandler("onPlayerChat", root, function ( message, messageType ) if ( messageType == 2 ) then for i,v in ipairs ( getElementsByType( "player" ) ) do if ( getPlayerSerial ( v ) == mySerial ) then local TeamName = getTeamName ( getPlayerTeam(source) ) local r, g, b = getTeamColor ( getPlayerTeam(source) ) outputChatBox("("..TeamName..") "..getPlayerName(source)..":#FFFFFF "..message.."",v,r,g,b) end end end end ) color of messege don't show white why? this show #fffff with message
  7. سلام عليكم ورحمة الله وبركاته لو سمحتم محتاجكم في مساعده ابغى كود احطه في الادمنيه يخليني اقرا شات التيمات كامل مثلا لو اني في تيم 1 اقدر اقرا شات تيم 2 وشكرا
  8. Abdulelah

    help me

    hi , dear i want code for see all chat team use in resources for see all chat team
×
×
  • Create New...