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

Showing results 1 to 25 of 326
Search took 0.01 seconds.
Search: Posts Made By: lugui
Forum: Plugins 05-27-2022, 09:01
Replies: 27
Views: 6,494
Posted By lugui
Re: [TF2] Toss Buildings

damn this sounds funny
add a video to the post =P
Forum: Plugins 04-23-2021, 13:11
Replies: 11
Views: 5,289
Posted By lugui
Forum: Plugins 03-31-2021, 12:13
Replies: 1
Views: 1,298
Posted By lugui
[Any] Tripod

This is a simpler version of [TF2]Free Cam (https://forums.alliedmods.net/showthread.php?p=2725810) (and less bugy, because it has less features).

Command: sm_tripod

It will fix your camera at...
Forum: Plugins 03-30-2021, 17:06
Replies: 2
Views: 2,386
Posted By lugui
[TF2] Juggling BOT

This is a fun side project I created to beat Shounic's Juggling contest (https://youtu.be/D06tRhV1gYE).

It may be used as a refference on sourcemod serverside physics prediction (It is not perfect...
Forum: Plugins 03-28-2021, 14:30
Replies: 10
Views: 3,449
Posted By lugui
Re: [ANY] Clear Game Chat

It is not a good idea to use it.
This plugin DOES NOT clear the clientside chat buffer. It just adds an arbitrary ammount of lines containing spaces to the chat.
Spamming lines on the chat may...
Forum: Unapproved Plugins 03-15-2021, 11:33
Replies: 2
Views: 2,142
Posted By lugui
Re: [L4D2] Always Lasers

Always have lasers attached to weapons
Forum: Plugins 02-05-2021, 11:40
Replies: 6
Views: 4,521
Posted By lugui
Re: [Any] Simple HealthBars

Thanks Franc1sco, I've updated it.
Forum: Plugins 02-04-2021, 10:21
Replies: 6
Views: 4,521
Posted By lugui
[Any] Simple HealthBars

This plugin is an example.
It is not configurable since the objective is simply to make a proof of concept.
It is easy to reprogram so you can easily use it as a base or simply copypaste the parts...
Forum: Plugins 01-12-2021, 13:15
Replies: 5
Views: 4,312
Posted By lugui
Re: [TF2]Free Cam

The lag is a clientside issue. I don't think I'll be able to fix. I think it has something to do with the fact that the client has its own interpolation of the movement and the camera movement is...
Forum: Plugins 11-22-2020, 10:07
Replies: 5
Views: 4,312
Posted By lugui
Re: [TF2]Free Cam

I'll be working on that for the next updates
Forum: Plugins 11-21-2020, 15:11
Replies: 5
Views: 4,312
Posted By lugui
[TF2]Free Cam

This plugin is intended to be used as a way for players on trade servers to see themselvs and its items from any angle. There are some settings to prevent it from beeing abused.
It was a paid...
Forum: Plugins 11-13-2020, 12:21
Replies: 15
Views: 4,701
Posted By lugui
Re: Projectile Camera

In order to be able to change the view, the entity must have an m_hOwnerEntity or m_hThrower
after some googling I found there is also "m_hOwner", I'll add it and maybe it will help.
I'll also make...
Forum: Plugins 11-11-2020, 21:04
Replies: 15
Views: 4,701
Posted By lugui
Projectile Camera

I made this plugin after watching this: https://youtu.be/tMU04d_arxI
This is plugin sets your camera to follow your projectiles.

To use it, just toggle it on with the command: sm_pc
Then, the...
Forum: Plugins 10-23-2020, 11:17
Replies: 423
Views: 236,822
Posted By lugui
Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][05/08/2020]

There is a bug that can potentially crash a server.

In the LoadKv() function it: OpenFile(sConfig, "rt") inside an "if" statement.
this creates a unrefferenced file descriptor each time the...
Forum: Plugins 09-29-2020, 16:37
Replies: 423
Views: 236,822
Posted By lugui
Re: [ANY] HexTags [Tags/Chat Colors & Score Tags][05/08/2020]

I found a bug.

On line 799 there is: SetClientCookie(client, hSelTagCookie, "");
It should be: SetClientCookie(client, hSelTagCookie, "default");

The empty string causes it to use none of the...
Forum: Plugins 07-05-2020, 09:20
Replies: 5
Views: 3,354
Posted By lugui
Re: [TF2] Instant Respawn with spam prevention

The idea of the plugin was instant respawn, but I made a small change for you.
It will now wait 2 seconds to spawn the player
Forum: Plugins 06-17-2020, 16:14
Replies: 351
Views: 253,712
Posted By lugui
Re: [Any] Chat-Processor (Replacement for Simple Chat Processor)

What happened with the custom-chatcolors-cp that used to came with it?
Forum: General 04-07-2020, 07:24
Replies: 6
Views: 2,737
Posted By lugui
Re: TF2 Lag/crash bots targeting community servers

I don't think it is a good idea to let it hosted on discord, it can be deleted any moment
Forum: Plugins 03-13-2020, 20:46
Replies: 23
Views: 13,182
Posted By lugui
Re: [DEV] Plugin reload

good, that will save me one or two seconds on each reaload when I testing my plugins... I gess it will add up to a few minutes =P
Forum: Plugins 03-08-2020, 11:54
Replies: 10
Views: 3,327
Posted By lugui
Re: [Any] Plugin Saver

You are fixing the symptoms, not the cause of it.
Forum: Plugins 01-27-2020, 13:49
Replies: 0
Views: 1,408
Posted By lugui
[TF2] Get Conds

Display the current conds on the target, both int and binary
Command: sm_getconds
Forum: Plugins 01-27-2020, 13:47
Replies: 0
Views: 2,216
Posted By lugui
[TF2] Get Weapons

A small plugin that I made to assist in developement.
it displays the target's current items index and classname

sm_getweapons to display the data.
Forum: Scripting 11-26-2019, 08:23
Replies: 3
Views: 1,136
Posted By lugui
Re: downloadfilter message

can't you just put it on a repeating timer?
Forum: Scripting 11-26-2019, 08:21
Replies: 6
Views: 1,880
Posted By lugui
Re: How to register a kill on a player without killing the player

if the idea is just to make it seem like the player wasn't harmmed, you can get the kill position, respawn the player and teleport him back
Forum: Extensions 11-03-2019, 07:51
Replies: 846
Views: 574,749
Posted By lugui
Re: [ANY] SteamWorks

I'm getting some errors with sourcemod 1.10.
the .inc file didn't compiled and after I fixed the old syntax erros some functions are not working for example Steam_CheckClientSubscription and...
Showing results 1 to 25 of 326

 
Forum Jump

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


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