Jump to content

تغير القروب عند انتهاء التحميل


Recommended Posts

يرحم والديكم مواضيع اسماء مواضيع يرحم امكم ياشيخخ بتطفششونآ -_- عناد نزل موضوع هنا او اي مشرف وثبتوة واكتب عليه ممنوع وضع عنوان طلب كود @@

وين الموضوع مو شايفه :ً

+اصلا ما كنت بحطه طلب كود

كنت محتار وش احطه وحطيت طلب كود :mrgreen:

Link to comment

Ok ;

-- Client --

addEventHandler("onClientResourceStart",resourceRoot, 
    function ( ) 
local TheBox = isTransferBoxActive(); 
        if ( TheBox == false ) then 
    triggerServerEvent("SetGroup",localPlayer); 
    end 
end 
); 
  

-- Server --

addEvent("SetGroup",true); 
addEventHandler("SetGroup",root, 
    function (  ) 
local account = getAccountName( getPlayerAccount( source ) ); 
local TheGroup = "Group Name" 
        if isGuestAccount ( getPlayerAccount( source ) ) then return end 
    if isObjectInACLGroup ( "user."..account,aclGetGroup ( TheGroup ) ) then return end 
        aclGroupAddObject ( aclGetGroup( TheGroup ), "user."..account ); 
            outputChatBox("** You Have Been Moved To [ "..TheGroup.." ] Group!",source,255,255,0,true); 
        end 
    ); 

جربة و لا تنسى تضيفة للادمنية و لازم يكون مسجل بالروم

Link to comment

أكيد تقدر :

addEvent("SetGroup",true); 
addEventHandler("SetGroup",root, 
    function (  ) 
local account = getAccountName( getPlayerAccount( source ) ); 
local TheGroup = "Group Name" 
        aclGroupAddObject ( aclGetGroup( TheGroup ), "user."..account ); 
            outputChatBox("** You Have Been Moved To [ "..TheGroup.." ] Group!",source,255,255,0,true); 
        end 
    ); 
Link to comment
يرحم والديكم مواضيع اسماء مواضيع يرحم امكم ياشيخخ بتطفششونآ -_- عناد نزل موضوع هنا او اي مشرف وثبتوة واكتب عليه ممنوع وضع عنوان طلب كود @@

وين الموضوع مو شايفه

هو مو موضوع بس كتب في موضوع

تابل الي اسمه

هام حتى لايحدف موضوعك

https://forum.multitheftauto.com/viewtopic.php?f=119&t=55785

من الآن اي موضوع في قسم البرمجة عنوانه " طلب , سؤال , .. إلخ " ولا يوضح مابداخله

يحححذف مبآشششرة #

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