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

Showing results 1 to 25 of 500
Search took 0.05 seconds.
Search: Posts Made By: Napoleon_be
Forum: Suggestions / Requests 02-23-2024, 07:21
Replies: 4
Views: 278
Posted By Napoleon_be
Re: Tournament plugin

Looking great, impressive.
Forum: Suggestions / Requests 11-27-2023, 09:09
Replies: 5
Views: 1,256
Posted By Napoleon_be
Re: cod:mw4 extended

Good luck getting this done in a week, especially when your knowledge is close to zero.
Forum: Suggestions / Requests 11-27-2023, 09:08
Replies: 2
Views: 440
Posted By Napoleon_be
Re: Plugin fix request

What's wrong with the original verion anyways?

Post debug / error results.
Forum: Scripting Help 10-26-2023, 10:15
Replies: 7
Views: 755
Posted By Napoleon_be
Re: Restrict FPS of specific player

You're executing query_client_cvar() on all players instead of the threath itself. Don't loop through all player, just target the threat itself and act accordingly.


public OnTaskCheckCvars( )
{...
Forum: Off-Topic 09-28-2023, 16:53
Replies: 10
Views: 2,067
Posted By Napoleon_be
LGBTQ+ logo

Wtf is up with this permanent LGBTQ+ logo?

Delete my account already if this is here to stay.
Forum: New Plugin Submissions 09-28-2023, 14:36
Replies: 4
Views: 978
Posted By Napoleon_be
Re: Round End AllTalk

I cba looking for other plugins cause i'm sure this already exists or at least something similar. This is way too simple.
Forum: Scripting Help 07-28-2023, 14:31
Replies: 8
Views: 825
Posted By Napoleon_be
Re: Custom radio model bug

Oh boi... I took a little time to prepare the start, if anyone would like to finish it cause i won't be able to find the time to finish this up.


/* Plugin generated by AMXX-Studio */
...
Forum: Scripting Help 07-27-2023, 08:48
Replies: 8
Views: 825
Posted By Napoleon_be
Re: Custom radio model bug

Share the original code please.
Forum: Scripting Help 07-26-2023, 09:01
Replies: 8
Views: 825
Posted By Napoleon_be
Re: Custom radio model bug

for(new i = 0; i <1; i++)


This is most likely going to be your problem, this will only loop once.

There's also no reason to put the same sound in different folders and then all precache them....
Forum: Scripting Help 07-25-2023, 19:38
Replies: 8
Views: 825
Posted By Napoleon_be
Re: Custom radio model bug

Do some debugging and first of all make sure your players are downloading the files. You might even want to delete your own local files to see if it downloads to your own sounds folder so you can put...
Forum: Scripting Help 07-25-2023, 19:32
Replies: 7
Views: 543
Posted By Napoleon_be
Re: event_playerkiller

Remember, you're asking here for help on how to do it. If you're really willing to put in the time and effort, follow these steps:

1: Register Ham_Killed as told before, check this post as example...
Forum: Scripting Help 07-24-2023, 08:13
Replies: 7
Views: 543
Posted By Napoleon_be
Re: event_playerkiller

2 options here (Probably even more but the easiest ones at least): hook Ham_Killed using hamsandwich and disable the skill when the player has died.

Other option is to register the DeathMsg event...
Forum: Approved Plugins 07-21-2023, 07:58
Replies: 93
Views: 350,683
Posted By Napoleon_be
Re: Advanced Bullet Damage

Those warnings can be ignored as they won't affect the functionality of the code.
Forum: Scripting Help 07-18-2023, 11:09
Replies: 25
Views: 1,458
Posted By Napoleon_be
Re: file in .ini mode

You could easily use OcixCrom's plugins as reference as most of his plugin are pretty advanced in terms of config/initiate customization.
Forum: Scripting Help 07-16-2023, 10:13
Replies: 17
Views: 1,164
Posted By Napoleon_be
Re: admin menu

I don't have a lot of experience on stuff like this, but to me it seems you should check if the dispenser is one of another admin. Loop through all players and check for admins and set a bool to true...
Forum: Suggestions / Requests 07-14-2023, 07:05
Replies: 12
Views: 1,432
Posted By Napoleon_be
Re: [ZombieMod] New round all to CT

The way of retrieving the player's team is wrong, here's a fix to that code.


#include < amxmodx >
#include < amxmisc >
#include < cstrike >

public plugin_init( ) {
register_plugin(...
Forum: Suggestions / Requests 07-11-2023, 15:44
Replies: 12
Views: 1,432
Posted By Napoleon_be
Re: [ZombieMod] New round all to CT

Share the codes you're using that could cause this to change every time. Might also be something in one of your configs but that's not as likely
Forum: Scripting Help 07-11-2023, 13:48
Replies: 1
Views: 582
Posted By Napoleon_be
Re: Fake DeathMsg Attacker == Victim

Testing it would be my advise if u already searched and didn't find any solutions.
Forum: Scripting Help 07-11-2023, 13:45
Replies: 1
Views: 403
Posted By Napoleon_be
Re: trying to block +attack2 with no success.. anything imd oing wrong?

Take a look at this example, this should fix your problem:


public CmdStart(id, Handle) {
if(gMode == Mode_NoScope && is_user_alive(id) && get_user_weapon(id) == CSW_SCOUT) {
static button...
Forum: Suggestions / Requests 07-11-2023, 13:32
Replies: 3
Views: 566
Posted By Napoleon_be
Re: [plugin request] Permanent Mute

I made something a while ago which automatically mutes players upon joining the server. You could give them access to use the voice chat by the /vrm chat command.

It's not exactly what u asked...
Forum: Code Snippets/Tutorials 04-14-2023, 12:12
Replies: 4
Views: 3,798
Posted By Napoleon_be
Re: Number Formatting

I'm using something in python that might be useful here:


def convert_size(size_bytes):
if size_bytes == 0:
return "0B"
size_name = ("B", "KB", "MB", "GB", "TB", "PB", "EB", "ZB",...
Forum: New Plugin Submissions 04-13-2023, 01:53
Replies: 27
Views: 5,521
Posted By Napoleon_be
Re: Harry Potter Mod

FYI: There's at least 11 million people in Belgium using AZERTY keyboards. France is also split up in 2 or 3 big groups of which 1 of them use french AZERTY keyboards. I'm pretty convinced there are...
Forum: Scripting Help 04-09-2023, 23:17
Replies: 2
Views: 474
Posted By Napoleon_be
Re: Human Races blocks auto connect plugin!

A simple fix could be replacing the auto join connect plugin under the human races plugin in your plugins.ini configuration.
Forum: Suggestions / Requests 04-09-2023, 23:06
Replies: 7
Views: 720
Posted By Napoleon_be
Re: Request Last Maps Plugin [CS 1.6]

I have no time to do this, but to help BARRY. or anyone else out:


register_message(SVC_INTERMISSION, "OnIntermission")


Catch current map, nextmap and current time in there and log it to a...
Forum: Scripting Help 03-31-2023, 14:42
Replies: 11
Views: 1,058
Posted By Napoleon_be
Re: Change numeric color for menu

Afaik it's only possible using old menu styles.
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 23:56.


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