Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 31
Search took 0.00 seconds.
Search: Posts Made By: timtam95
Forum: Source Servers (SRCDS) 06-01-2020, 13:31
Replies: 3
Views: 979
Posted By timtam95
Re: [TF2] Players cannot join team BLU

As Bacardi told you in his last post in that thread, it's the game mode that is preventing the team change, meaning you will have to modify the Freak Fortress plugin and recompile it to suit your...
Forum: Source Servers (SRCDS) 06-01-2020, 12:53
Replies: 3
Views: 979
Posted By timtam95
Re: [TF2] Players cannot join team BLU

How does this differ from your other post?

https://forums.alliedmods.net/showthread.php?t=322639
Forum: Source Servers (SRCDS) 04-29-2020, 14:16
Replies: 1
Views: 1,241
Posted By timtam95
tf2 server out of control ram usage

i've noticed over the last week or so that the ram usage for my tf2 server has jumped to ~ 400mb upon startup with no players connected. every time a player connects it uses about an extra 1mb of...
Forum: Plugin/Gameplay Ideas and Requests 04-29-2020, 10:13
Replies: 7
Views: 1,346
Posted By timtam95
Re: [REQ] First join ever

this is a very simple plugin. if these guys are trying to get you to pay, i will write it for you for free.
Forum: Plugin/Gameplay Ideas and Requests 04-22-2020, 07:43
Replies: 18
Views: 3,785
Posted By timtam95
Re: Chat Tag

you didn't say anything at all about a database in your original post.
Forum: Plugin/Gameplay Ideas and Requests 04-21-2020, 11:15
Replies: 18
Views: 3,785
Posted By timtam95
Re: Chat Tag

not thoroughly tested
Forum: Plugin/Gameplay Ideas and Requests 03-22-2020, 12:00
Replies: 1
Views: 584
Posted By timtam95
Re: Detect specific account join then input multiple server commands

public void OnClientPutInServer(int client) {

char steamid[32];
GetClientAuthId(client, AuthId_Steam2, steamid, sizeof(steamid))


//replace STEAM_0:1:1234567 with the player's steamid
if...
Forum: Plugin/Gameplay Ideas and Requests 03-22-2020, 11:49
Replies: 0
Views: 371
Posted By timtam95
nevermind

nevermind
Forum: Plugin/Gameplay Ideas and Requests 01-15-2020, 08:58
Replies: 3
Views: 1,072
Posted By timtam95
Forum: Plugin/Gameplay Ideas and Requests 11-12-2019, 13:38
Replies: 4
Views: 1,137
Posted By timtam95
Re: [Idea] Rocket explosion particle

Hello,
Would anyone be able and willing to write a small plugin which changes rocket launcher explosion particle in to something else?
For example to this particle: xms_snowburst

Thank you. :)
Forum: Plugin/Gameplay Ideas and Requests 10-22-2019, 10:31
Replies: 3
Views: 1,318
Posted By timtam95
Re: [REQ] [TF2] Disable Capturing

update your sourcemod.
Forum: Plugin/Gameplay Ideas and Requests 10-21-2019, 14:55
Replies: 3
Views: 1,318
Posted By timtam95
Re: [REQ] [TF2] Disable Capturing

this also disables control points.
Forum: Plugin/Gameplay Ideas and Requests 09-10-2019, 06:57
Replies: 0
Views: 1,122
Posted By timtam95
Blank edicts

After a couple of hours without changing maps, the server gets extremely laggy. NumEdicts and FreeEdicts keep going up and I noticed a large amount of edicts with blank classnames being created. I...
Forum: Plugin/Gameplay Ideas and Requests 08-17-2019, 19:11
Replies: 6
Views: 2,254
Posted By timtam95
Re: REST API example (REST in Pawn) to send a POST request

I just edited the example that came with the Connect extension:

// example for the socket extension

#include <sourcemod>
#include <socket>

public Plugin:myinfo = {
name = "socket...
Forum: Plugin/Gameplay Ideas and Requests 08-17-2019, 16:33
Replies: 6
Views: 2,254
Posted By timtam95
Re: REST API example (REST in Pawn) to send a POST request

http://example.com/myfile.php?steamid={STEAMID}&points={points} is a GET request, not a POST. And if all you are doing is sending a GET request to a web server, you don't need a JSON API.
Forum: Plugin/Gameplay Ideas and Requests 08-01-2019, 07:16
Replies: 0
Views: 846
Posted By timtam95
[TF2] Getting full weapon/item names

I was wondering how to get an item's full name. I tried parsing items_game.txt but many are the class name like TF_WEAPON_CLUB instead of Kukri for example. As another example, the Civic Duty Mk. II...
Forum: Plugin/Gameplay Ideas and Requests 06-21-2019, 18:22
Replies: 7
Views: 2,898
Posted By timtam95
Re: [TF2] Bot Name Based on Class

Good job! Way to:

1) Necro a 5 1/2 year old post,
2) responding to a user who hasn't been active in over 2 years,
3) Providing an answer that doesn't even solve the problem that was asked.
...
Forum: Plugin/Gameplay Ideas and Requests 12-17-2018, 18:55
Replies: 5
Views: 1,215
Posted By timtam95
Re: select on DB bad perfermance

you're executing a synchronous query, that's why.
Forum: Plugin/Gameplay Ideas and Requests 11-27-2018, 21:13
Replies: 12
Views: 3,387
Posted By timtam95
Re: [L4D2] How to change damage headshot SI

Credits and thanks for code snippets go to alcybery and eyal282
https://forums.alliedmods.net/showthread.php?t=308401

and AtomicStryker
https://forums.alliedmods.net/showthread.php?p=1066911
...
Forum: Plugin/Gameplay Ideas and Requests 11-27-2018, 06:50
Replies: 12
Views: 3,387
Posted By timtam95
Re: [L4D2] How to change damage headshot SI

hook infected_hurt, check for a headshot then modify damage from there. i can help you if you want.
Forum: Plugin/Gameplay Ideas and Requests 11-26-2018, 08:12
Replies: 9
Views: 1,557
Posted By timtam95
Re: request tf2 meele one player

works, but on respawn i can use the default equiped weapon, but when press 3 i can not use the weapon anymore until the next respawn
Forum: Plugin/Gameplay Ideas and Requests 11-25-2018, 20:06
Replies: 9
Views: 1,557
Posted By timtam95
Re: request tf2 meele one player

@Neon123 - try this new one.

@Drixevel - thanks for the suggestion.
Forum: Plugin/Gameplay Ideas and Requests 11-25-2018, 09:35
Replies: 9
Views: 1,557
Posted By timtam95
Re: request tf2 meele one player

hi, please i need a plugin to force meele on one player

sm_meele palyer 1/0
Forum: Plugin/Gameplay Ideas and Requests 10-26-2018, 20:22
Replies: 4
Views: 937
Posted By timtam95
Re: [TF2] Underworld Plugin Request

give this a try. put steam ids in separate lines in soucemod/configs/tf2underworld.txt to grant command access. change convar "sm_underworldmode" to 1 to only show text and play sound effect or 2 for...
Forum: Plugin/Gameplay Ideas and Requests 02-22-2018, 19:36
Replies: 7
Views: 1,561
Posted By timtam95
Showing results 1 to 25 of 31

 
Forum Jump

All times are GMT -4. The time now is 11:34.


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