23.07.2013, 09:31
You just add to your enum something like "Cost" and then you have to change every bracket.
For example:
For example:
pawn Код:
enum AttachmentEnum
{
//....other code
Cost
}
new AttachmentObjects[][AttachmentEnum] = {
{18632, "FishingRod", 123456},
{18633, "GTASAWrench1", 999999},
//and so on....