help with PT's [message #332398] |
Thu, 29 May 2008 08:22 |
qwertwert125
Messages: 73 Registered: August 2007
Karma: 0
|
Recruit |
|
|
I want to know how to disablte the purchas terminal period, like make it so you cant even acsess it.
thanks
|
|
|
Re: help with PT's [message #332400 is a reply to message #332398] |
Thu, 29 May 2008 08:25 |
|
danpaul88
Messages: 5795 Registered: June 2004 Location: England
Karma: 0
|
General (5 Stars) |
|
|
Easy, don't put any on your map.
EDIT: Or, if this is for editing an existing map you don't have the source files for, you might be able to simply attach a script to the preset which immediatly destroys the PT object on creation.
[Updated on: Thu, 29 May 2008 08:26] Report message to a moderator
|
|
|
|
Re: help with PT's [message #332404 is a reply to message #332398] |
Thu, 29 May 2008 08:35 |
|
danpaul88
Messages: 5795 Registered: June 2004 Location: England
Karma: 0
|
General (5 Stars) |
|
|
Try attaching JFW_Destroy_Self_Timer to the PT presets for both the GDI and Nod teams and setting the Time to 0 (or 1 if that does not work). It should cause the PT's to destroy themselves as soon as they are created, and *should* work server side.
As for how to do it, you should read up on server side modding if you don't already know how to do that. There are plenty of tutorials, such as those on www.renhelp.net.
Quote: | JFW_Destroy_Self_Timer (when created, a timer is started, when the timer expires, the object is destroyed)
Time (how long the timer should run for)
TimerNum (what number to use for the timer)
|
[Updated on: Thu, 29 May 2008 08:36] Report message to a moderator
|
|
|
Re: help with PT's [message #332405 is a reply to message #332398] |
Thu, 29 May 2008 08:40 |
qwertwert125
Messages: 73 Registered: August 2007
Karma: 0
|
Recruit |
|
|
lol i couldent find any tutorials about this on renhelp, i look there first anyway
where would i say to attach the script at? is there some fun little file i put it in?
dont suppose you could give me a step by step? lol
|
|
|