Need Help With Wc3 Options

Read log files for errors! If this fails, come here for help

Moderator: Forum Moderator

Locked
SuPeR-MaN
Peon
Posts: 13
Joined: Thu May 04, 2006 1:22 pm

Need Help With Wc3 Options

Post 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]
Last edited by SuPeR-MaN on Thu May 11, 2006 10:59 pm, edited 1 time in total.
Wc3 F|T [*Fast DL*] [*Custom Skins*] - 8.3.6.22:27015 for Cz
Come check it out has all 26 custom guns(no smokes or shilds)
Lots of custom maps
And ALL FAST DOWNLOADS!
User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou »

He is trying to tell you to search before you ask. That question has been answered twice in this past week.
Image

No support via PM or Email
SuPeR-MaN
Peon
Posts: 13
Joined: Thu May 04, 2006 1:22 pm

Post 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
Last edited by SuPeR-MaN on Thu May 11, 2006 10:58 pm, edited 1 time in total.
Wc3 F|T [*Fast DL*] [*Custom Skins*] - 8.3.6.22:27015 for Cz
Come check it out has all 26 custom guns(no smokes or shilds)
Lots of custom maps
And ALL FAST DOWNLOADS!
User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou »

Did you recompile it and move the newly created amxx file to the plugins folder?
Image

No support via PM or Email
SuPeR-MaN
Peon
Posts: 13
Joined: Thu May 04, 2006 1:22 pm

Post by SuPeR-MaN »

no how do i do that ??? :lol:
Wc3 F|T [*Fast DL*] [*Custom Skins*] - 8.3.6.22:27015 for Cz
Come check it out has all 26 custom guns(no smokes or shilds)
Lots of custom maps
And ALL FAST DOWNLOADS!
User avatar
Geesu
<b>King of the world!</b>
Posts: 3161
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu »

read the amxmodx.org documentation
No Support via PM
SuPeR-MaN
Peon
Posts: 13
Joined: Thu May 04, 2006 1:22 pm

Post by SuPeR-MaN »

where is that at :lol:
Wc3 F|T [*Fast DL*] [*Custom Skins*] - 8.3.6.22:27015 for Cz
Come check it out has all 26 custom guns(no smokes or shilds)
Lots of custom maps
And ALL FAST DOWNLOADS!
DarkJP2
Rifleman
Posts: 163
Joined: Tue Jul 26, 2005 3:18 pm
Location: Swiss

Post 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)
Locked