Drakath Posted March 14, 2012 Share Posted March 14, 2012 Is there a resource that make players don't damage other players? Link to comment
0 Jaysds1 Posted June 28, 2012 Share Posted June 28, 2012 ok, restart the script then logout and log back in. Maybe I should visit your server, what's your server ip? Link to comment
0 Drakath Posted June 29, 2012 Author Share Posted June 29, 2012 It didn't work. The Ip is: 77.221.80.117:22003 Link to comment
0 Jaysds1 Posted June 29, 2012 Share Posted June 29, 2012 Coming now I was on and I didn't seen the team created, Did you start the script? Try this: addEventHandler("onResourcePreStart",resourceRoot,function() defaultTeam=createTeam("All",255,255,255) if defaultTeam then outputDebugString("Team Created!") else outputDebugString("Team was not created.") end end) addEventHandler("onPlayerLogin",root,function() if(setPlayerTeam(source,defaultTeam))then outputChatBox("You are now on the Default Team.",source) else outputChatBox("Sorry, but you are not set to the default team.",source) end end) Link to comment
0 Drakath Posted June 29, 2012 Author Share Posted June 29, 2012 The script was on. And the new script isn't creating a team just every time I log in I get message "Sorry, but you are not set to the default team." Link to comment
0 Jaysds1 Posted June 29, 2012 Share Posted June 29, 2012 type in /debugscript in-game and tell me if it says "Team was not created." BTW, i'm in the server right now Link to comment
0 Drakath Posted June 29, 2012 Author Share Posted June 29, 2012 Okay now it says: "You were added to the team" But the team is empty 0 players in it... Link to comment
Question
Drakath
Is there a resource that make players don't damage other players?
Link to comment
32 answers to this question
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