Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need HUD plugin
#1
hello
i need hud element plugin to tupe something in down of server!
not like ServerAd in left of server ore another plugins!
sry bad english !
Reply

#2
What?? I'm greatly confused...
~FYANB~ Servers Website

Primary Account:
[Image: 76561198070236721.png]
Secondary Account:
[Image: 76561198096107676.png]
Third Account:
[Image: 76561198164751656.png]
Reply

#3
my mean in plugin ore some source code to write my own text in server ike this picture

[Image: 73314697800699779200_thumb.jpg]
Reply

#4
(07-02-2014, 06:50)s.j-rez Wrote: my mean in plugin ore some source code to write my own text in server ike this picture

[Image: 73314697800699779200_thumb.jpg]

My browser crashed when I opened this. :Troll:
Simply use ServerAd, just edit the position.
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Reply

#5
did thanks <3
Reply

#6
do you have any source code to creat password for server ?
like !setpassword 123 -> !unsetpassword
Reply

#7
(07-03-2014, 11:32)s.j-rez Wrote: do you have any source code to creat password for server ?
like !setpassword 123 -> !unsetpassword

Split the message to the two parts.
First one is "!setpassword", second is password.
So something like this ( pseudocode, I don't remember C# anymore. )
Code:
string[] cmd = Message.Split(' ');
string firstVar = cmd[0];
string secondVar = cmd[1];

if ( firstVar == !setpassword ) {
           if( secondVar.length < 1 )
            return chattype.none;
           iprintln(string.Format("server password changed to {0}", secondVar));
           setDvar("g_password", secondVar);
}

To "unset" password simply do "setDvar("g_password", "");".
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Reply

#8
(07-03-2014, 12:12)Nekochan Wrote:
(07-03-2014, 11:32)s.j-rez Wrote: do you have any source code to creat password for server ?
like !setpassword 123 -> !unsetpassword

Split the message to the two parts.
First one is "!setpassword", second is password.
So something like this ( pseudocode, I don't remember C# anymore. )
Code:
string[] cmd = Message.Split(' ');
string firstVar = cmd[0];
string secondVar = cmd[1];

if ( firstVar == !setpassword ) {
           if( secondVar.length < 1 )
            return chattype.none;
           iprintln(string.Format("server password changed to {0}", secondVar));
           setDvar("g_password", secondVar);
}

To "unset" password simply do "setDvar("g_password", "");".

you type code for set password and unset password..
please make and compile.
& upload
thank you
Nyan Cat You can't teach an old dog new tricks Nyan Cat
Nyan Cat You can't teach grandmother to suck eggs Nyan Cat
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  [Request] Shop plugin for infected server Petrosyan 0 2,151 01-11-2016, 21:01
Last Post: Petrosyan
  [Request] Full specialist plugin (.dll file prefered) plz check Ph4ntoM 4 3,027 10-24-2015, 20:51
Last Post: Casper
  Help health and ping plugin tamir20121 7 5,255 10-22-2015, 16:09
Last Post: Ph4ntoM
  [Request] Full specialist plugin (.dll file prefered) Ph4ntoM 0 1,707 10-18-2015, 21:18
Last Post: Ph4ntoM
  [Request] Welcome plugin that checks user for VAC bans. graphix2004 0 1,904 07-26-2015, 12:19
Last Post: graphix2004
Brick [Request] Flying plugin 7ru7a21 6 4,840 06-13-2015, 15:27
Last Post: leroi
  give ammo plugin lander 2 2,965 09-06-2014, 14:10
Last Post: clacki
Heart [Request] Bunker Plugin (Can pay) as4dkhan 2 2,889 08-24-2014, 19:08
Last Post: as4dkhan
Tongue MW3 working jump height, gravity and fall damage plugin request/help Semyel 9 7,382 04-12-2014, 17:36
Last Post: Casper
  Plugin to get weapons xxxLik3aB0SSxxx 51 23,414 03-21-2014, 03:39
Last Post: Dude

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.