Jump to content

اابي مود


fargot..

Recommended Posts

30 minutes ago, Ad[N]a[N]e said:

السلام عليكم  ورحمة الله و بركاته 

انا اليوم ابي مود حق ما يقدر يتكلم في شات حتى يسجل 

ذا مود حقت سيرفيرات حرب عصابات 

؟

 

تقدر تبرمجه , 

سهل 

Link to comment
addEventHandler("onPlayerChat",root,
function ()
for _,players in ipairs ( getElementsByType ( "player" ) ) do
if  ( getPlayerAccount( players )) then
if isGuestAccount( getPlayerAccount( players ))  then
   cancelEvent()
   outputChatBox("يجب عليك ان تنتظر ريثما ينتهي التحميل",source,255,0,0,true)
   end
   end
   end
   end
)

 

Link to comment
5 minutes ago, Abu-Solo said:

addEventHandler("onPlayerChat",root,
function ()
for _,players in ipairs ( getElementsByType ( "player" ) ) do
if  ( getPlayerAccount( players )) then
if isGuestAccount( getPlayerAccount( players ))  then
   cancelEvent()
   outputChatBox("يجب عليك ان تنتظر ريثما ينتهي التحميل",source,255,0,0,true)
   end
   end
   end
   end
)

 

ليه اللوب ؟ بكل اختصار هيك

addEventHandler("onPlayerChat", root,
  function()
    if isGuestAccount(getPlayerAccount(source)) then
      cancelEvent()
      outputChatBox("Please Log in first", source, 255, 0, 0, true)
    end
end)

 

Edited by #Skrillex
  • Like 1
Link to comment
3 minutes ago, #Skrillex said:

ليه اللوب ؟ بكل اختصار هيك


addEventHandler("onPlayerChat", root,
  function(_,account)
    if isGuestAccount(account) then
      cancelEvent()
      outputChatBox("Please Log in first", source, 255, 0, 0, true)
    end
end)

 

اثنينهم شغال ذذ

عندي استفسار بسيط

ليه هنا سويت كذا

function(_,account)

Edited by Abu-Solo
Link to comment
1 hour ago, #Skrillex said:

ليه اللوب ؟ بكل اختصار هيك


addEventHandler("onPlayerChat", root,
  function()
    if isGuestAccount(getPlayerAccount(source)) then
      cancelEvent()
      outputChatBox("Please Log in first", source, 255, 0, 0, true)
    end
end)

 

وين احط ذي الاكواد في كلينت او في سيرفير ملف ؟

 

Link to comment
1 hour ago, Abu-Solo said:

اثنينهم شغال ذذ

عندي استفسار بسيط

ليه هنا سويت كذا

function(_,account)

الأرقيومنت الأول هو المسج , يعني اذا تبي تحدد مسج , في هذهـ الحالة احنا م احتجنا انه نحدد المسج وتجاوزنا البارمتر 

شف هنا 

string message, int messageType

تجاوزنا البرامتر الأول لأنا م احتجناهـ 

2 minutes ago, Ad[N]a[N]e said:

وين احط ذي الاكواد في كلينت او في سيرفير ملف ؟

 

برتقآلي = سيرفر

آحمر = كلاينت 

آزرق = الأثنين كلاينت وسيرفر 

اليوزفل فنكشن أخضر ! 

  • Like 1
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...