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

Showing results 1 to 25 of 102
Search took 0.01 seconds.
Search: Posts Made By: maclarens
Forum: Plugins 01-10-2024, 08:45
Replies: 228
Views: 227,810
Posted By maclarens
Re: [L4D2] Spawn uncommon Infected

I edit and add road crew and fallen survivors enjoy!
Gamedata: 202815
Source: 202927
Forum: Plugins 10-12-2023, 03:38
Replies: 1,101
Views: 431,828
Posted By maclarens
Re: [L4D & L4D2] Left 4 DHooks Direct (1.138) [25-Sep-2023]

yes its working fine, and above example , reason 1 or 2 or 3 its only tank rock blocked.
Forum: Plugins 10-11-2023, 11:41
Replies: 1,101
Views: 431,828
Posted By maclarens
Re: [L4D & L4D2] Left 4 DHooks Direct (1.138) [25-Sep-2023]

all working exept lunge:/ its a bug?
public Action L4D_OnKnockedDown(int client, int reason)
{
if(g_iState[client] == 1 && reason == 1)
{
return Plugin_Handled;
}
...
Forum: Scripting 09-13-2023, 19:46
Replies: 2
Views: 638
Posted By maclarens
Re: L4d2 item or weapon message

Silvers, ty! GetClientWeapon(client, sWeapon, sizeof(sWeapon)); working good for me!
Forum: Scripting 09-13-2023, 08:49
Replies: 2
Views: 638
Posted By maclarens
L4d2 item or weapon message

Hello,pls help with realisation,i need if someone take any specific weapon, then get message "hello you take ak47" or its gnome..if take gnome & etc..:?:
i try this but not working..


public...
Forum: Scripting 08-30-2023, 09:44
Replies: 6
Views: 1,195
Posted By maclarens
Re: Help about admin flag

:up: yes thx right
Forum: Scripting 08-30-2023, 07:43
Replies: 6
Views: 1,195
Posted By maclarens
Re: Help about admin flag

if u admin then yes its work!but if u just players then this flag not add anyway.>> SetUserFlagBits(client, ADMFLAG_CUSTOM1);
i need add flag to player and ignore if u admin.
Forum: Scripting 08-27-2023, 15:14
Replies: 6
Views: 1,195
Posted By maclarens
Re: Help about admin flag

this not working for me,all my admin flag erase when im in to game!
Forum: Scripting 08-27-2023, 09:21
Replies: 6
Views: 1,195
Posted By maclarens
Help about admin flag

Hello!I need players who have the admin flag then the code below is not executed, my code does not work where is the error?



public void OnClientPutInServer(int client)
{
if (client &&...
Forum: Plugin/Gameplay Ideas and Requests 06-28-2023, 06:54
Replies: 0
Views: 489
Posted By maclarens
important plugin a paid!

I need a plugin, when player use !afk or !observer command or autoafk then save all equipment like revive count, all weapon slots,skin and health and restore after !join or accident disconnect.
...
Forum: Plugins 06-14-2023, 00:58
Replies: 279
Views: 123,554
Posted By maclarens
Re: [L4D & L4D2] Mission and Weapons - Info Editor (1.19) [16-Dec-2022]

i wanna say about bug 2, with this plugin after type in linux server console quit ,server not quit and crash..il check many times only Mission and Weapons - Info Editor (1.19) [16-Dec-2022]...
Forum: Scripting 06-13-2023, 01:50
Replies: 6
Views: 557
Posted By maclarens
Forum: Scripting 06-13-2023, 01:38
Replies: 6
Views: 557
Posted By maclarens
Re: Randome cmd not working

q1085909155 (https://forums.alliedmods.net/member.php?u=315877), Its Great, mate thanks, its working , method 1 and 2! and this exacly what i need ty!solved!
Forum: Scripting 06-12-2023, 23:25
Replies: 6
Views: 557
Posted By maclarens
Re: Randome cmd not working

random spawning a tank from 1 to 4 but always spawning 4 only..
Forum: Scripting 06-12-2023, 21:22
Replies: 6
Views: 557
Posted By maclarens
Randome cmd not working

can you pls tell me why randome tank give not working , forever give 4 tanks?!


public void TankBox(int client)
{
for (int i = 1; i < 5; i++)
{
sm_give(client, "z_spawn",...
Forum: Plugins 05-29-2023, 15:59
Replies: 76
Views: 30,770
Posted By maclarens
Re: [L4D2] Transition Restore Fix

Quote:
1.2.5 (19-May-2023)
- Fix signature invalidation caused by 2.2.2.7 update


can you please add auto restore weapon after observer or idle, becaouse lost all weapon ..
Forum: Plugins 05-19-2023, 15:27
Replies: 1,101
Views: 431,828
Posted By maclarens
Re: [L4D & L4D2] Left 4 DHooks Direct (1.130) [01-May-2023]

i have sourcescramble.inc and sourcescramble.ext.so
Forum: Plugins 05-19-2023, 10:56
Replies: 1,101
Views: 431,828
Posted By maclarens
Re: [L4D & L4D2] Left 4 DHooks Direct (1.130) [01-May-2023]

after l4d2 update from valve 18.05.2023 an error has occurred ↓↓↓

L 05/19/2023 - 20:53:14: [SM] Exception reported: CTerrorPlayer::WarpToValidPositionIfStuck not available (NIX/2/1.130).
L...
Forum: Plugins 03-01-2023, 16:06
Replies: 53
Views: 31,585
Posted By maclarens
Re: [ANY?] DU - Discord Utilities [2020/08/13]

Compiling discord_utilities.sp...
SourcePawn Compiler 1.11.0.6931
game left 4 dead 2 cant compile
version Discord.Utilities_2.9.4-BETA.zip
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c)...
Forum: Scripting 02-20-2023, 13:36
Replies: 2
Solved Color stats
Views: 687
Posted By maclarens
Re: Color stats

MegoltElek (https://forums.alliedmods.net/member.php?u=306454), its true!it worket!thank you very mutch..so simple :/ damn
Forum: Scripting 02-20-2023, 08:06
Replies: 2
Solved Color stats
Views: 687
Posted By maclarens
Color stats

Pls help,i have a stats plugin for L4D2 and i try to add color depend from player points,but its not working..where im mistake?

public Action:Timer_SetColor(Handle:timer)
{
for(new i = 1; i...
Forum: Plugins 01-28-2023, 10:18
Replies: 15
Views: 7,915
Posted By maclarens
Re: [L4D2] TK points

possible to add support materialban voteban?
Forum: Plugins 01-21-2023, 09:47
Replies: 2,034
Views: 1,128,303
Posted By maclarens
Re: [L4D & L4D2] Custom Player Stats v1.4B121

yes only 7.4 php max support script of stats..
Forum: Plugins 01-19-2023, 07:58
Replies: 199
Views: 103,699
Posted By maclarens
Forum: Plugins 01-16-2023, 19:14
Replies: 501
Views: 171,976
Posted By maclarens
Re: [ANY] Little Anti-Cheat

he fix already in next reliase :)
Showing results 1 to 25 of 102

 
Forum Jump

All times are GMT -4. The time now is 01:40.


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