GytisJDM Posted May 19, 2012 Share Posted May 19, 2012 (edited) I want ask how i can set up my server to show on radar only my teammates?? i can't find on this forum anything useful Edited May 27, 2012 by Guest Link to comment
Jaysds1 Posted May 19, 2012 Share Posted May 19, 2012 You could edit the player blips resource. Link to comment
GytisJDM Posted May 21, 2012 Author Share Posted May 21, 2012 Thanks, i try to do that... Cant wait for more suggestions maybe there are edited resource? Link to comment
GytisJDM Posted May 22, 2012 Author Share Posted May 22, 2012 Can't wait for help... It's so hard to make that resource Link to comment
Jaysds1 Posted May 22, 2012 Share Posted May 22, 2012 Sorry, this is a basic script, anyone could make it(if they have some knowledge of Lua). Link to comment
AMARANT Posted May 22, 2012 Share Posted May 22, 2012 And if you aren't interested in searching other scripts you could also make your own. All you need is checking players from the same team and blip them on the radar. It's really easy. Good luck. Link to comment
GytisJDM Posted May 27, 2012 Author Share Posted May 27, 2012 Ok, finnaly i found something useful, well it's not working for me.. I don't have any knowledge of lua. Tell me what wrong there? function start () playerBlips = { } for index,value in ipairs(getElementsByType("player")) do if( playerBlips [ value ] ) then destroyElement( playerBlips[ value ] ) playerBlips [ value ] = nil end playerBlips[ value ] = createBlipAttachedTo ( value, 59 ) setElementVisibleTo(playerBlips[value],getRootElement( ),false) if(getTeamName(getPlayerTeam(value)) == "Africa Militia") then for index1,value1 in ipairs(getElementsByType("player")) do if(getTeamName(getPlayerTeam(value1)) == "Africa Militia") then setElementVisibleTo(playerBlips[value],value1,true) end end elseif(getTeamName(getPlayerTeam(value)) == "Delta") then for index1,value1 in ipairs(getElementsByType("player")) do if(getTeamName(getPlayerTeam(value1)) == "Delta") then setElementVisibleTo(playerBlips[value],value1,true) end end elseif(getTeamName(getPlayerTeam(value)) == "Shadow Company") then for index1,value1 in ipairs(getElementsByType("player")) do if(getTeamName(getPlayerTeam(value1)) == "Shadow Company") then setElementVisibleTo(playerBlips[value],value1,true) end end end end if (playerBlips[source]) then destroyElement(playerBlips[source]) playerBlips[source] = nil end end Link to comment
GytisJDM Posted May 27, 2012 Author Share Posted May 27, 2012 Someone plz help, i posted lua. Link to comment
Castillo Posted May 27, 2012 Share Posted May 27, 2012 What it's supposed to do that script? is it yours? Link to comment
GytisJDM Posted August 19, 2012 Author Share Posted August 19, 2012 Back working in server. Server is almost ready. Still can't find ANY working Team-based blips resource. Tried use this one, but this one is probbably not working https://forum.multitheftauto.com/viewtopic.php?f=91&t=28385&start=0#p315993 Someone can help meh? Teams list Africa Militia Czech Resistance Shadow Company Delta Link to comment
damien111 Posted August 19, 2012 Share Posted August 19, 2012 if you CAN NOT script and are not WILLING TO LEARN to script then you should not put other peoples resources in your server and not give credit. in my opinion you do not deserve to have a server if you arent willing to learn. Gytis, what im trying to say is. before you open a server and try to add resources, and open up your server, learn some LUA and code some resources your not gonna get very far off leeching , Link to comment
GytisJDM Posted August 19, 2012 Author Share Posted August 19, 2012 if you CAN NOT script and are not WILLING TO LEARN to script then you should not put other peoples resources in your server and not give credit. in my opinion you do not deserve to have a server if you arent willing to learn. Gytis, what im trying to say is. before you open a server and try to add resources, and open up your server, learn some LUA and code some resources your not gonna get very far off leeching , Actually im re-scripted Gangwar by spawn gamemode. Added new teams, 10 Custom player models, wepons CONVERTED FROM Cod:MW3 by MYSELF, some my edited vehicles, objects from MW3. Im can't be pro at everything. It's easy to say : "U DUMB, LEARN SOME LUA AND GTFO". I'm asking for help, like the others. Link to comment
damien111 Posted August 19, 2012 Share Posted August 19, 2012 I did not say what you quoted, im just saying, it seemed that you did not know what your doing, due to the fact you posted someone elses script , i was just saying, -.- no need to get all angry I DID NOT SAY "U DUMB, LEARN SOME LUA AND GTFO". So dont put words in my mouth. Link to comment
damien111 Posted August 19, 2012 Share Posted August 19, 2012 Btw, im sorry, didnt mean to be mean or anger you or anything Link to comment
GytisJDM Posted August 20, 2012 Author Share Posted August 20, 2012 Btw, im sorry, didnt mean to be mean or anger you or anything Ok, ok 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