Tek Komutla Belirlediginiz Alana Stafflar Gidebilir [staff yazmaları yeterli olucaktır.

/*
04 Mayıs 2008
*/

using System; 
using Server; 
using Server.Gumps; 
using Server.Network; 
using Server.Items; 
using Server.Accounting;
using Server.Mobiles;

namespace Server.Scripts.Commands 
{ 
public class Staffgo
{ 
public static void Initialize() 
{ 
Server.Commands.Register( "Staff", AccessLevel.Counselor, new CommandEventHandler( Staff_OnCommand ) );    
} 

[Usage( "Staffs" )] 
[Description( "Tek Tarafli Bilet" )] 
public static void Staff_OnCommand( CommandEventArgs e ) 
{ 
Mobile somemobile = e.Mobile; 
somemobile.MoveToWorld(new Point3D(5438, 1114, 5), Map.Felucca); 
} 

} 


} 

Üye Ol veya Giriş Yap

Bu forum başlığına mesaj atmak istiyorsanız hemen üye olun veya giriş yapın.