default Posted December 25, 2020 Share Posted December 25, 2020 السلام عليكم ورحمة الله وبركاته.. شخباركم؟ عساكم بخير وصحة وعافية لا جديد كود باند بسيط تقدر تحطه بـ لوحة الادمن فكرة الكود ان الشخص اذا كان سرياله بالكود وكان بانده مفتوح اول مايدخل للسيرفر يجيه باند تلقائي.. function Example1() local serial = getPlayerSerial( source ) if ( serial == "حط السريال هنا." ) then addBan ( nil, nil, serial, source, "Example: غير مٌرحب بك بـ السيرفر." ) end end addEventHandler("onPlayerJoin",root, Example1) --- function Example2() local serial = getPlayerSerial( source ) if ( serial == "حط السريال هنا." ) then addBan ( nil, nil, serial, source, "Example: غير مٌرحب بك بـ السيرفر." ) end end addEventHandler("onPlayerJoin",root, Example2) --- function Example3() local serial = getPlayerSerial( source ) if ( serial == "حط السريال هنا." ) then addBan ( nil, nil, serial, source, "Example: غير مٌرحب بك بـ السيرفر." ) end end addEventHandler("onPlayerJoin",root, Example3) .. Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now