hi everybody, here I put a gun to the wall (Usp45) following a tutorial of silver wolf but when I'm in front of the weapon for purchase I pay 0 for the weapon while I put his price 600 and also when I am in front of the weapon I have no message saying buy the gun or buy ammunition. Can you help me ?
Thank you I will test the razorback you will find it on the site cfg factory in download then cod waw then custo weapons.par cons I can not get a sound in the game for the razorback but for all other souls I have the Sons.can be from a se that it is a bo3 weapon Double Post Merge: November 15, 2016, 10:01:01 pmI just tried what you told me to do, I still have no message and the weapon is always a 0 in price. I want to remember that it is a cod4 weapon to add is not a weapon of waw. I followed a tutorial to put a custom weapon on the wall with chalk.
Last Edit: November 15, 2016, 10:01:01 pm by lmg60
Thank you I will test the razorback you will find it on the site cfg factory in download then cod waw then custo weapons.par cons I can not get a sound in the game for the razorback but for all other souls I have the Sons.can be from a se that it is a bo3 weapon Double Post Merge: November 15, 2016, 10:01:01 pmI just tried what you told me to do, I still have no message and the weapon is always a 0 in price. I want to remember that it is a cod4 weapon to add is not a weapon of waw. I followed a tutorial to put a custom weapon on the wall with chalk.
Ok so the problem is in your trigger.Follow this tutorial and your problem will be gone:https://www.youtube.com/watch?v=Q8gOlRcTkvA
Something ago I had the same problem.I followed it and my problem was solved
PS:I didn't find the razorback in cfgfactory,could you please send me the link?I would love to add it in my map
If you happen to have the sound of the razorback in play keep me informed Double Post Merge: November 16, 2016, 01:47:17 am Well I followed the tutorial is I managed to have the gun on the mu by cons I am still no text to display the screen and the weapon is always a 0. I try the line of code you give me I have no message and I try it:
Code Snippet
Plaintext
Add_zombie_weapon ( "model1887", "Press and Hold && 1 To Buy model1887", & "ZOMBIE_WEAPON_model1887_1000", 1000, "vox_shotgun", 6);
But still no message. I would like to succeed in having the message that tells me pay so much to buy the weapon and also for ammunition
I am French I speak not at all English the tuto I am in video but otherwise I do not understand what he says in his video
Last Edit: November 18, 2016, 07:22:09 pm by MZslayer11
Add_zombie_weapon ( "model1887", "Press and Hold && 1 To Buy model1887", & "ZOMBIE_WEAPON_model1887_1000", 1000, "vox_shotgun", 6);
Man you have to delete the & "ZOMBIE_WEAPON_model1887_1000", because this line is a localized string,that means that the weapon is already defined in the basic script of WaW,and not only you don't have the weapon in the script as also the line is duplicated.BluntStuffy explains better here: http://ugx-mods.com/forum/index.php/topic,13659.0.html
Ps:My bad,think that you don't the "Press and" text in that line Double Post Merge: November 16, 2016, 03:12:49 pm Double Post Merge: November 16, 2016, 07:07:30 pm
If you happen to have the sound of the razorback in play keep me informed Double Post Merge: November 16, 2016, 01:47:17 am Well I followed the tutorial is I managed to have the gun on the mu by cons I am still no text to display the screen and the weapon is always a 0. I try the line of code you give me I have no message and I try it:
Add_zombie_weapon ( "model1887", "Press and Hold && 1 To Buy model1887", & "ZOMBIE_WEAPON_model1887_1000", 1000, "vox_shotgun", 6);
But still no message. I would like to succeed in having the message that tells me pay so much to buy the weapon and also for ammunition
I am French I speak not at all English the tuto I am in video but otherwise I do not understand what he says in his video
Thanks for sharing the weapons with me man!!Just one more thing:Do you have the mod.csv text for it?Because it isn't in the download
Last Edit: November 18, 2016, 07:23:39 pm by MZslayer11
I is not the mod.csv files it is for his other way that I am not his amon weapon in full play but I think the solution is simple based on the mod.csv of the other weapon We can find the solution. If you find tell me Double Post Merge: November 17, 2016, 12:23:38 amDid you manage to do what I want to do? If yes can you do it with the model1887 of mw3 and make me screenshots of all the lines of codes of each file?
Last Edit: November 17, 2016, 12:23:38 am by lmg60
How come there's no mod.csv text?I mean,every custom weapon needs it to be in the game and to have sounds.And sorry,I don't have the model1887,but I have the commando from BO1 if you want,just change the names to the model
I have all the weapons of cod4, mw3 and bo1 Can you try what I want to do as on the link of the video you share but with the model 1887 and see if you have the price of the weapon and the purchase text + ammunition in play? The model1887 you find it on ugx in the pack of mw3
And if you test tien me aware and of course if you succeed I want you to send me screenshot of t lines of codes
After the one that you tells me I do it because I put full of weapon on a map of test but when I them but on a wall like on the video that you to share to me I is not of message And the price is a 0 that is problem the one that I absolutely want to regulate
In your _zombiemode_weapons make sure your usp line is:
Code Snippet
Plaintext
add_zombie_weapon( "usp", "Press & Hold &&1 to Buy USP [Cost: 600]", 600, "" );
and in your dlc3_code:
Code Snippet
Plaintext
include_weapon( "usp" );
And your in-game trigger for the wall weapon should have: Key: zombie_cost Value: 600
Also make sure you double check the rest of your kvps are correct / necessary if you have any and fully compile. And If the weapon file is named something other than "usp" (i.e. bo1_usp), then change the above names to the correct name.
If you happen to have the sound of the razorback in play keep me informed Double Post Merge: November 16, 2016, 01:47:17 am Well I followed the tutorial is I managed to have the gun on the mu by cons I am still no text to display the screen and the weapon is always a 0. I try the line of code you give me I have no message and I try it:
Code Snippet
Plaintext
Add_zombie_weapon ( "model1887", "Press and Hold && 1 To Buy model1887", & "ZOMBIE_WEAPON_model1887_1000", 1000, "vox_shotgun", 6);
But still no message. I would like to succeed in having the message that tells me pay so much to buy the weapon and also for ammunition
I am French I speak not at all English the tuto I am in video but otherwise I do not understand what he says in his video
I managed to get sounds on the razorback,just add this to your mod.csv: