AL-SAYED Posted October 17, 2012 Share Posted October 17, 2012 بغيت اخلي تيم مخفي ما يقدر يدشه الا من يعرف كله يكتبها في الكونسل(F8) Link to comment
./BlackBird# Posted October 17, 2012 Share Posted October 17, 2012 تيم مخفي ما اظن تقدر Link to comment
AL-SAYED Posted October 17, 2012 Author Share Posted October 17, 2012 انا سويت تيم اسمه friend (f8)شلون اخلي اصدقائي يكتبون كلمه في عشان يصيرون في هالتيم Link to comment
3NAD Posted October 17, 2012 Share Posted October 17, 2012 1- addCommandHandler 2- setPlayerTeam Link to comment
Tete omar Posted October 17, 2012 Share Posted October 17, 2012 انا سويت تيم اسمه friend(f8)شلون اخلي اصدقائي يكتبون كلمه في عشان يصيرون في هالتيم انت كنت تبي ناس محددين هم الي يمديهم يدخلوا التيم ؟ Link to comment
AL-SAYED Posted October 17, 2012 Author Share Posted October 17, 2012 يب بس الحين امبي ان اصدقائي يكتبو كلمه بالكونسل وينضمون الى الفريق Link to comment
Tete omar Posted October 17, 2012 Share Posted October 17, 2012 يب بس الحين امبي ان اصدقائي يكتبو كلمه بالكونسل وينضمون الى الفريق تبي تجيبهم من اسماءهم ولا من سيريالتهم ولا من حساباتهم ولا من ايبيهاتهم ولا من وين ؟ Link to comment
==>ҭᾄlᾄl Posted October 17, 2012 Share Posted October 17, 2012 addCommandHandler("join", function () setPlayerTeam ( source, اسم التيم ) end) Link to comment
AL-SAYED Posted October 17, 2012 Author Share Posted October 17, 2012 bad agrument @setplayerteam Link to comment
3NAD Posted October 17, 2012 Share Posted October 17, 2012 -- Server Side theTeam = createTeam ("xD",0,150,255) addCommandHandler("join", function ( thePlayer ) setPlayerTeam ( thePlayer, theTeam ) end ) Link to comment
Sora Posted October 17, 2012 Share Posted October 17, 2012 addCommandHanlder("join", function (player,command,team) if team then setPlayerTeam(player,getTeamFromName(team)) else outputChatBox("* يرجى كتابة اسم الفريق الذي تريد الانضمام له.",255,0,0,true) end end ) اكتب join اسم التيم في اف8 Link to comment
AL-SAYED Posted October 17, 2012 Author Share Posted October 17, 2012 عناد كودك مضبوط الحين عادي اخليه يصير سباون في محل غير؟ Link to comment
AL-SAYED Posted October 17, 2012 Author Share Posted October 17, 2012 يصير في فريق ويكون يطلع في محل غير ويكون عنده اسلحه وSKIN Link to comment
3NAD Posted October 17, 2012 Share Posted October 17, 2012 setElementPosition -- السباون setElementModel -- الشخصية giveWeapon -- السلاح Link to comment
AL-SAYED Posted October 17, 2012 Author Share Posted October 17, 2012 احط الكودات كلهم في الكود مال التيم؟؟ Link to comment
GAME_OVER!! Posted October 17, 2012 Share Posted October 17, 2012 CreateTeam = createTeam ("Name",0,150,255) -- function Team( thePlayer ) setPlayerTeam ( thePlayer, CreateTeam ) setElementPosition ( thePlayer, X, Y, Z ) setPedSkin ( thePlayer, id ) giveWeapon ( thePlayer, id, ammo ) end addCommandHandler("join",Team) 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