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

Showing results 1 to 25 of 35
Search took 0.01 seconds.
Search: Posts Made By: mforce
Forum: Trash 06-21-2016, 16:28
Replies: 11
Views: 5,662
Posted By mforce
Re: [CS1.6] Anti-Setinfo Check [Plugin]

Useless.
Just use another prefix "amx_password_field" or use something unique admin login system.
Forum: New Plugin Submissions 06-21-2016, 15:14
Replies: 5
Views: 11,129
Posted By mforce
Re: Extended Weapon Menu

Plugin reworked.

Updated:
(in the first post)
v1.3 - Plugin pause removed. Added files for modify weapon menu items.
v1.4 - Added give and drop by Safety1st, menu builds by Vaqtincha's plugin.
Forum: Scripting Help 04-16-2016, 09:24
Replies: 2
Views: 1,600
Posted By mforce
Re: Invalid trie handle provided (0)

Problem solved, thanks :)

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

new const PLUGIN[] = "Admin Weapon Skins";
new const VERSION[] = "1.0";
new const...
Forum: Scripting Help 04-16-2016, 08:27
Replies: 2
Views: 1,600
Posted By mforce
Invalid trie handle provided (0)

It happens to all Trie natives. How to solve this problem?

L 04/16/2016 - 14:25:32: Invalid trie handle provided (0)
L 04/16/2016 - 14:25:32: [AMXX] Run time error 10 (plugin...
Forum: Unapproved/Old Plugins 03-28-2016, 03:50
Replies: 7
Views: 6,630
Posted By mforce
Re: Simplest knife speed

plugin_continue at cvar 0? Curweapon is old, use ham_item_deploy for knife only
Forum: New Plugin Submissions 03-14-2016, 04:54
Replies: 20
Views: 16,150
Posted By mforce
Re: CS:GO Weapon pack (CS 1.6) [v1.1]

Here is mine.
https://www.youtube.com/watch?v=EeKlB85YGTY

http://hlmod.hu/viewtopic.php?f=13&t=3&p=176622#p176622
Forum: Translation Request 03-01-2016, 13:03
Replies: 10
Views: 3,667
Posted By mforce
Re: Extended Weapon Menu

Added, thanks :)
Forum: Translation Request 02-29-2016, 04:07
Replies: 10
Views: 3,667
Posted By mforce
Extended Weapon Menu

Hello guys!
I want translations for my little plugin.

