[Release] Flower System (5165)

03/31/2010 02:18 -NewDawn-#61
Quote:
Originally Posted by alielmasry View Post
im getting this error in Characters.Cs for this mark >>> ;

Code:
        public Struct.Flowers Flowers = new Struct.Flowers[COLOR="Red"]()[/COLOR];
fixed.
03/31/2010 02:51 sagitarius2118#62
Help Here pls
03/31/2010 06:11 .Beatz#63
Quote:
Originally Posted by sagitarius2118 View Post
Help Here pls
In World.cs search for
Code:
public class World
under the first { add
Code:
public static Dictionary<uint, Struct.Flowers> AllFlowers = new Dictionary<uint, Struct.Flowers>();
Delete that same code from where you currently have it.

Hit F6 done!

Just learn to read a bit more. It says where to add it in the guide.
03/31/2010 18:13 darky20#64
uhm..,not trying to spam ,buy anyone knows why Males don't got the Flower label to give it to females? they can send lillies..,etc but they can't see or send the flower
06/15/2010 19:25 Michael_vx#65
Will i have this Error in PacketHandler.cs and here is photo of Errors
[Only registered and activated users can see links. Click Here To Register...]
Please Help Fast
07/02/2010 10:01 sohaib#66
guys, where i put the 1st script?
Quote:
using System;
using System.Collections.Generic;
using System.Text;

namespace NewestCOServer
{
public partial class Struct
{
public class Flowers
{
public int RedRoses;
public int RedRoses2day;
public int Lilies;
public int Lilies2day;
public int Orchads;
public int Orchads2day;
public int Tulips;
public int Tulips2day;
public int Ammount;
}
}
}
07/02/2010 15:17 12tails#67
wherever you want....
07/02/2010 17:16 sohaib#68
how that? i create new .cs file?
09/09/2010 19:23 †he Knight#69
Thanks man
09/10/2010 21:41 WarGhoul#70
hmm this seems helpful
09/10/2010 22:52 †he Knight#71
Cud you please do a flower next to your name or fairy suits..
09/25/2010 09:16 BitzIn#72
#deleted