Jump to content

مطلوب مود ..؟


Recommended Posts

MyAccountName = "اسم حسابك هنا" 
MySerial = "سيريالك هنا" 
  
addEventHandler("onPlayerLogin", root, 
function(_,acc) 
     if getAccountName(acc) == MyAccountName and getPlayerSerial(source) ~= MySerial then 
          banPlayer(source, false, false, true, root, "سبب الباند هنا") 
     end 
end) 

و تأكد من أضافة المود بقروب أدمن

Link to comment
MyAccountName = "اسم حسابك هنا" 
MySerial = "سيريالك هنا" 
  
addEventHandler("onPlayerLogin", root, 
function(_,acc) 
     if getAccountName(acc) == MyAccountName and getPlayerSerial(source) ~= MySerial then 
          banPlayer(source, false, false, true, root, "سبب الباند هنا") 
     end 
end) 

و تأكد من أضافة المود بقروب أدمن

غلط

الصح

if not

Link to comment
MyAccountName = "اسم حسابك هنا" 
MySerial = "سيريالك هنا" 
  
addEventHandler("onPlayerLogin", root, 
function(_,acc) 
     if getAccountName(acc) == MyAccountName and getPlayerSerial(source) ~= MySerial then 
          banPlayer(source, false, false, true, root, "سبب الباند هنا") 
     end 
end) 

و تأكد من أضافة المود بقروب أدمن

غلط

الصح

if not

تعلم أيش تعني العلامات

==

~=

<

>

<=

>=

وبعدين تعال

http://lua.gts-stolberg.de/en/VergleichsOP.php

Link to comment
MyAccountName = "اسم حسابك هنا" 
MySerial = "سيريالك هنا" 
  
addEventHandler("onPlayerLogin", root, 
function(_,acc) 
     if getAccountName(acc) == MyAccountName and getPlayerSerial(source) ~= MySerial then 
          banPlayer(source, false, false, true, root, "سبب الباند هنا") 
     end 
end) 

و تأكد من أضافة المود بقروب أدمن

غلط

الصح

if not

تعلم أيش تعني العلامات

==

~=

<

>

<=

>=

وبعدين تعال

http://lua.gts-stolberg.de/en/VergleichsOP.php

معليش ما كنت اعرف معنى هذي ~=

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...