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

Showing results 1 to 25 of 113
Search took 0.01 seconds.
Search: Posts Made By: D4rkSiD3Rs
Forum: Scripting Help 07-22-2020, 16:46
Replies: 5
Views: 1,651
Posted By D4rkSiD3Rs
Re: Cannot continue without model

I know it's an old topic, but this should help someone else.

The problem is on the "." in "headshot.lt", I had the same problem when using "~" in my resources folder, and none of the files inside...
Forum: Suggestions / Requests 04-06-2019, 11:17
Replies: 11
Views: 2,263
Posted By D4rkSiD3Rs
Re: Cs_set_user_model problem

Yes this is the right plugin https://forums.alliedmods.net/showthread.php?t=161255
But, you should replace all functions with cs_set_player_model(id, "model_name"), and make sure you included...
Forum: Suggestions / Requests 04-06-2019, 10:57
Replies: 5
Views: 1,055
Posted By D4rkSiD3Rs
Re: block change team

You should also block "jointeam" command.

#include <amxmodx>
#include <cromchat>

#define PLUGIN "blockteam"
#define VERSION "1.0"
#define AUTHOR "author "

public plugin_init()
Forum: Suggestions / Requests 03-05-2019, 13:22
Replies: 2
Views: 1,093
Posted By D4rkSiD3Rs
Re: [ HELP ] Ban type in amx_banmenu

