President Posted June 7, 2012 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
Rikimaru Posted June 7, 2012 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
Xantara Posted June 7, 2012 Posted June 7, 2012 announce ""+strcharinfo(0)+" is BEYOND GODLIKE ["+@PlayersKilledStreak+"]. Someone Toel Gua Dong.. !!!!!! at "+ strcharinfo(3),bc_all,0x00FF00; Quote
President Posted June 8, 2012 Author 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
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
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.