duskdawn Posted August 2, 2012 Posted August 2, 2012 Hi. Who knows the script for automatic return to savepoint when you died on a certain map? Thanks in advance! Quote
Sneaky Posted August 2, 2012 Posted August 2, 2012 - script diemap -1,{ end; OnPCDieEvent: if(strcharinfo(3) == "your_map_here") { warp "SavePoint",0,0; } end; } Quote
duskdawn Posted August 5, 2012 Author Posted August 5, 2012 thanks guys! Help. When I used the OnPCDieEvent of Emistry, it affected other maps not only the map i've used it to. Is og2's OnPCDieEvent used in certain maps only? Or it affects other maps too? Quote
Emistry Posted August 5, 2012 Posted August 5, 2012 yes..use og2 script...i forget to add map checking. beside..it is much more fast to get your answer if you just copy the script and run it and test it . that wont even take you 5 minutes. Quote
Question
duskdawn
Hi. Who knows the script for automatic return to savepoint when you died on a certain map? Thanks in advance!
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.