Jump to content

طلب كود


AL-SAYED

Recommended Posts

Posted
انا سويت تيم اسمه friend

(f8)شلون اخلي اصدقائي يكتبون كلمه في

عشان يصيرون في هالتيم

انت كنت تبي ناس محددين هم الي يمديهم يدخلوا التيم ؟

Posted
يب

بس الحين امبي ان اصدقائي يكتبو كلمه بالكونسل وينضمون الى الفريق

تبي تجيبهم من اسماءهم ولا من سيريالتهم ولا من حساباتهم ولا من ايبيهاتهم ولا من وين ؟

Posted
-- Server Side 
theTeam = createTeam ("xD",0,150,255) 
  
addCommandHandler("join", 
    function ( thePlayer ) 
        setPlayerTeam ( thePlayer, theTeam ) 
    end 
) 
  

Posted
addCommandHanlder("join", 
function (player,command,team) 
if team then 
setPlayerTeam(player,getTeamFromName(team)) 
else 
outputChatBox("* يرجى كتابة اسم الفريق الذي تريد الانضمام له.",255,0,0,true) 
end 
end 
) 

اكتب

join اسم التيم

في اف8

:)

Posted
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) 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...