Extended Weapon Menu @ mforce (https://forums.alliedmods.net/showthread.php?t=279749)

[hu]
EWM_MENU_BACK = Vissza
EWM_MENU_NEXT =...
Forum: New Plugin Submissions 02-29-2016, 04:02
Replies: 5
Views: 11,129
Posted By mforce
Extended Weapon Menu

Extended Weapon Menu
v1.4 by mforce

Description:
Simple easy modifiable weapon menu.
It's support AWP limit, Pistolmenu or automatic deagle, number of grenades.
Added buyzone and money hud...
Forum: New Plugin Submissions 02-28-2016, 19:35
Replies: 2
Views: 3,431
Posted By mforce
Re: Knife System v2

Are you serious? Can you read the description? ... -.-"
Forum: Unapproved/Old Plugins 12-01-2015, 14:55
Replies: 48
Views: 39,308
Posted By mforce
Re: Most Valuable Player (MVP) (1.0.3 - 22.03.2014)

- code fixes
- removed hostage support
- money bonus for mvp
- kill count in mvp dhud
#include <amxmodx>
#include <cstrike>
#include <dhudmessage>
#include <csx>

#define PLUGIN "MVP"
Forum: Suggestions / Requests 12-01-2015, 14:20
Replies: 6
Views: 2,748
Posted By mforce
Re: [REQ] /Music

/* Plugin generated by AMXX-Studio */

#include <amxmodx>

#define PLUGIN "Music"
#define VERSION "1.0"
#define AUTHOR "mforce"

#define MUSIC_COUNT 3
#define NEXT_MUSIC 120.0
Forum: Scripting Help 11-24-2015, 18:47
Replies: 3
Views: 965
Posted By mforce
Re: Point System fixation

It's a shit. I've said before.
Forum: Unapproved/Old Plugins 11-05-2015, 21:04
Replies: 34
Views: 50,545
Posted By mforce
Re: Skin System 2.33

:D
Too many files opened...
Because he used returns before fclose... Remove returns from the file save/load in .sma
handled and continue not needed here.
Forum: Unapproved/Old Plugins 11-05-2015, 17:07
Replies: 163
Views: 102,591
Posted By mforce
Re: DeRoiD's Mapchooser v2.33

off...off...
He was finished scripting for 3months and now he working on a new ban system. Don't worry :D
Forum: Off-Topic 11-02-2015, 14:31
Replies: 60
Views: 18,791
Posted By mforce
Re: [Alpha Test]Fanxy Studio(Universal IDE with AMXX support)

Can you add an option "New plugin", and option to modify auto wrote lines?
Like in amxx studio.
Auto write this lines for start:

#include <amxmodx>

#define PLUGIN "New Plugin"
#define...
Forum: Approved Plugins 10-21-2015, 17:54
Replies: 66
Views: 61,302
Posted By mforce
Re: CS AFK Manager

Sorry, tried with fresh compiler,and it works... :D sorry again

Tried with this colorchat...but i need to change
register_dictionary to register_dictionary_colored

And here is the Hungarian...
Forum: Approved Plugins 10-21-2015, 06:27
Replies: 66
Views: 61,302
Posted By mforce
Re: CS AFK Manager

1.8.2 version compile don't work.

//AMXXPC compile.exe
// by the AMX Mod X Dev Team


//// afk_manager.sma
// C:\Users\marci\Desktop\scripting\afk_manager.sma(647) : error 088: number of...
Forum: Scripting Help 10-16-2015, 12:30
Replies: 2
Views: 501
Posted By mforce
Re: Reset variables with for cycle

Thanks for your help! :)
Forum: Scripting Help 10-14-2015, 13:43
Replies: 2
Views: 501
Posted By mforce
Reset variables with for cycle

Is it possible for reset all variables?

enum PLAYER_DATABASE
{
STEAMID[32],
AWP_KILLS,
SCOUT_KILLS,
DEAGLE_KILLS,
USP_KILLS,
GLOCK_KILLS,
Forum: Scripting Help 10-14-2015, 05:50
Replies: 4
Views: 1,174
Posted By mforce
Re: New vs static for deathmsg

public halal() {
static killer, victim, headshot, weapon[32];
killer = read_data(1);
victim = read_data(2);
headshot = read_data(3);
read_data(4, weapon, charsmax(weapon));

if...
Forum: Scripting Help 10-14-2015, 03:57
Replies: 4
Views: 1,174
Posted By mforce
New vs static for deathmsg

New vs static for deathmsg
What's better for deathmsg?

public plugin_init() {
register_event("DeathMsg", "halal", "a")
}

public halal() {
static killer, victim, headshot, weapon[32];...
Forum: Suggestions / Requests 10-10-2015, 20:33
Replies: 10
Views: 1,536
Posted By mforce
Re: Drop the last or the best grenade

Lastinv (Q) in killer inventory or in killer hand.
Or the best grenade
(1. heg
or when victim doesn't have it go to second.
2. flash
same... go to third.
3. smoke)
...
Forum: Suggestions / Requests 10-08-2015, 18:11
Replies: 10
Views: 1,536
Posted By mforce
Re: Drop the last or the best grenade

"grenades to be dropped"

No! GRENADE to be dropped. Last or the best! Only one. Like CZ/CSS/CSGO
Forum: Suggestions / Requests 10-06-2015, 08:21
Replies: 10
Views: 1,536
Posted By mforce
Re: Drop the last or the best grenade

It's useless for me. It isn't what I asked for.
Showing results 1 to 25 of 35

 
Forum Jump

All times are GMT -4. The time now is 13:55.


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