andiyer Posted November 22, 2012 Share Posted November 22, 2012 Hi all good a question I want to know as lightning team for all that are created in my server out in the scoreboard please help Link to comment
Castillo Posted November 22, 2012 Share Posted November 22, 2012 I don't understand what do you want. Link to comment
andiyer Posted November 22, 2012 Author Share Posted November 22, 2012 What I want is that every team that are in the spawn localition bone appear in the score TAB Link to comment
Moderators IIYAMA Posted November 23, 2012 Moderators Share Posted November 23, 2012 (edited) --server addEventHandler("onResourceStart",getResourceRootElement(getThisResource()), function() call(getResourceFromName("scoreboard"),"addScoreboardColumn","spawnlocalition") end ) --client or server setElementData(getLocalPlayer(),"spawnlocalition",location) setElementData(source,"spawnlocalition",location) @Klesh Then his question isn't correctly formulated. What ever... location = getElementZoneName ( source ) Edited November 24, 2012 by Guest Link to comment
Klesh Posted November 24, 2012 Share Posted November 24, 2012 With that you only are setting the score name without data, he wants to show the location of the player in the map. Link to comment
andiyer Posted December 13, 2012 Author Share Posted December 13, 2012 what I want is that every team that I have created in aparescan spawn in the TAB Link to comment
Castillo Posted December 13, 2012 Share Posted December 13, 2012 He's talking about this resource: https://community.multitheftauto.com/ind ... ls&id=1152 @andiyer: You would need to edit the script and add it so it creates all the teams on start. Link to comment
andiyer Posted December 14, 2012 Author Share Posted December 14, 2012 and as I say this I can explain how? please Link to comment
Castillo Posted December 14, 2012 Share Posted December 14, 2012 For what I see, you don't have much experience with Lua, you'll need at least basic to achieve this. Link to comment
andiyer Posted December 14, 2012 Author Share Posted December 14, 2012 men Please help me 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