So i would like to ask if how can i make each player is returned to the same exact point they were before playing the match.
OnEventEnd:
getmapxy(.@m$,.@px,.@py,0);
warp .@m$,.@px,.@py;
.off = 0;
.on = 0;
for(set .@i, 0; .@i < getarraysize(.option); set .@i,.@i+1)
...