Hello, I found a problem that I can not solve.
Seqruiper conncera client and not throw away, but do not show the class, when you choose. All other shows in order.
[funny-release] change CLASS npc by addition to pirate class xDDD 01/12/2012 - CO2 PServer Guides & Releases - 30 Replies all of us wating for pirate
decided to code some sort of npc which change ur job in additon to pirate
that some sort of fun no more
in ur npc.cs or what ever its name
add that
#region (CharChanger By Eslam) case 17494: {
switch (npcRequest.OptionID) {
case 0: { dialog.Text("Would u like to change your job?"); dialog.Option("Yes Please", 1); dialog.Option("No.", 255); dialog.Send(); break;
}