[TF2] Open motd every X death
I am looking for something that would open the MOTD every X deaths (this would be great if it is changeable )
If you know about something like this please send me a link, i have not been able to find anything simillar. |
Re: [REQ][TF2] Open motd every X death
Try this, haven't tested it, but just put it together with some floats.
This is for every 3 deaths. PHP Code:
|
Re: [REQ][TF2] Open motd every X death
Thanks for the fast reply, I will test this now.
Edit: I will test it tomorrow because my current server is running sm 1.4.3 |
Re: [REQ][TF2] Open motd every X death
Why on earth would you use a Float for a counter??
Also, to increment a variable, you use += PHP Code:
|
Re: [REQ][TF2] Open motd every X death
Quote:
|
Re: [REQ][TF2] Open motd every X death
playerdeath[client] += 1; ->
playerdeath[client]++; ? |
Re: [REQ][TF2] Open motd every X death
Quote:
|
Re: [REQ][TF2] Open motd every X death
So I compiled it like this
PHP Code:
|
Re: [REQ][TF2] Open motd every X death
ShowMOTDPanel(client, "Advertisement", "http://mywebsite.com", MOTDPANEL_TYPE_URL);
|
Re: [REQ][TF2] Open motd every X death
also im not sure if you put the http part
try mywebsite.com/index.html |
| All times are GMT -4. The time now is 05:05. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.