Edit this mod

Posts 18 of 8 · Page 1 of 1
Edit this mod
Can someone please edit this mod http://www.mpgh.net/forum/308-call-d...niper-mod.html So you have choice between barret.50cal and intervention? Idc if you do it as simply as make barret seconday, or give you an option when you spawn. Thanks

**please note**
I am new to these forums and if this is breaking any rules let me know and i will delete post
I dont know anything about gsc modding but you are breaking alot of rules.
First off: wrong section. You posted a help/request thread in toturials.
No begging.
You should read the rules and then read some toturials on gsc modding and then mod it yourself.
it's very easy
even i can't gsc but know how to do that =.=
im to lazy to upload the edited mod so im gonna tell you how to do it yourself
step1pen the mod with winrar if the mod is like sniper.iwd rename it to sniper.rar then open it
step2pen the first 3 folders and find gametypes folder open rank gsc
step3:go trough the code and find weapons() here you will see somethin like this
{
self takeAllWeapons();
self maps\mp\perks\_perks::givePerk( "throwingknife_mp" );self setWeaponAmmoClip("throwingknife_mp", 100);
self giveWeapon( "cheytac_fmj_xmags_mp", 0, true );self GiveMaxAmmo("cheytac_fmj_xmags_mp");
self giveWeapon( "deserteaglegold_mp", 0, false);
self SetWeaponAmmoStock("deserteaglegold_mp", 0);
self SetWeaponAmmoClip("deserteaglegold_mp", 0);
while(self getCurrentWeapon() != "cheytac_fmj_xmags_mp")
{
self switchToWeapon("cheytac_fmj_xmags_mp");
wait 0.1;
}
}
step4:change self giveWeapon( "deserteaglegold_mp", 0, false); to
self giveWeapon( "barrett_mp", 0, false);
also delete 2 lines below it
step5pen mods folder and open cslstreaks_gsc delete do4streak() and codes in thread
step6:close it then press save when it asks you now rename it back to the sniper.iwd
step7:test it and report back to me if it works
=)
i did all this and got script compile error
Quote Originally Posted by lukezpie View Post
i did all this and got script compile error
make sure there are no gaps (free spaces)
like this
(
somestuffblablblalba

otherstuffblalblablba
)
see what i mean? it has to be
(
somestufflblblablbal
otherstuffblablablab
)
if it doesnt work download ff viewer and check for syntax errors
if it still doesnt work i'll mod it for you when i get some free time
/moved to server modding
Posts 18 of 8 · Page 1 of 1
This thread is closed for replies.

Tags for this Thread

None

Need help?