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

Showing results 1 to 25 of 158
Search took 0.02 seconds.
Search: Posts Made By: Ant1Lamer
Forum: Suggestions / Requests 06-01-2022, 13:45
Replies: 0
Views: 381
Posted By Ant1Lamer
Make "x" Kills and remove a given period of time

How to make this plugin after player make "x" kills they remove a given period of time and this csstats to be removed..
Forum: Code Snippets/Tutorials 05-31-2022, 13:56
Replies: 118
Views: 80,622
Posted By Ant1Lamer
Re: [Tut] MySql - Save/Load/Usefull Things (Xp Mod)

Can you tell me how to save kills in sql and how to load this kills ? and how to remove after a given period of time.

P.S: This plugin i cant to use "#include <csstats>" just to need to make "x"...
Forum: Suggestions / Requests 05-22-2022, 08:01
Replies: 8
Views: 1,460
Posted By Ant1Lamer
Re: Become VIP Plus after 15 days vip flag remove

Thank you so now how to integrated in this plugin
Forum: Suggestions / Requests 05-21-2022, 16:08
Replies: 8
Views: 1,460
Posted By Ant1Lamer
Re: Become VIP Plus after 15 days vip flag remove

I check all before post the thread, but cant make :(
Forum: Suggestions / Requests 05-21-2022, 11:24
Replies: 8
Views: 1,460
Posted By Ant1Lamer
Re: Become VIP Plus after 15 days vip flag remove

Yes i know So will work this or is not what i want ?
Forum: Suggestions / Requests 05-21-2022, 07:47
Replies: 8
Views: 1,460
Posted By Ant1Lamer
Re: Become VIP Plus after 15 days vip flag remove

i dont think so he want to help me but will try
This will work ?

public plugin_end()
{
nvault_prune(g_iVault, 0, get_systime() - (86400 * 15));
nvault_close(g_iVault)
}
Forum: Code Snippets/Tutorials 05-21-2022, 02:47
Replies: 132
Sticky: nVault Tutorial
Views: 163,234
Posted By Ant1Lamer
Re: nVault Tutorial

Thank you https://forums.alliedmods.net/showthread.php?p=2779848#post2779848
Forum: Suggestions / Requests 05-21-2022, 02:47
Replies: 8
Views: 1,460
Posted By Ant1Lamer
Become VIP Plus after 15 days vip flag remove

How to make after player make 1000 kills and player receive flags after 15 days this flag remove or 10 days im choose in ini fail how many days this flag to be remove ? Now not work and flag not...
Forum: Code Snippets/Tutorials 05-17-2022, 13:02
Replies: 132
Sticky: nVault Tutorial
Views: 163,234
Posted By Ant1Lamer
Re: nVault Tutorial

How to make after player make 1000 kills and player receive flags after 15 days this flag remove or 10 days im choose in ini fail how many days this flag to be remove ? Now not work and flag not...
Forum: Scripting Help 08-03-2017, 14:16
Replies: 0
Views: 380
Posted By Ant1Lamer
Spawn Bug wen use transfer menu

Sorry if thread is not for here so maybe know for Spawn bug in cs not show Life armor nothing this bug made when player connected and join Spectator and when admin trasnfer with TeamMenu CT or T and...
Forum: Scripting Help 07-26-2017, 03:18
Replies: 6
Views: 1,568
Posted By Ant1Lamer
Re: Colored admincmd

Try to change
register_dictionary("admincmd.txt")
register_dictionary("common.txt")

with

register_dictionary_colored("admincmd.txt")
register_dictionary_colored("common.txt")
Forum: New Plugin Submissions 03-18-2017, 21:23
Replies: 104
Views: 82,197
Posted By Ant1Lamer
Forum: General 10-20-2016, 09:53
Replies: 7
Views: 9,886
Posted By Ant1Lamer
Re: Kicked :"You have no entry to the server..."

how lead the password try with setinfo _pw "pass" and visited your user ini maybe you lead wrong infromation
Forum: Approved Plugins 10-20-2016, 03:25
Replies: 60
Views: 72,808
Posted By Ant1Lamer
Re: No Objectives v0.3 (+no round timer)

nice but i need and when player die and drop weapon he fall on the ground can you fix and this no weapon fall on the ground
Forum: Scripting Help 10-13-2016, 13:14
Replies: 25
Views: 4,432
Posted By Ant1Lamer
Re: Vault Save Problems

try
nvault_prune(iVault, 0, get_systime() + 1);

to
nvault_prune(iVault, 0, get_systime() * 60);
Forum: Scripting Help 10-13-2016, 02:53
Replies: 2
Views: 929
Posted By Ant1Lamer
Forum: Scripting Help 10-12-2016, 17:53
Replies: 25
Views: 4,432
Posted By Ant1Lamer
Re: Vault Save Problems

Before 3 years i want same plugin and fr make this if you think will this help :) Is not with navault but maybe you reworked аs you like it


#include <amxmodx>
#include <amxmisc>

#define...
Forum: Scripting Help 10-12-2016, 10:14
Replies: 2
Views: 929
Posted By Ant1Lamer
Remove Defuse Kit on the ground

I have ArmyRanks+respawn and i need me plugin to remove c4 and defuse kite and when drop on the ground to cleanup(remove) i use this for c4 but for kit nothing can make for defuse kit in this plugin...
Forum: HL1 Servers (HLDS) 10-10-2016, 14:30
Replies: 2
Views: 1,225
Posted By Ant1Lamer
When change map Segmentation fault

In console only this Segmentation Fault when map change i see other themes here and everywhere and cant found solution.Reinstal amxmodx platform and same crash....

Meta List

Currently loaded...
Forum: Scripting Help 10-04-2016, 06:43
Replies: 1
Views: 987
Posted By Ant1Lamer
Re: ArmyRanks Run time error 4: index out of bounds

Upp i fix this problem but have other

Еach rank has a set of "Life and armor" but when you change the team (from spectator to CT or T) the change is not saved and it gives you 100 life and 100...
Forum: Scripting Help 09-07-2016, 14:16
Replies: 1
Views: 987
Posted By Ant1Lamer
ArmyRanks Run time error 4: index out of bounds

anyone help with this
[AMXX] Displaying debug trace (plugin "army_ranks.amxx", version "1.3.1")
L 09/07/2016 - 21:01:05: [AMXX] Run time error 4: index out of bounds
L 09/07/2016 - 21:01:05:...
Forum: Scripting Help 06-19-2016, 08:17
Replies: 6
Views: 1,439
Posted By Ant1Lamer
Forum: Suggestions / Requests 06-18-2016, 10:14
Replies: 10
Views: 1,477
Posted By Ant1Lamer
Re: Anti smoke(transparent) plugin

nothing try after before and nothing

Edit: this work on steam ?
Forum: Suggestions / Requests 06-18-2016, 08:52
Replies: 10
Views: 1,477
Posted By Ant1Lamer
Forum: Suggestions / Requests 06-03-2016, 12:43
Replies: 10
Views: 1,477
Posted By Ant1Lamer
Re: Anti smoke(transparent) plugin

no not work nothing work on steam ? i'm with steam. Plugin giving error i fixed but not work

#include <amxmodx>

#pragma semicolon 1
#pragma ctrlchar '\'

new PLUGIN[] = "No-Smoke Kicker";...
Showing results 1 to 25 of 158

 
Forum Jump

All times are GMT -4. The time now is 03:28.


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