Home
X Menu (Mod Pack)
Maps & Saves
Client Side Mods
Server Side Mods
Game Tips
Screenshots
Contact
Links
This is for bacs pack, those of you scripters should be able to adapt to normal RTB. Tutorial and files coming soon.
Download player.cs, weapon.cs and copy it to the location given.
Overwrite your current files.
Normal:
itemcost.zip
For Bacs:
player.cs weapon.cs
Manual Instructions:
Open rtb/server/scripts/player.cs
Bacs Users:Open rtb/server/scripts/ptta/player.cs
Find:
messageClient(%client,
Full code:
if
{
}
Replace with:
%obj.pickup(%col);
Open rtb/server/scripts/weapon.cs
Bacs users:Open rtb/server/scripts/ptta/weapon.cs
bottomPrint(%client,
//if(%client.WantBuy != 1 && $Pref::Server::ItemsCostMoney $= 1 && %this.cost > 0)
// {
//bottomPrint(%client,"Press <B> to Buy this Weapon!",0.5,1);
// }
Find just below:
Find a bit more below: