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

Showing results 1 to 25 of 500
Search took 0.04 seconds.
Search: Posts Made By: friagram
Forum: Plugin/Gameplay Ideas and Requests 07-20-2017, 05:13
Replies: 2
Views: 828
Posted By friagram
Re: [Help] [TF2] Sprites above team/class head.

Sprite attachments to player models are not allowed in tf2 by design as the client specifically does not render them
Forum: VSH / Freak Fortress 07-19-2017, 03:46
Replies: 5
Views: 2,133
Posted By friagram
Forum: Plugin/Gameplay Ideas and Requests 04-22-2017, 00:29
Replies: 3
Views: 1,215
Posted By friagram
Re: Sourcepawn coder for NorthSide Servers

yeah, it is much more likely that you will find someone who can do single projects
Forum: Plugin/Gameplay Ideas and Requests 04-21-2017, 10:32
Replies: 13
Views: 2,803
Posted By friagram
Re: How security of my server?

firewall your rcon port
run all servers under a user with limited privilages
Forum: Plugin/Gameplay Ideas and Requests 03-20-2017, 09:52
Replies: 1
Views: 1,327
Posted By friagram
Re: [csgo] plugin that removes blood?

It is client sided (decals, particles, etc). The surfaceprop flesh and break gibs on the models cause this. Iirc, the only way to disable this would be to create all replacements for player models,...
Forum: Plugin/Gameplay Ideas and Requests 03-20-2017, 09:45
Replies: 1
Views: 914
Posted By friagram
Re: I need some assistance with a Cosmetic Plugin for TF2

There are already plugins here to give bots hats.
Iirc it just creates entity by name tf-wearable
Forum: Plugin/Gameplay Ideas and Requests 03-20-2017, 09:44
Replies: 8
Views: 2,000
Posted By friagram
Re: [TF2] I need a coder

What is the mod supposed to do?
Building on others code can often cause more problems than it is worth depending on how the original was made. It may be easier to start new,
Forum: Scripting 02-25-2017, 10:02
Replies: 11
Views: 4,524
Posted By friagram
Re: SDKHooks SetTransmit error?

Send the hint manually using a usermessage and set what clients it is sent to?
Forum: Scripting 02-24-2017, 21:14
Replies: 11
Views: 4,524
Posted By friagram
Re: SDKHooks SetTransmit error?

Send the hint manually using a usermessage and set what clients it is sent to?
Forum: Scripting 02-24-2017, 11:31
Replies: 9
Views: 3,086
Posted By friagram
Re: Entities on map

It is hard coded limit in the engine. You can't change it with sm.
Forum: Plugin/Gameplay Ideas and Requests 02-24-2017, 07:55
Replies: 4
Views: 1,783
Posted By friagram
Re: [Any] Daily Rewards

Use a timestamp?
Forum: VSH / Freak Fortress 02-24-2017, 07:54
Replies: 4
Views: 1,614
Posted By friagram
Re: freak mod errors

Or if there is an error in otd, it will do full damage
Forum: Scripting 02-24-2017, 07:52
Replies: 12
Views: 2,316
Posted By friagram
Re: [TF2]Hook when player press H on a grave

Not sure about hooking client action (h).
I do not think the client will even send it unless they have an action slot item equipped.
Forum: General 02-24-2017, 01:49
Replies: 60
Views: 26,249
Posted By friagram
Re: Global Offensive Realtime Map Editor

How do you handle lightmaps?
Forum: Scripting 02-22-2017, 09:16
Replies: 7
Views: 2,066
Posted By friagram
Re: Countdown timer in menu!

If you mean you want to change the menu item numbers, you cant using menus.
You have to use panels and write the items manually, then you can make them say anything
Forum: Scripting 02-22-2017, 09:13
Replies: 5
Views: 1,375
Posted By friagram
Re: World not allowed

It means you are trying to use index 0, which is world
Forum: Scripting 02-22-2017, 07:20
Replies: 8
Views: 1,734
Posted By friagram
Re: Store menu selection in client?

Oh, the menu gives you the selection in the handler when it is type MenuAction_Select
https://wiki.alliedmods.net/Menu_API_(SourceMod)#Basic_Menu
Param1 will be the client index, param2 is the menu...
Forum: General 02-22-2017, 07:11
Replies: 1
Views: 1,958
Posted By friagram
Forum: Snippets and Tutorials 02-22-2017, 03:29
Replies: 31
Views: 14,142
Posted By friagram
Re: How to SetParent

Sorry, android keyboard does a shit job.
Those letters are nearby
Forum: Snippets and Tutorials 02-21-2017, 19:24
Replies: 31
Views: 14,142
Posted By friagram
Re: How to SetParent

I asked for these sigs to be added to sm a few times, but paychonic said it is not useful.
Just like equipwearable.
Forum: Scripting 02-21-2017, 19:19
Replies: 12
Views: 2,316
Posted By friagram
Re: [TF2]Hook when player press H on a grave

Like this?
https://forums.alliedmods.net/showthread.php?t=215303
Forum: Scripting 02-21-2017, 19:17
Replies: 8
Views: 1,734
Posted By friagram
Re: Store menu selection in client?

A param in the menu handler is the item number. You can use or store that to calculate the return menu item, just divide by 7
Forum: Extensions 02-21-2017, 01:53
Replies: 99
Views: 113,794
Posted By friagram
Re: [EXTENSION] Sound Info Library v1.0.1

Why dont you just make your plugin get the file length from a source you manually enter?
This extension is useless imo, as you need to host sound files on fastdl, so their stats will remain the same.
Forum: General 02-21-2017, 01:32
Replies: 15
Views: 7,170
Posted By friagram
Re: Weird TF2 server crashing exploit

Run a command listener, or try smac commands to see if he is spamming some dumb shit like sm version or whatever
Forum: General 02-20-2017, 20:46
Replies: 15
Views: 7,170
Posted By friagram
Re: Weird TF2 server crashing exploit

Could be a chat listener using string compare, rather than a registered command.

It is possible that it is some client sided script he is running that is dosing the server,.. but I kind of doubt...
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 13:41.


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