yuhsing

Untitled

Apr 17th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1.  
  2. prontera,155,181,5 script Sample 757,{
  3. switch( select( "PVP Solo","Guild PK" ) ){
  4. Case 1:
  5. if( getmapusers("mapname") > 1 ){
  6. mes "Full";
  7. }else{
  8. warp "mapname",x,y;
  9. }
  10. break;
  11. Case 2:
  12. if( !getcharid(2) ){
  13. mes "Need a guild";
  14. }else{
  15. warp "mapname",x,y;
  16. }
  17. break;
  18. }
  19. close;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment