President Posted June 7, 2012 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 51 Reputation: 0 Joined: 04/28/12 Last Seen: December 30, 2013 Share Posted June 7, 2012 this is about DOTA PVP LADDER if (@PlayersKilledStreak > 8) { set @PlayersKilledStreak,@PlayersKilledStreak + 1; specialeffect2 7; soundeffectall "holyshit.wav",0,.@mapname$; specialeffect2 72; announce ""+strcharinfo(0)+" is BEYOND GODLIKE ["+@PlayersKilledStreak+"]. Someone Toel Gua Dong.. !!!!!!",bc_all,0x00FF00; } goto L_RESULT; } end; i wanna ask how to add a map on my announcer.. For Example : MR X is Beyond Godlike 12. Someone Toe Gua Dong ... ! ! ! ! at pvp_y_8-2 thanks for helping me Quote Link to comment Share on other sites More sharing options...
Rikimaru Posted June 7, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 658 Reputation: 57 Joined: 11/20/11 Last Seen: July 1, 2017 Share Posted June 7, 2012 Then you'll have to set the variable,which you're using with the Mapname like this : set .@mapname$,"pvp_y_8-2"; Quote Link to comment Share on other sites More sharing options...
Xantara Posted June 7, 2012 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 243 Reputation: 206 Joined: 11/28/11 Last Seen: February 13, 2023 Share Posted June 7, 2012 announce ""+strcharinfo(0)+" is BEYOND GODLIKE ["+@PlayersKilledStreak+"]. Someone Toel Gua Dong.. !!!!!! at "+ strcharinfo(3),bc_all,0x00FF00; Quote Link to comment Share on other sites More sharing options...
President Posted June 8, 2012 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 51 Reputation: 0 Joined: 04/28/12 Last Seen: December 30, 2013 Author Share Posted June 8, 2012 Then you'll have to set the variable,which you're using with the Mapname like this : set .@mapname$,"pvp_y_8-2"; announce ""+strcharinfo(0)+" is BEYOND GODLIKE ["+@PlayersKilledStreak+"]. Someone Toel Gua Dong.. !!!!!! at "+ strcharinfo(3),bc_all,0x00FF00; thanks all...it's really help...thanks.. Quote Link to comment Share on other sites More sharing options...
Question
President
this is about DOTA PVP LADDER
i wanna ask how to add a map on my announcer..
For Example :
MR X is Beyond Godlike 12. Someone Toe Gua Dong ...
! ! ! ! at pvp_y_8-2
thanks for helping me
Link to comment
Share on other sites
3 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.