Take Money.
#2

You just add to your enum something like "Cost" and then you have to change every bracket.
For example:

pawn Код:
enum AttachmentEnum
{
    //....other code
    Cost
}

new AttachmentObjects[][AttachmentEnum] = {
{18632, "FishingRod", 123456},
{18633, "GTASAWrench1", 999999},
//and so on....
Reply


Messages In This Thread
Take Money. - by dorperez - 23.07.2013, 09:14
AW: Take Money. - by Macronix - 23.07.2013, 09:31
Re: Take Money. - by dEcooR - 23.07.2013, 10:24
Re: Take Money. - by dorperez - 23.07.2013, 12:24

Forum Jump:


Users browsing this thread: 1 Guest(s)