Raised This Month: $7 Target: $400
 1% 

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: Supremache
Forum: Code Snippets/Tutorials 09-05-2023, 06:43
Replies: 107
Views: 105,451
Posted By Supremache
Re: [TUT] Custom Weapon Hud Sprites + Slot Redirection

I've configured the slot redirection to put the RPG-7 in slot 4.
However, the RPG-7 does not appear in slot 4 as expected. Instead, it shows up in slots 1, 2, 3, and 5 without any issues.

I've...
Forum: New Plugin Submissions 10-08-2022, 18:20
Replies: 71
Views: 17,978
Posted By Supremache
Re: Bank System Nvault/SQL Support

Get it: https://forums.alliedmods.net/showthread.php?t=295046
Forum: New Plugin Submissions 10-07-2022, 10:17
Replies: 71
Views: 17,978
Posted By Supremache
Re: Bank System Nvault/SQL Support

@maNIaRO

I checked it and it works fine.

1. Download it again
2. Don't use online web compiler
3. Replace it on your server
Forum: New Plugin Submissions 10-05-2022, 09:39
Replies: 71
Views: 17,978
Posted By Supremache
Re: Bank System Nvault/SQL Support

Replace:

if( !iPlayer )
{
CC_SendMessage( id,"This player does not exist." );

To
if( !is_user_connected( iPlayer ) )
{
CC_SendMessage( id,"This player does not exist." );
Forum: New Plugin Submissions 10-05-2022, 09:37
Replies: 32
Views: 6,495
Posted By Supremache
Re: Time played - First seen - Last seen ( Nvault & SQL )

try this: https://forums.alliedmods.net/showpost.php?p=2779716&postcount=21
Forum: Suggestions / Requests 09-27-2022, 09:04
Replies: 4
Views: 991
Posted By Supremache
Forum: Suggestions / Requests 09-27-2022, 03:49
Replies: 4
Views: 991
Posted By Supremache
Re: [REQ] HP Limit for Humans and Zombies

Attach the shop code



Try this : https://forums.alliedmods.net/showthread.php?t=325315
Forum: Suggestions / Requests 09-19-2022, 07:55
Replies: 2
Views: 529
Posted By Supremache
Re: Why do this Plugin Have alot errors?

#include <amxmodx>
#include <amxmisc>
#include <fakemeta>
#include <cstrike>
#include <fun>
#include <hamsandwich>

enum eShopItems
{
ITEM_NAME[ 64 ],
Forum: Suggestions / Requests 09-15-2022, 08:03
Replies: 5
Views: 833
Posted By Supremache
Re: Player Class API

Added "level, xp"
New feature "Costume, Head, Tail, Back, Feet" added for classes You can buy a class then you can buy head model or back model etc for that class

I want to add extra damage and...
Forum: Suggestions / Requests 09-14-2022, 11:57
Replies: 3
Views: 748
Posted By Supremache
Re: [REQ] XP For BB Zombies

Because you are using old version, try it now (https://forums.alliedmods.net/showpost.php?p=2788812&postcount=2)
Forum: Suggestions / Requests 09-14-2022, 02:17
Replies: 3
Views: 748
Posted By Supremache
Re: [REQ] XP For BB Zombies

I used OciXCrom's ranking system because the plugin that you attached does not contain natives

Need to replace this code in the include file
bb_register_zombie_class(const name[], const info[],...
Forum: Suggestions / Requests 09-10-2022, 19:30
Replies: 5
Views: 833
Posted By Supremache
Player Class API

Hello moders,
I am creating a new API with many features like skin, vknife, pknife, glow, hp, armor, speed, gravity, bounce, extra damage, there is an option to sell a class using any coin or flag...
Forum: New Plugin Submissions 09-10-2022, 17:29
Replies: 9
Views: 3,038
Posted By Supremache
Re: Anti Barrier Block

Idk, I also won't try
Forum: New Plugin Submissions 09-10-2022, 02:49
Replies: 9
Views: 3,038
Posted By Supremache
Forum: Suggestions / Requests 09-10-2022, 02:48
Replies: 6
Views: 1,222
Posted By Supremache
Re: Help with this server hud plugin

#include <amxmodx>
#include <amxmisc>

const TASK_HUD = 364888

new g_iMaxPlayers, g_szServerName[ 32 ], g_iObjectHud;

public plugin_init( )
{
register_plugin( "HUD Server Informations",...
Forum: New Plugin Submissions 08-22-2022, 12:38
Replies: 5
Views: 2,515
Posted By Supremache
Re: Weapon Menu API

You can do something like this:
#include <amxmodx>
#include <weapon>

const MAX_WEAPON_LENGTH = 64;

new g_iWeaponLimit[ MAX_WEAPON_LENGTH ];
new g_iPlayerLimit[ MAX_PLAYERS + 1 ][...
Forum: Suggestions / Requests 07-19-2022, 16:05
Replies: 2
Views: 564
Posted By Supremache
Re: Looking for cstrike 1.6 buy weapons script/plugin

You can use the API system to add currency by creating a sub plugin
Forum: Suggestions / Requests 07-19-2022, 16:01
Replies: 6
Views: 787
Posted By Supremache
Re: [REQ] BB VIP/Admin Weapons

As Uzviseni Bog said there is an cvar for disable it, also mine has API system to add more features and creating custom weapons and using it with another plugins
Forum: Scripting Help 07-19-2022, 15:59
Replies: 3
Views: 525
Posted By Supremache
Re: Played Time Counter ( The problem of saving )

Check this: https://forums.alliedmods.net/showthread.php?t=336209
Forum: New Plugin Submissions 07-19-2022, 15:58
Replies: 34
Views: 18,431
Posted By Supremache
Re: VIP System ( SQL Support )

Yes, i can but i dont have computer.
Forum: Suggestions / Requests 07-17-2022, 16:51
Replies: 2
Views: 564
Posted By Supremache
Re: Looking for cstrike 1.6 buy weapons script/plugin

https://forums.alliedmods.net/showthread.php?t=338481
Forum: Suggestions / Requests 07-17-2022, 16:50
Replies: 6
Views: 787
Posted By Supremache
Re: [REQ] BB VIP/Admin Weapons

Check this : https://forums.alliedmods.net/showthread.php?t=338481
You can edit the weapons from the config file also there is option for adding a weapon by flags, vip flags and Levels
Forum: New Plugin Submissions 07-17-2022, 16:48
Replies: 19
Views: 23,934
Posted By Supremache
Re: V.I.P System ( API + Web )

Check this: https://forums.alliedmods.net/showthread.php?t=335515
Forum: New Plugin Submissions 07-07-2022, 21:57
Replies: 0
Views: 863
Posted By Supremache
GoldenAK47 With new laser

As what i typed in the title new golden laser better than old plugins

https://i.ibb.co/vd0xMnG/gaga.png

Download (https://github.com/Supremache/GoldenAK47/archive/refs/heads/main.zip)
Forum: New Plugin Submissions 07-07-2022, 21:53
Replies: 5
Views: 2,515
Posted By Supremache
Re: Weapon Menu API

Subplugin: GoldenAK47
https://i.ibb.co/vd0xMnG/gaga.png

Code (https://github.com/Supremache/WeaponSystemAPI/blob/main/WeaponAPI/scripting/GoldenAK47.sma)
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 06:57.


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