Take Money.
#4

Quote:
Originally Posted by Macronix
Посмотреть сообщение
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....
Quote:
Originally Posted by dEcooR
Посмотреть сообщение
if so on you forgot to make this

Код:
new AttachmentObjects[][AttachmentEnum][ ] = {
{18632, "FishingRod", 123456},
And I dont need to add the line "GivePlayerMoney....." somewhere in the codes ?
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)