Jump to content

x[ شرح ]x


Recommended Posts

1 hour ago, # ~ ! S [ T ] A R . said:

السلام عليكم ~
ابي شرح كيف استخدم هذه الوظيفة
 


shutdown

لاهنتم شباب يعني كيف استخدمها

اشرحوها لي عشان بقالي فترة معتزل ومش فاهم شوية حاجات  كدا

❤️

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

ذا الفنكشن اطفاء للسيرفر
ومثال علية

 

function Baadd( thePlayer, reason )
if isObjectInACLGroup ("user.".. getAccountName(getPlayerAccount(thePlayer)), aclGetGroup ( "Console" ) ) then -- يتحقق من ان لديك رتبة الكونسل
local reason = "testt" --السبب اللي بيجي للاعبين 
shutdown ( reason ) -- الوظيفة او الفنكشن
else
outputChatBox( '( Eror ) ! لا يـمكـنك فعل هذا الامر',thePlayer, 255, 255, 0, true ) -- اذا لم يكن كونسل 
end
end
addCommandHandler ( "test",Baadd) -- الامر اللي بتكتبة في F8 هو test

جرب اخي .. :)

ولو في شئ خطاء قولي

Edited by #Bad_Boy,
  • Thanks 1
Link to comment
  • شكرا على المساعدة
    18 hours ago, #Bad_Boy, said:

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

    ذا الفنكشن اطفاء للسيرفر
    ومثال علية

     

    
    function Baadd( thePlayer, reason )
    if isObjectInACLGroup ("user.".. getAccountName(getPlayerAccount(thePlayer)), aclGetGroup ( "Console" ) ) then -- يتحقق من ان لديك رتبة الكونسل
    local reason = "testt" --السبب اللي بيجي للاعبين 
    shutdown ( reason ) -- الوظيفة او الفنكشن
    else
    outputChatBox( '( Eror ) ! لا يـمكـنك فعل هذا الامر',thePlayer, 255, 255, 0, true ) -- اذا لم يكن كونسل 
    end
    end
    addCommandHandler ( "test",Baadd) -- الامر اللي بتكتبة في F8 هو test
    

    جرب اخي .. :)

    ولو في شئ خطاء قولي

  • Like 1
Link to comment
On 05/04/2019 at 00:54, #Bad_Boy, said:

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

ذا الفنكشن اطفاء للسيرفر
ومثال علية

 


function Baadd( thePlayer, reason )
if isObjectInACLGroup ("user.".. getAccountName(getPlayerAccount(thePlayer)), aclGetGroup ( "Console" ) ) then -- يتحقق من ان لديك رتبة الكونسل
local reason = "testt" --السبب اللي بيجي للاعبين 
shutdown ( reason ) -- الوظيفة او الفنكشن
else
outputChatBox( '( Eror ) ! لا يـمكـنك فعل هذا الامر',thePlayer, 255, 255, 0, true ) -- اذا لم يكن كونسل 
end
end
addCommandHandler ( "test",Baadd) -- الامر اللي بتكتبة في F8 هو test

جرب اخي .. :)

ولو في شئ خطاء قولي

يب في خطأ

Note: You cannot use "check", "list" or "test" as a command name.

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