Item Help
Posted: Thu Jul 21, 2005 1:31 pm
How Do i change the Price of the Items? and How do i disable Some?
Code: Select all
new const itemcost[9] = {1500,2500,1000,800,2000,800,2000,1000,4000}
#if MOD == 0
new const itemcost2[9] = {7500,1500,1500,1500,1500,1750,1000,9000,16000}
#endif
nightscream wrote:to change price of them open constants.inl located in addons/amxmodx/scripting/war3ft
and look for the codechange the things between the first {} for shopmenuCode: Select all
new const itemcost[9] = {1500,2500,1000,800,2000,800,2000,1000,4000} #if MOD == 0 new const itemcost2[9] = {7500,1500,1500,1500,1500,1750,1000,9000,16000} #endif
and the second {} for shopmenu2
the first item is ank, the second is boots and so on
and for shopmenu2 is the first item roll, the second mole protection and so on
Code: Select all
new const itemcost[9] = {1500,1500,1000,800,2000,800,2000,1000,4000}
#if MOD == 0
new const itemcost2[9] = {5000,1500,550,1500,1500,1750,1000,9000,16000}
I'm sure you did, but I had to ask: you recompiled after making the changes, right?Post wrote:i did what you said and when i went into server to test it nothing changed....
Lazarus Long wrote:Hello, Post:
I'm sure you did, but I had to ask: you recompiled after making the changes, right?Post wrote:i did what you said and when i went into server to test it nothing changed....
Regards,
OMG, I knew it, it was too good to be true.Post wrote:uhhhh......recompiled? how do i compile them if it on a Server and im using FTP?