18.07.2012, 08:53
Quote:
private Vector3[] playerSpawns = new Vector3[]
An idea to fix the problem for Yasahiro Don't bother to implement the vector. Simply use provided vector and point3d in .net library http://msdn.microsoft.com/en-us/libr...d.point3d.aspx Not only Point3d but lot's of other useful structures. |
But this has given me an idea to make separate classes for Size, Location and Rotation and whatnot.
Side-note to anyone:
After browsing the forum, I found another plugin that allows use of coloured text in the console log.
Would this be useful to implement into SAMP.NET?
You guys could just use
Код:
Console.ForegroundColor = ConsoleColor.Something