NissanGT Posted March 16, 2014 Share Posted March 16, 2014 hi guys i create code on player join to server set player in team xXx but player nill team !! code local team = createTeam ( 'xXx' ) addEventHandler ( 'onPlayerJoin',root, function ( ) setPlayerTeam( source,team ) giveWeapon( source,31,3214 ) outputChatBox ( 'xXx Player Join', source, 255, 255, 255, true ) end ) Link to comment
Anubhav Posted March 16, 2014 Share Posted March 16, 2014 lol local team = createTeam ( 'xXx' ) addEventHandler ( 'onPlayerJoin',source, function ( ) setPlayerTeam( source,team ) giveWeapon( source,31,3214 ) outputChatBox ( 'xXx Player Join', source, 255, 255, 255, true ) end ) Link to comment
NissanGT Posted March 16, 2014 Author Share Posted March 16, 2014 omg work work thx error last : meta.xml Link to comment
Recommended Posts