yuhsing

Untitled

Jan 28th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. - script Sample -1,{
  2. OnInit:
  3. setarray .map$[0],"poring_w01","poring_w02";
  4. .map_size = getarraysize( .map$ );
  5. end;
  6.  
  7. OnPCLoadMapEvent:
  8. if( getgmlevel() < 80 )
  9. for( .@i = 0; .@i < .map_size; .@i++ )
  10. if( strcharinfo(3) == .map$[.@i] ){
  11. mes "You cant enter this map.";
  12. close2;
  13. warp "prontera",155,181;
  14. end;
  15. }
  16. end;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment