IsabelaFernandez Posted October 31, 2019 Group: Members Topic Count: 146 Topics Per Day: 0.06 Content Count: 355 Reputation: 8 Joined: 04/16/18 Last Seen: October 21, 2024 Share Posted October 31, 2019 Hello friends, as the title itself says I would like a script to make the player disconnect on a specific map when dying. For example the map: bossnia_01, bossnia_02 thank you all for your support Quote Link to comment Share on other sites More sharing options...
0 Balfear Posted October 31, 2019 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 256 Reputation: 245 Joined: 07/24/13 Last Seen: May 16 Share Posted October 31, 2019 14 minutes ago, IsabelaFernandez said: Hello friends, as the title itself says I would like a script to make the player disconnect on a specific map when dying. For example the map: bossnia_01, bossnia_02 thank you all for your support - script Bossnia_kicker -1,{ OnPCDieEvent: if (strcharinfo(3) == "bossnia_01" || strcharinfo(3) == "bossnia_02" || strcharinfo(3) == "bossnia_03" || strcharinfo(3) == "bossnia_04") atcommand "@kick "+strcharinfo(0); end; } Something like this. 1 1 Quote Link to comment Share on other sites More sharing options...
0 IsabelaFernandez Posted November 2, 2019 Group: Members Topic Count: 146 Topics Per Day: 0.06 Content Count: 355 Reputation: 8 Joined: 04/16/18 Last Seen: October 21, 2024 Author Share Posted November 2, 2019 On 10/31/2019 at 8:19 PM, Balfear said: - script Bossnia_kicker -1,{ OnPCDieEvent: if (strcharinfo(3) == "bossnia_01" || strcharinfo(3) == "bossnia_02" || strcharinfo(3) == "bossnia_03" || strcharinfo(3) == "bossnia_04") atcommand "@kick "+strcharinfo(0); end; } Something like this. thanks, it worked exactly as i wanted it to! Quote Link to comment Share on other sites More sharing options...
Question
IsabelaFernandez
Hello friends, as the title itself says I would like a script to make the player disconnect on a specific map when dying.
For example the map: bossnia_01, bossnia_02
thank you all for your support
Link to comment
Share on other sites
2 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.