Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 25 of 39
Search took 0.02 seconds.
Search: Posts Made By: TGMasterVN
Forum: Scripting 06-21-2016, 23:23
Replies: 1
Views: 1,216
Posted By TGMasterVN
[L4D2] Is there possible to make bot bhop?

Hi, I want to make a hard coop for my server that Tank AI can bhop and auto strafe too. Is it possible to write the code? :crab:
Forum: Plugins 06-19-2016, 08:19
Replies: 33
Views: 22,938
Posted By TGMasterVN
Re: [L4D2] Drop Secondary

In promod also has the same plugin, it was made 2 years ago.

https://github.com/Stabbath/ProMod/blob/master/addons/sourcemod/scripting/l4d2_drop_secondary.sp
Forum: Scripting 04-19-2016, 20:22
Replies: 6
Views: 1,267
Posted By TGMasterVN
Re: Help me to differentiate these

Can you try this? I added builtinvotes but not work perfectly like the standard one. It stuck like this
http://2.pik.vn/2016d48f77d6-d53b-49b2-ad7f-95f36fde56fe.jpg

Error logs:


L 04/19/2016...
Forum: Scripting 04-19-2016, 02:51
Replies: 6
Views: 1,267
Posted By TGMasterVN
Re: Help me to differentiate these

These are 2 plugins with same work but 1 uses Datapack and 1 uses Keyvalues
CustomVotes by chundo (https://forums.alliedmods.net/showthread.php?t=72216) <--- Datapack
CustomVotes by ReFlexPoison...
Forum: Scripting 04-19-2016, 02:23
Replies: 6
Views: 1,267
Posted By TGMasterVN
Re: Help me to differentiate these

Which one is easier? I am learning to code about this.
Forum: Scripting 04-18-2016, 22:37
Replies: 6
Views: 1,267
Posted By TGMasterVN
Help me to differentiate these

I want to load commands in a .cfg file, because it is easier to edit. But I have a small problem to solve.

What should I choose Datapacks (https://wiki.alliedmods.net/DataPacks) or KeyValues...
Forum: Source Servers (SRCDS) 04-18-2016, 10:21
Replies: 10
Views: 3,156
Posted By TGMasterVN
Re: [L4D2]About BuiltinVotes running in linux

Hi, I want to ask 1 question. Does NativeVotes work perfectly in L4D2 like BuiltinVotes? Because if that, it will be better :)
Forum: Scripting 04-11-2016, 20:03
Replies: 2
Views: 867
Posted By TGMasterVN
Re: Event WeaponSwitch in L4D2?

Wow, i wish there is a thank button for you!
Forum: Source Servers (SRCDS) 04-11-2016, 00:36
Replies: 4
Views: 2,214
Posted By TGMasterVN
Re: Left 4 Downtown 0.4.7

why so mad? The lastest version of l4downtown is 0.5.4.2 for windows, and also stable version of sourcemod is 1.7 already, why need to downgrade them?
Forum: Source Servers (SRCDS) 04-10-2016, 11:08
Replies: 4
Views: 2,214
Posted By TGMasterVN
Re: Left 4 Downtown 0.4.7

Are you running nonsteam server?
Forum: Snippets and Tutorials 04-10-2016, 10:48
Replies: 20
Views: 32,657
Posted By TGMasterVN
Re: [L4D2]DownloadsTable Black Screen Fix

No, you can try "sm_cvar sv_hosting_lobby" and see :bacon!:
Forum: Scripting 04-10-2016, 05:04
Replies: 2
Views: 867
Posted By TGMasterVN
Hi, is there any event that will be called when...

Hi, is there any event that will be called when players switch weapon in l4d2?

If not, can you help me to complete the code? I want to increase time when players switch from primary weapon to...
Forum: Source Servers (SRCDS) 04-08-2016, 04:15
Replies: 3
Views: 813
Posted By TGMasterVN
Re: [L4d2]Spawing bug

hmm weird. You try install new MetaMod:Source v1.11.0, SourceMod v1.7.3-dev+5302 and Promod 4.4.2 Full package. My servers are running on it.
Forum: Source Servers (SRCDS) 04-07-2016, 12:31
Replies: 3
Views: 813
Posted By TGMasterVN
Re: [L4d2]Spawing bug

Your sourcemod version? Is your server run linux or windows?
Forum: Plugins 04-03-2016, 01:17
Replies: 927
Views: 651,246
Posted By TGMasterVN
Re: Connect Announce

You just need to set "sm_ca_connectdisplaytype 0"
Forum: Source Servers (SRCDS) 03-01-2016, 00:53
Replies: 0
Views: 536
Posted By TGMasterVN
Server DOS or another problem?

My servers are running normally until yesterday, when I was playing and the server became laggy.
I checked my net_graph and saw this number (bordered) was decreasing, also my lerp became yellow. I...
Forum: Scripting 01-29-2016, 23:48
Replies: 4
Views: 2,535
Posted By TGMasterVN
Re: Event player disconnect

I tested with code above. When 1 disconnects and 1 joins after 2-3 seconds, it will only plus, no minus
Forum: Scripting 01-29-2016, 22:32
Replies: 4
Views: 2,535
Posted By TGMasterVN
Re: Event player disconnect

So if I use OnClientPutInServer(), it will be better?
Forum: Scripting 01-29-2016, 20:50
Replies: 4
Views: 2,535
Posted By TGMasterVN
Event player disconnect

HookEvent("player_disconnect", playerDisconnect, EventHookMode_Pre);



public OnClientDisconnect(client)


I don't know when will these occur.
So if I have this code
Forum: General 01-29-2016, 11:36
Replies: 7
Views: 1,195
Posted By TGMasterVN
Re: how I can setting Automatic On/Off Computer?

If you are using linux, you can set it in cronjobs
My computer turns off everyday at 1 a.m and auto wakes up at 12 p.m

59 0 * * * sudo rtcwake -m off -s 39600
Forum: Scripting 01-29-2016, 11:27
Replies: 3
Views: 863
Posted By TGMasterVN
Forum: General 01-29-2016, 11:13
Replies: 6
Views: 2,697
Posted By TGMasterVN
Re: L4D2 Server chat commands

Because it can only compile on linux, i don't know what happended with l4d2_direct on windows

This version should work, though no bhop track and tank rock skeet

L4d2_stats...
Forum: Scripting 01-29-2016, 10:55
Replies: 3
Views: 863
Posted By TGMasterVN
[SOLVED] GetRandomInt, Case and Player Name

My code is this, I want to make random chat for bots with their name.


for (new i = 1; i <= MaxClients; i++)
{
if (!IsClientInGame(i) || !IsClientConnected(i)) return;
if (IsFakeClient(i))...
Forum: General 01-27-2016, 10:21
Replies: 6
Views: 2,697
Posted By TGMasterVN
Re: L4D2 Server chat commands

2 and 3 are both in l4d2 skill detect
Forum: Scripting 01-24-2016, 21:02
Replies: 2
Views: 606
Posted By TGMasterVN
Re: [L4D2] BOT Rochelle problem

Thanks, problem solved! I just lengthen my botname string :wink:
Showing results 1 to 25 of 39

 
Forum Jump

All times are GMT -4. The time now is 15:04.


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