Jump to content
  • 0

Help For Complete this script...


President

Question


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  51
  • Reputation:   0
  • Joined:  04/28/12
  • Last Seen:  

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 ... :P ! ! ! ! at pvp_y_8-2

thanks for helping me

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  658
  • Reputation:   57
  • Joined:  11/20/11
  • Last Seen:  

Then you'll have to set the variable,which you're using with the Mapname like this :

set .@mapname$,"pvp_y_8-2";

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  243
  • Reputation:   206
  • Joined:  11/28/11
  • Last Seen:  

announce ""+strcharinfo(0)+" is BEYOND GODLIKE ["+@PlayersKilledStreak+"]. Someone Toel Gua Dong..  !!!!!! at "+ strcharinfo(3),bc_all,0x00FF00;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  51
  • Reputation:   0
  • Joined:  04/28/12
  • Last Seen:  

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..

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...