ahhmmeed Posted February 11, 2014 Posted February 11, 2014 addEventHandler ( "onPlayerJoin", getRootElement() ) local team = createTeam (xXx) if (xXx) then setPlayerTeam(source,(xXx ) giveWeapon(source,31,3214) outputChatBox ( "xXx Player Join", source(), 255, 255, 255, true ) end end )
al-Kobra Posted February 11, 2014 Posted February 11, 2014 addEventHandler('onPlayerJoin',root, function () local team = createTeam (xXx) if ( team ) then setPlayerTeam( source,team ) giveWeapon(source,31,3214) outputChatBox ( "xXx Player Join", source, 255, 255, 255, true ) end end ) جرب ,
iPrestege Posted February 11, 2014 Posted February 11, 2014 addEventHandler('onPlayerJoin',root, function () local team = createTeam (xXx) if ( team ) then setPlayerTeam( source,team ) giveWeapon(source,31,3214) outputChatBox ( "xXx Player Join", source, 255, 255, 255, true ) end end ) جرب , يسوي تيم كل مايخش لاعب؟ السترنق في انشاء الفريق وينة؟ 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 )
ahhmmeed Posted February 11, 2014 Author Posted February 11, 2014 مو يسوي تيم يسوي تيم ويحط الاعب بل تيم
iPrestege Posted February 11, 2014 Posted February 11, 2014 جرب الكود اللي فوق يسوي تيم ويحط الاعب ويعطية سلآح ~
ahhmmeed Posted February 11, 2014 Author Posted February 11, 2014 مشكككككككككككككككككور برستيج وكوبرا
Recommended Posts