Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - script Sample -1,{
- OnInit:
- setarray .map$[0],"poring_w01","poring_w02";
- .map_size = getarraysize( .map$ );
- end;
- OnPCLoadMapEvent:
- if( getgmlevel() < 80 )
- for( .@i = 0; .@i < .map_size; .@i++ )
- if( strcharinfo(3) == .map$[.@i] ){
- mes "You cant enter this map.";
- close2;
- warp "prontera",155,181;
- end;
- }
- end;
- }
Advertisement
Add Comment
Please, Sign In to add comment