technick Posted November 19, 2017 Posted November 19, 2017 good afternoon, I wonder if this is removed on the data or in some diff (hexed 2015) ss: Quote
0 Scanty Posted November 19, 2017 Posted November 19, 2017 Why just do not validate to when player die, auto-respawn in their savepoint? OnPCDieEvent: warp "SavePoint",0,0; Or if you have different pvp maps. - script pvpmap -1,{ end; OnPCDieEvent: if(strcharinfo(3) == "pvp_map") { warp "SavePoint",0,0; } end; } Quote
0 technick Posted November 19, 2017 Author Posted November 19, 2017 7 minutes ago, Scanty said: Why just do not validate to when player die, auto-respawn in their savepoint? OnPCDieEvent: warp "SavePoint",0,0; Or if you have different pvp maps. - script pvpmap -1,{ end; OnPCDieEvent: if(strcharinfo(3) == "pvp_map") { warp "SavePoint",0,0; } end; } I already did, but I would remove the button Quote
Question
technick
good afternoon, I wonder if this is removed on the data or in some diff (hexed 2015)
ss:
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.