Page 1 of 1

Need Help With Wc3 Options

Posted: Wed May 10, 2006 3:06 pm
by SuPeR-MaN
search... LOCKED
why did you lock it can you just PLZ answer my last qustion. How do you change the prices from the shopmenu?[/code]

Posted: Wed May 10, 2006 3:35 pm
by YamiKaitou
He is trying to tell you to search before you ask. That question has been answered twice in this past week.

Posted: Wed May 10, 2006 6:13 pm
by SuPeR-MaN
constants.inl:

Small:

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 
#if MOD == 1 
    new const itemcost2[9] =                {800,1500,550,1500,1500,1750,1000,9000,16000} 
#endif   
ok i edit mine and i restarted server and it still doesnt work heres how mine looks like


Code: Select all

new const itemcost[9] =					{1500,8000,1000,2000,2000,1500,2000,8000,4000}
#if MOD == 0
	new const itemcost2[9] =				{8000,1500,1500,1500,4000,6000,1000,8000,16000}
#endif
#if MOD == 1
	new const itemcost2[9] =				{800,1500,550,1500,1500,1750,1000,9000,16000}
#endif

Posted: Wed May 10, 2006 7:08 pm
by YamiKaitou
Did you recompile it and move the newly created amxx file to the plugins folder?

Posted: Thu May 11, 2006 10:57 pm
by SuPeR-MaN
no how do i do that ??? :lol:

Posted: Fri May 12, 2006 8:23 am
by Geesu
read the amxmodx.org documentation

Posted: Sun May 14, 2006 11:48 pm
by SuPeR-MaN
where is that at :lol:

Posted: Mon May 15, 2006 6:28 am
by DarkJP2
you call yourself superman but can't even use your eyes and some of your brain to search for a small word called doc(umentation)