Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- prontera,155,181,5 script Sample 757,{
- mes "Select a map.";
- switch( select( "PVP Solo ["+getmapusers("mapname")+"]",
- "normal ["+getmapusers("mapname")+"]",
- "Guild PK ["+getmapusers("mapname")+"]" ) ){
- Case 1:
- if( getmapusers("mapname") > 1 ){
- mes "Full";
- }else{
- warp "mapname",x,y;
- }
- break;
- Case 2:
- warp "mapname",x,y;
- break;
- Case 3:
- if( !getcharid(2) ){
- mes "Need a guild";
- }else{
- warp "mapname",x,y;
- }
- break;
- }
- close;
- }
Advertisement
Add Comment
Please, Sign In to add comment