MA[S]RIY Posted July 11, 2017 Author Share Posted July 11, 2017 1 hour ago, iMr.WiFi..! said: addEventHandler("onPlayerLogin", root, function ( ) local playerTeam = getAccountData(getPlayerAccount(source) ,"TeamData") setPlayerTeam ( source, getTeamFromName ( playerTeam ) ) end ) addEventHandler ( "onPlayerQuit", root, function ( ) if isGuestAccount ( getPlayerAccount ( source ) ) then return end local playerTeam = getTeamName ( getPlayerTeam ( source ) ) setAccountData ( getPlayerAccount ( source ), "TeamData", playerTeam ) end ) شكرا اخي واي فاي شكرا للجميع Link to comment
iMr.WiFi..! Posted July 11, 2017 Share Posted July 11, 2017 1 hour ago, MARIY said: شكرا اخي واي فاي شكرا للجميع عفواً <3 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