coconutswt Posted March 18, 2014 Posted March 18, 2014 I need a script that can give announce to other player , like broadcasting Quote
sandbox Posted March 18, 2014 Posted March 18, 2014 You're asking two different things, if you are asking what is said on your title, the script below would broadcast everytime a player kills an MvP - script MvPannounce -1,{ OnNPCKillEvent: if(getmonsterinfo(killedrid,22) > 0) { announce strcharinfo(0)+" just killed "+getmonsterinfo(killedrid,0)+"!",0; } end; } Quote
coconutswt Posted March 18, 2014 Author Posted March 18, 2014 You're asking two different things, if you are asking what is said on your title, the script below would broadcast everytime a player kills an MvP - script MvPannounce -1,{ OnNPCKillEvent: if(getmonsterinfo(killedrid,22) > 0) { announce strcharinfo(0)+" just killed "+getmonsterinfo(killedrid,0)+"!",0; } end; } when i load this , script error Quote
Patskie Posted March 18, 2014 Posted March 18, 2014 Might probably show us a screenshot of your error or somewhat? Quote
coconutswt Posted March 18, 2014 Author Posted March 18, 2014 You're asking two different things, if you are asking what is said on your title, the script below would broadcast everytime a player kills an MvP - script MvPannounce -1,{ OnNPCKillEvent: if(getmonsterinfo(killedrid,22) > 0) { announce strcharinfo(0)+" just killed "+getmonsterinfo(killedrid,0)+"!",0; } end; } when i load this , script error sorry my bad , i change tab to space can you give me script MvP announce that can displaye <name> <MvP> < duration MvP will respawn> Quote
Question
coconutswt
I need a script that can give announce to other player , like broadcasting
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.