Why not using Ultimate Bans (https://forums.alliedmods.net/showthread.php?t=227904) or Advanced Bans (https://forums.alliedmods.net/showthread.php?t=80858) ?
Forum: Suggestions / Requests 03-04-2019, 15:47
Replies: 8
Views: 2,401
Posted By D4rkSiD3Rs
Re: [Request] Discord Server Connection

1 sec of searching :
https://forums.alliedmods.net/showthread.php?t=311093
Forum: Scripting Help 10-24-2018, 09:35
Replies: 13
Views: 2,208
Posted By D4rkSiD3Rs
Forum: Suggestions / Requests 10-14-2018, 16:11
Replies: 4
Views: 863
Posted By D4rkSiD3Rs
Re: remplace player command

place it before your ranking plugin in plugins.ini or remove it.


#include <amxmodx>

public plugin_init()
{
register_clcmd("say /top15", "showtoppoints");
register_clcmd("say...
Forum: Scripting Help 10-13-2018, 17:56
Replies: 4
Views: 774
Posted By D4rkSiD3Rs
Forum: Scripting Help 10-13-2018, 17:44
Replies: 13
Views: 2,208
Posted By D4rkSiD3Rs
Re: Register System Lagging the server

Actually, I want to leave it like it is, It's easy for me when I want to change the password of someone's.
Forum: Scripting Help 10-13-2018, 17:29
Replies: 2
Views: 772
Posted By D4rkSiD3Rs
Re: I Need Fix Error bug

Function is not present
public client_connect(id)
Forum: Scripting Help 10-13-2018, 16:47
Replies: 2
Views: 627
Posted By D4rkSiD3Rs
Re: I need plugin level system mod FFA

Search before posting : https://forums.alliedmods.net/showthread.php?t=294867.
Forum: Scripting Help 10-13-2018, 15:10
Replies: 13
Views: 2,208
Posted By D4rkSiD3Rs
Re: Register System Lagging the server

Now I can't change the save method, if i changed it all registered users will be deleted.
Forum: Suggestions / Requests 10-13-2018, 14:05
Replies: 16
Views: 2,303
Posted By D4rkSiD3Rs
Re: [REQ] Advanced Invis Menu

Invisible System + Menu
(https://forums.alliedmods.net/showthread.php?p=2343609)
Forum: Scripting Help 10-13-2018, 12:17
Replies: 13
Views: 2,208
Posted By D4rkSiD3Rs
Re: Register System Lagging the server

I am looking for a solution other than MySQL
Forum: Scripting Help 10-13-2018, 10:26
Replies: 13
Views: 2,208
Posted By D4rkSiD3Rs
Register System Lagging the server

Hello,

I'm using Register System V9.0 by m0skVi4a ;] (https://forums.alliedmods.net/showthread.php?t=171460) on my server, and there are more than 3500 players registered on the server and the...
Forum: Scripting Help 10-13-2018, 09:18
Replies: 5
Views: 1,131
Posted By D4rkSiD3Rs
Re: I Need Fix bug

public level_status(id)
{
new Spec
Spec = pev(id, PEV_SPEC_TARGET)
new PlayerName[32]
get_user_name(Spec, PlayerName, 31)

if(is_user_alive(id))
{
set_hudmessage(10, 180, 10, -1.0,...
Forum: Scripting Help 10-13-2018, 06:36
Replies: 5
Views: 1,131
Posted By D4rkSiD3Rs
Re: I Need Fix bug

if(is_user_alive(Spec))
{
set_hudmessage(200, 150, 0, -1.0, 0.79, 0, 6.0, 1.1)
ShowSyncHudMsg(id, g_MsgSync, "[DcS] Spectating: %s^n[ Level : %d ] - [ Exp %d/%d...
Forum: Suggestions / Requests 10-13-2018, 06:31
Replies: 4
Views: 951
Posted By D4rkSiD3Rs
Re: CS 1.6 Package Plugin Help

And how can we compile it for you and you do not have it
Forum: Suggestions / Requests 10-13-2018, 06:26
Replies: 18
Views: 3,138
Posted By D4rkSiD3Rs
Re: Plugin Request [Admin Command Logs]

I'm not the author of that plugin. I just added some stuffs and shared it
Forum: Suggestions / Requests 10-12-2018, 16:55
Replies: 18
Views: 3,138
Posted By D4rkSiD3Rs
Re: Plugin Request [Admin Command Logs]

Tested and it works

L 2018-10-12 - 22:51:31: Name: ~D4rkSiD3Rs~ | SteamID: STEAM_0:0:222286690 | Command: amxs
L 2018-10-12 - 22:51:33: Name: ~D4rkSiD3Rs~ | SteamID: STEAM_0:0:222286690 |...
Forum: Suggestions / Requests 10-12-2018, 16:41
Replies: 18
Views: 3,138
Posted By D4rkSiD3Rs
Re: Plugin Request [Admin Command Logs]

#include <amxmodx>
#include <amxmisc>

new g_cmdLine1[512], g_cmdLine2[512], g_cmdLine3[512], g_cmdLine4[512]

new const g_Commands[][] =
{
"amx",
"rcon"
}
Forum: Suggestions / Requests 10-12-2018, 13:34
Replies: 18
Views: 3,138
Posted By D4rkSiD3Rs
Re: Plugin Request [Admin Command Logs]

#include <amxmodx>
#include <amxmisc>

new g_cmdLine1[512], g_cmdLine2[512], g_cmdLine3[512], g_cmdLine4[512]

new const g_Commands[][] =
{
"amx_",
"amxmodmenu",
"rcon"
Forum: Suggestions / Requests 10-12-2018, 09:28
Replies: 4
Views: 1,148
Posted By D4rkSiD3Rs
Re: Request JailBreak plugin

Use another point system plugin
Forum: Suggestions / Requests 10-12-2018, 09:25
Replies: 18
Views: 3,138
Posted By D4rkSiD3Rs
Re: Plugin Request [Admin Command Logs]

#include <amxmodx>
#include <amxmisc>

new g_cmdLine1[512], g_cmdLine2[512], g_cmdLine3[512], g_cmdLine4[512]

new const g_UsualCommands[][] =
{
"menuselect",
"weapon_",
"VModEnable",
Forum: Suggestions / Requests 10-11-2018, 17:29
Replies: 18
Views: 3,138
Posted By D4rkSiD3Rs
Re: Plugin Request [Admin Command Logs]

change :

new configsdir[20];

to :

new configsdir[200];
Showing results 1 to 25 of 113

 
Forum Jump

All times are GMT -4. The time now is 05:16.


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