fdmiracle Posted December 6, 2016 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 09/07/14 Last Seen: March 2, 2022 Share Posted December 6, 2016 hello , i want to request some PvP Announcer script for pvp map . example : announce rid2name(killerrid) +" has pawned "+ strcharinfo(0) +"'s head "+( (.announcemap)?("at "+ .@map$):""),atoi(.announceFlag$), .announceColor$; this script from dota pvp ladder , but i dont want to record statistic because i just want the announcer . thansk before Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted December 9, 2016 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted December 9, 2016 my bad, should be OnPCKillEvent: if (killerrid != getcharid(3)){ announce strcharinfo(0)+" killed "+rid2name(killedrid),bc_map; } end; 1 Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted December 7, 2016 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted December 7, 2016 OnPCKillEvent: if (killerrid != getcharid(3)){ announce rid2name(killerrid)+" killed "+rid2name(killedrid),bc_map; } end; Quote Link to comment Share on other sites More sharing options...
0 fdmiracle Posted December 7, 2016 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 09/07/14 Last Seen: March 2, 2022 Author Share Posted December 7, 2016 11 hours ago, Emistry said: OnPCKillEvent: if (killerrid != getcharid(3)){ announce rid2name(killerrid)+" killed "+rid2name(killedrid),bc_map; } end; thx for the script , but i got some missing . error log from mapserver "buildin_rid2name: invalid RID" so in game the killer showing (null). if i change ke OnPCKillEvent to OnPCDieEvent , killedrid change to (null) . Quote Link to comment Share on other sites More sharing options...
0 Gidz Cross Posted December 20, 2019 Group: Members Topic Count: 133 Topics Per Day: 0.03 Content Count: 686 Reputation: 89 Joined: 04/07/14 Last Seen: 7 hours ago Share Posted December 20, 2019 On 12/7/2016 at 2:24 AM, fdmiracle said: hello , i want to request some PvP Announcer script for pvp map . example : announce rid2name(killerrid) +" has pawned "+ strcharinfo(0) +"'s head "+( (.announcemap)?("at "+ .@map$):""),atoi(.announceFlag$), .announceColor$; this script from dota pvp ladder , but i dont want to record statistic because i just want the announcer . thansk before Now that im reading this. I need this as well. I dont like the stats as well. Just the announcer. What i want is for all map. Because my server is set to pk on. Quote Link to comment Share on other sites More sharing options...
Question
fdmiracle
hello , i want to request some PvP Announcer script for pvp map .
example : announce rid2name(killerrid) +" has pawned "+ strcharinfo(0) +"'s head "+( (.announcemap)?("at "+ .@map$):""),atoi(.announceFlag$), .announceColor$;
this script from dota pvp ladder , but i dont want to record statistic because i just want the announcer .
thansk before
Link to comment
Share on other sites
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.