Jump to content

طلب كود


Recommended Posts

تفضل

Server Side

addEventHandler ( "onPlayerLogin", root, function (    ) 
    local GetAccount = getPlayerAccount ( source ) 
      if ( GetAccount ) then 
        triggerClientEvent ( source, "OpenWindow", source ) 
    end 
end ) 

Client Side

addEvent ( "OpenWindow", true ) 
addEventHandler ( "OpenWindow", root, function (    ) 
    guiSetVisible ( اسم النافذهـ, true ) 
    showCursor ( true ) 
end ) 
Link to comment
تفضل

Server Side

addEventHandler ( "onPlayerLogin", root, function (    ) 
    local GetAccount = getPlayerAccount ( source ) 
      if ( GetAccount ) then 
        triggerClientEvent ( source, "OpenWindow", source ) 
    end 
end ) 

Client Side

addEvent ( "OpenWindow", true ) 
addEventHandler ( "OpenWindow", root, function (    ) 
    guiSetVisible ( اسم النافذهـ, true ) 
    showCursor ( true ) 
end ) 

ايش الفايدة من أنك تجيب حساب اللاعب ؟

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