Advertisement
Oxxy

Untitled

May 28th, 2015
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. for(.@i = 0; .@i < getarraysize(.GM_Name$); .@i++) {
  2. getmapxy(.Map$,.x,.y, 0, .GM_Name$[.@i]);
  3. if(.showLocation && getgroupid() > 0)
  4. mes ""+.GM_Name$[.@i]+": "+.Map$+"";
  5. else mes .GM_Name$[.@i];
  6. close;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement