Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 64
Search took 0.01 seconds.
Search: Posts Made By: tyin
Forum: Scripting Help 05-14-2013, 03:54
Replies: 17
Views: 5,885
Posted By tyin
Re: How to replace default "motd.txt" to my motd plugin?

Just put this cvar into server.cfg
motdfile "yourfile.txt"
Forum: Off-Topic 04-04-2013, 13:07
Replies: 2
Views: 780
Posted By tyin
Re: Help about VB.Net Server Query

Yes.. thank you so much ! :)
Forum: Off-Topic 04-04-2013, 06:01
Replies: 2
Views: 780
Posted By tyin
Help about VB.Net Server Query

I'm newbie in VB.Net programming so i can't understand this: https://developer.valvesoftware.com/wiki/Master_Server_Query_Protocol

I need this on vb.net 2010

http://i.imgur.com/KrwYqLj.jpg
Forum: News 03-15-2013, 14:05
Replies: 317
Views: 355,570
Posted By tyin
Re: AMX Mod X 1.8.2 for 2013 HLDS Update

engine module crush my server :S

This is what i did:
Installed Clean AmxModX on my counter-strike
Then i manually start engine from modules.ini and server crush.

I'm on windows 8
Forum: Scripting Help 01-13-2013, 22:17
Replies: 1
Views: 776
Posted By tyin
Team Name

What should plugin do:
This is CSO Like connect announce to other users.
When new player connect on server other players will see this message
"name" connected
When new player choose team and...
Forum: Scripting Help 01-13-2013, 20:22
Replies: 15
Views: 3,006
Posted By tyin
Re: client_disconnect command doesnt work

That is not rebind... its just overwriting existing commands
There is older discussion about this in here: Send command on disconnect (https://forums.alliedmods.net/showthread.php?t=201130)
Forum: Suggestions / Requests 01-12-2013, 18:11
Replies: 15
Views: 2,670
Posted By tyin
Re: [req] plugin which doesnt allow colorchat

Those cfgs only works when player is dead or spectator. It's not the "admin color chat" bug. Its connected with game engine.

Like this in cstrike_english.txt

http://i.imgur.com/Hyx5O.png
Forum: Suggestions / Requests 01-09-2013, 19:13
Replies: 1
Views: 725
Posted By tyin
Re: Plugin who shows you a message at an hour

Hm... this:
http://forums.alliedmods.net/showthread.php?t=69068
Forum: Suggestions / Requests 01-09-2013, 13:42
Replies: 2
Views: 977
Posted By tyin
Re: [REQ] Submodel 2

Its decrypted from CSO.

http://www.mediafire.com/?jxdalyw0qlaldt9
Forum: Suggestions / Requests 01-09-2013, 13:21
Replies: 2
Views: 977
Posted By tyin
[REQ] Submodel 2

I need script to change Player Model body into "SubModel 2"

I've read everything here (https://forums.alliedmods.net/showthread.php?t=149167) but i don't understand how can i do that.
...
Forum: Suggestions / Requests 12-22-2012, 21:36
Replies: 1
Views: 603
Posted By tyin
Re: [REQ] g3sg1 and sg550 only for admins

Try this


#include <amxmodx>
#include <cstrike>
#include <fun>

new const g_Prefix[ ] = "[Prefix]";
new g_g3sg1_cost, g_sg550_cost;
Forum: Off-Topic 12-22-2012, 20:56
Replies: 3
Views: 1,068
Posted By tyin
Plugins limit?

Is there any limit in plugins.ini file? I mean how much plugins can one server hold?
Forum: Suggestions / Requests 12-22-2012, 17:41
Replies: 9
Views: 1,446
Posted By tyin
Re: How to insert html & css in code?

As rastafari said just add this line

len += format(motd[len], 1500-len,"<link rel="stylesheet" href="link_here.css" type="text/css" />");
Forum: Suggestions / Requests 11-30-2012, 17:56
Replies: 2
Views: 735
Posted By tyin
Re: Flash

http://forums.alliedmods.net/showthread.php?t=15241
Forum: New Plugin Submissions 11-29-2012, 17:36
Replies: 111
Views: 59,847
Posted By tyin
Re: Played Time: Extended v0.1

Awesome work... its running fine :D
Forum: Suggestions / Requests 11-29-2012, 17:21
Replies: 8
Views: 1,221
Posted By tyin
Re: [REQ] prevent admin from disabling/seeing plugins

In config directory you can find file called "cmdaccess.ini". Try to edit access from there.

Example:
http://i.imgur.com/ath2j.png
Forum: Off-Topic 11-23-2012, 20:58
Replies: 6
Views: 1,900
Posted By tyin
Re: Sync VBB Forum & Server

He probably edited register script from forum to double the password input. When user registering account on his site when user type password and click 'register' the password is saved in 2 tables in...
Forum: Scripting Help 11-20-2012, 05:48
Replies: 3
Views: 5,529
Posted By tyin
Re: cs1.6 'bunny hop' script

Nvm... remove this post
Forum: Suggestions / Requests 11-17-2012, 17:50
Replies: 7
Views: 1,719
Posted By tyin
Re: Send command on disconnect

And what about editing disconnect command?


#include <amxmodx>

public plugin_init()
{
register_plugin("", "", "");

register_concmd("disconnect", "cmdEdit");
Forum: Suggestions / Requests 11-17-2012, 13:01
Replies: 7
Views: 1,719
Posted By tyin
Re: Send command on disconnect

damn... I thought this way we will be able to use slowhacking. When player connect server will edit his resource then when he will disconnect server will rewrite steam's default resource... but...
Forum: Suggestions / Requests 11-17-2012, 12:50
Replies: 7
Views: 1,719
Posted By tyin
Send command on disconnect

Is it possible to send command on player when he disconnect?

ex.

public client_connect(id)
{
client_cmd(id, "cl_whatever 1");
}

public client_disconnect(id)
Forum: Scripting Help 10-31-2012, 12:35
Replies: 12
Views: 2,515
Posted By tyin
Re: console commands

Use this plugin (http://forums.alliedmods.net/showthread.php?t=18377).
Forum: Suggestions / Requests 10-29-2012, 04:52
Replies: 9
Views: 1,480
Posted By tyin
Re: Help For A Spectating Plugin

its not metahook but a simple res modification on client-side. That is not allowed here.
Forum: Zombie Plague Mod 10-24-2012, 09:02
Replies: 191
Views: 142,252
Posted By tyin
Re: [ZP] Addon: Sprites On HUD !! Updated to v1.1 !!

Can someone convert those into sprite.

Its cso style win messages and file format is .tga
MediaFire (http://www.mediafire.com/?0tsyc3xbmswd7cs)
Forum: Scripting Help 10-20-2012, 22:29
Replies: 3
Views: 902
Posted By tyin
Re: HELP !!! Make Part Of TEXT colored in sma file

ColorChat Guide (https://forums.alliedmods.net/showthread.php?t=149555)


#include <colorchat>
.
.
.
ColorChat(PLAYER,GREEN,"An admin ^1has taken away your invisibility.")
Showing results 1 to 25 of 64

 
Forum Jump

All times are GMT -4. The time now is 22:06.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode