L3yr Posted February 11, 2017 Share Posted February 11, 2017 شباب عارف انى اسألتى كتير اليومين دول بس دا لانى بتعلم البرمجه وبحاول اصنع من نفسى join انا عامل لوحه وفيها زر انا عاوز اضغط على الكلمه دى انضم الى تيم الحرامى مثلا وشكرا Link to comment
^iiEcoo'x_) Posted February 11, 2017 Share Posted February 11, 2017 'onClientGUIClick' triggerServerEvent setPlayerTeam Link to comment
L3yr Posted February 11, 2017 Author Share Posted February 11, 2017 On ١١/٢/٢٠١٧ at 23:00, #_iMr.[E]coo said: 'onClientGUIClick' triggerServerEvent setPlayerTeam شكرا يا باشا Link to comment
Ahmed Ly Posted February 12, 2017 Share Posted February 12, 2017 11 hours ago, #_iMr.[E]coo said: 'onClientGUIClick' triggerServerEvent setPlayerTeam + getTeamFromName Link to comment
L3yr Posted February 12, 2017 Author Share Posted February 12, 2017 On ١٢/٢/٢٠١٧ at 10:26, Ahmed Ly said: + getTeamFromName شكرا ahmed ly Link to comment
Adham Posted February 12, 2017 Share Posted February 12, 2017 بمأ اني فاضي سويته لك -- Client addEventHandler ( "onClientGUIClick", root, function ( ) if ( source == button ) then triggerServerEvent ( "SetPlayerTeam", localPlayer ) end end ) -- Server addEvent ( "SetPlayerTeam", true ) addEventHandler ( "SetPlayerTeam", root, function ( ) local team = getTeamFromName( 'TeamName' ) if ( team ) then setPlayerTeam( source, team ) end end ) Link to comment
L3yr Posted February 12, 2017 Author Share Posted February 12, 2017 1 hour ago, Deativated said: بمأ اني فاضي سويته لك -- Client addEventHandler ( "onClientGUIClick", root, function ( ) if ( source == button ) then triggerServerEvent ( "SetPlayerTeam", localPlayer ) end end ) -- Server addEvent ( "SetPlayerTeam", true ) addEventHandler ( "SetPlayerTeam", root, function ( ) local team = getTeamFromName( 'TeamName' ) if ( team ) then setPlayerTeam( source, team ) end end ) شكرا حبيبى على المجهود 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