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

Showing results 1 to 25 of 225
Search took 0.01 seconds.
Search: Posts Made By: andrept4
Forum: Plugins 03-04-2021, 13:52
Replies: 983
Views: 328,733
Posted By andrept4
Re: [CS:GO] MyJailbreak - warden, days, menu & more (Beta 14 - 13/08/18)

One more thing, when T's ask for vaccines, they get as many as the warden accepts (if 2 Ts ask for !h they get 2 vaccines, if 5 Ts ask for !h they get 5..)
Forum: Plugins 03-02-2021, 09:23
Replies: 983
Views: 328,733
Posted By andrept4
Re: [CS:GO] MyJailbreak - warden, days, menu & more (Beta 14 - 13/08/18)

I'd suggest adding support for mute bans. Every start of the round the mute gets "unmuted" which is not convinient at all.
Forum: Plugins 02-28-2021, 11:25
Replies: 3,002
Views: 1,462,977
Posted By andrept4
Re: Sm_Skinchooser

Is there a way to add STEAM_ID checking?
Forum: Plugins 09-15-2020, 17:24
Replies: 45
Views: 22,796
Posted By andrept4
Re: [CS:GO] Zombie Escape Premium (ZR supported)

I'm really hoping this will become larger.

Here are the portuguese/brazilian translation:
Forum: Plugin/Gameplay Ideas and Requests 09-15-2020, 17:11
Replies: 2
Views: 1,012
Posted By andrept4
Re: [PAID] CSGO Plugin - Integration of users on the Discord server with CSGO servers

Of course it is possible! The problem being how you would know which user from discord is the one from your cs:go server x)
Forum: Source Servers (SRCDS) 09-15-2020, 16:39
Replies: 1
Views: 1,022
Posted By andrept4
[CS:GO] Weird server lag

Hey guys, latelly my server using splewis retake plugin is been lagging in a really strange way. There's n loss, choke, the var is on 0.020ms average. Everyone has their usual FPS and 20-30 of...
Forum: Unapproved Plugins 09-06-2020, 16:36
Replies: 380
Views: 195,882
Posted By andrept4
Re: [CS:GO] Weapon Stickers (!stickers)

[QUOTE=quasemago;2716511]Check error logs. Probably "eItems" should not be loading since the author has disabled the API.
Download my fork: https://github.com/quasemago/eItems/releases/latest
...
Forum: Unapproved Plugins 09-03-2020, 07:38
Replies: 380
Views: 195,882
Posted By andrept4
Re: [CS:GO] Weapon Stickers (!stickers)

For some reason I'm not able to get this to work, I've installed everything, including dependencies, the plugin shows no error. The problem is that when I do !stickers or look up a sticker with...
Forum: Plugins 08-06-2020, 19:46
Replies: 178
Views: 119,091
Posted By andrept4
Re: [ANY] Discord/Slack API (CallAdmin, SourceBans, ...)

For me the messages only say "@here"...
Forum: Scripting 08-06-2020, 11:24
Replies: 5
Views: 968
Posted By andrept4
Re: [CS:GO] Timer malfunction

I already did that, the credits I'm recieving are from my own plugin. For example, if it gives from 5 min to 5 min, and the map has 20 mins, I'm supposed to recieve 4 times the ammount. In this case...
Forum: Scripting 08-05-2020, 13:10
Replies: 5
Views: 968
Posted By andrept4
Re: [CS:GO] Timer malfunction

That's a must! But it doesn't fix the randomness of the timer ticking
Forum: Scripting 08-05-2020, 06:54
Replies: 5
Views: 968
Posted By andrept4
[CS:GO] Timer malfunction

So, I'm creating a Timer everytime a client is put in the server so I can give him credits (Zephyrus Store) deppending on his situation (if he's in our steam group and if he's VIP)

So far so good,...
Forum: Plugins 05-19-2020, 12:44
Replies: 3,002
Views: 1,462,977
Posted By andrept4
Re: Sm_Skinchooser

Yes, I do have a gloves plugin installed, but on other servers I have both and they work synchronized, can't really remember how I've done it
Forum: Plugins 05-19-2020, 09:37
Replies: 3,002
Views: 1,462,977
Posted By andrept4
Re: Sm_Skinchooser

Hey, I still have overlapping arms after installing csgo-armsfix, how do I completly remove every possible arm your plugins forces players to have?
Forum: Plugin/Gameplay Ideas and Requests 05-18-2020, 05:08
Replies: 3
Views: 1,282
Posted By andrept4
Re: [CSGO] Remove dropped deagle

Well, I guess this should work:


#include <sourcemod>
#include <sdktools>

#pragma semicolon 1
#pragma newdecls required

public Plugin myinfo = {
Forum: Plugin/Gameplay Ideas and Requests 05-18-2020, 04:46
Replies: 2
Views: 668
Posted By andrept4
Re: Hud Spectator Plugin Request

Just use search:

https://forums.alliedmods.net/showthread.php?p=1271439

If you do want a different version of this let me know and I'll post it here.
Forum: Scripting 05-01-2020, 16:22
Replies: 1
Views: 547
Posted By andrept4
Making players glow crashes server.

So I'm making a plugin that makes certain players glow. For some reason this function crashes the server:


public void GiveGlow(int client, int nEquipa) {
char model[PLATFORM_MAX_PATH];
int...
Forum: Zombie:Reloaded 04-24-2020, 14:49
Replies: 9
Views: 3,929
Posted By andrept4
Forum: Plugins 04-24-2020, 12:38
Replies: 423
Views: 236,810
Posted By andrept4
Forum: Off-Topic 04-04-2020, 21:21
Replies: 0
Views: 940
Posted By andrept4
[VSCRIPT] Saving player as variables

So, in my map I'm trying to "save the player as a variable", what I'm trying to say is, I'm trying to keep the player entity index saved into a variable, I'm doing it like this at the moment:
...
Forum: Scripting 03-30-2020, 04:05
Replies: 2
Views: 862
Posted By andrept4
Re: Trying to target a client that is not ingame after verification

OH wow, I'm so dumb sometimes.. thanks! xD
Forum: Scripting 03-29-2020, 21:23
Replies: 2
Views: 862
Posted By andrept4
Trying to target a client that is not ingame after verification

I made this plugin:

#pragma semicolon 1

#include <sourcemod>
#include <cstrike>
#include <sdktools>
#include <colors.inc>

#pragma newdecls required
Forum: Scripting 03-21-2020, 15:33
Replies: 0
Views: 582
Posted By andrept4
Forcing maxplayers

Hello, I made this plugin so I could manage better the maxplayers without having to change the real maxplayers but for some reason it isn't working, could someone tell me what's wrong?

#pragma...
Forum: Unapproved Plugins 03-20-2020, 15:04
Replies: 211
Views: 95,010
Posted By andrept4
Re: [CS:GO/CS:S] Jailbreak Gangs (V1.1.9, 06/1/2017)

Hey man, I want to add a perk to it, what are the best ways to do it?
Forum: Plugin/Gameplay Ideas and Requests 03-19-2020, 15:38
Replies: 0
Views: 533
Posted By andrept4
[REQUEST] Force MaxPlayers

I want a plugin that forces the teams to be only up to x players, even though the server maxplayers is bigger.
Showing results 1 to 25 of 225

 
Forum Jump

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


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