Another script Q [message #191121] |
Fri, 24 February 2006 21:10 |
|
Kamuix
Messages: 1247 Registered: May 2005 Location: Ontario, Canada
Karma: 0
|
General (1 Star) |
|
|
I'm not sure how the Renalert Pt's work. And if so is it possible to use them on Serverside. The ones I'm refering to are the ones that are used to purchase things like Helicopters, Subs.
Thanks.
|
|
|
Re: Another script Q [message #191126 is a reply to message #191121] |
Fri, 24 February 2006 22:32 |
|
In order for those PTs to work, you need all players to have bhs.dll (or renalert.dll in the case of renalert) on their client.
Jonathan Wilson aka Jonwil
Creator and Lead Coder of the Custom scripts.dll
Renegade Engine Guru
Creator and Lead Coder of TT.DLL
Official member of Tiberian Technologies
|
|
|
|
Re: Another script Q [message #191183 is a reply to message #191147] |
Sat, 25 February 2006 12:21 |
|
Kamuix
Messages: 1247 Registered: May 2005 Location: Ontario, Canada
Karma: 0
|
General (1 Star) |
|
|
danpaul88 wrote on Sat, 25 February 2006 05:22 | I use JFW_Preset_Buy_Poke for a similar purpose in a mod I am working on, as long as you distribute a recent version of scripts.dll with the map/mod (including bhs.dll) clients shouldnt have any problem.
You need to set the name of the preset it buys, the amount you want it to cost, a location (x,y,z) for the preset to spawn and the player type which can use the terminal.
As for using it serverside, it would be limited to people with bhs.dll only, as jonwil pointed out.
|
I am using JFW_Preset_buy at the moment by just using a Zone.
In this map you see here the objective for GDI is to destroy the Helipad. The singleplayer Helipads health really sucks though. A single pistol shot takes a full bar of health from that thing.
-
Attachment: mapo.JPG
(Size: 28.14KB, Downloaded 238 times)
|
|
|
Re: Another script Q [message #191210 is a reply to message #191183] |
Sat, 25 February 2006 15:20 |
|
danpaul88
Messages: 5795 Registered: June 2004 Location: England
Karma: 0
|
General (5 Stars) |
|
|
Kamuix wrote on Sat, 25 February 2006 19:21 | I am using JFW_Preset_buy at the moment by just using a Zone.
|
What I did was;
a) clone the PT object (aka temp button)
b) set it to unteamed
c) add the JFW_Buy_Preset script
I would suggest making a PT model, like the standard renegade ones, to show where the purchase zone is, it will show up like the normal PT's do.
[Updated on: Sat, 25 February 2006 15:20] Report message to a moderator
|
|
|
Re: Another script Q [message #191214 is a reply to message #191210] |
Sat, 25 February 2006 15:59 |
|
Kamuix
Messages: 1247 Registered: May 2005 Location: Ontario, Canada
Karma: 0
|
General (1 Star) |
|
|
danpaul88 wrote on Sat, 25 February 2006 17:20 |
Kamuix wrote on Sat, 25 February 2006 19:21 | I am using JFW_Preset_buy at the moment by just using a Zone.
|
What I did was;
a) clone the PT object (aka temp button)
b) set it to unteamed
c) add the JFW_Buy_Preset script
I would suggest making a PT model, like the standard renegade ones, to show where the purchase zone is, it will show up like the normal PT's do.
|
Temping works serverside? I assumed that would crash people.
Thanks for the help I'le try that.
[Updated on: Sat, 25 February 2006 15:59] Report message to a moderator
|
|
|